COLOR #873D93

HEX: #873D93
RGB: (135,61,147)

Renk bilgisi

#873D93 contains mainly red and blue colors. #873D93 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#873D93 color RGB value is (135,61,147).

  • kırmız ton 135;
  • yeşil ton 61;
  • mavi ton 147.
RGB:
(135,61,147)
(53%,24%,58%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 61 of 255 = 24%
B 147 of 255 = 58%

135
61
147

R + G + B ~ 45%. #873D93 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 61 + 147 = 343 (100%)
R 135 of 343 ~ 39.36%
G 61 of 343 ~ 17.78%
B 147 of 343 ~ 42.86%

%39.36
%17.78
%42.86

CMYK RENK MODELİ

#873D93 rengi CMYK tonu (8,59,0,42).

  • camgöbeği tonu 8.16%
  • eflatun tonu 58.50%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(8,59,0,42)
C8M59Y0K42 
(8%,59%,0%,42%)
(0.08/0.59/0.00/0.42)	

CMYK yüzdeleri

%8.16
%58.5
%0
%42.35

Codes

Color #873D93 in popluar color models

873D93
RGB13561147
HSL292°41.35%40.78%
HSB/HSV292°58.50%57.65%
CMYK8.16%58.50%0.00%
42.35%

Color #873D93 in popluar number systems.

HEX873D93
Decimal13561147
Binary1000011111110110010011
Octal20775223

Shades and tints

Shades of #873D93

#873D93
(135,61,147)
#7B3886
(123,56,134)
#6F3379
(111,51,121)
#632E6C
(99,46,108)
#57295F
(87,41,95)
#4B2452
(75,36,82)
#3F1F45
(63,31,69)
#331A38
(51,26,56)
#27152B
(39,21,43)
#1B101E
(27,16,30)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #873D93

#873D93
(135,61,147)
#914E9C
(145,78,156)
#9B5FA5
(155,95,165)
#A570AE
(165,112,174)
#AF81B7
(175,129,183)
#B992C0
(185,146,192)
#C3A3C9
(195,163,201)
#CDB4D2
(205,180,210)
#D7C5DB
(215,197,219)
#E1D6E4
(225,214,228)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873D93 color. Also use rgb(135,61,147) instead hex code.

Text Font Color

.myTextColor { color: #873D93; }

<p style="color:#873D93">This sample text font color is #873D93.</p>

This text font color is #873D93.


Background Color

.myBgColor { background-color: #873D93; }

<div style="background-color:#873D93">Inner text</div>

This div background color is #873D93.


Border color

.myBorderColor { border: 1px solid #873D93; }

<div style="border:3px solid #873D93">Div</div>

This div border color is #873D93.


Opacity

.myOpacity80 { color: #873D93; opacity: 0.8; }

<p style="color:#873D93;opacity:0.8;">80%</p>

Text with #873D93 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #873D93;}

<p style="text-shadow: 3px 3px 1px #873D93">Text here.</p>

This text has shadow with #873D93 color.

.textShadow {text-shadow: 3px 3px 1px #873D93, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #873D93, 5px 5px 20px red">Text here.</p>

This text has shadow with #873D93 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#873D93, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#873D93, Direction=45, Strength=4)">Text</p>

This text has shadow with #873D93 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #873D93;
  -webkit-box-shadow:	1px 1px 3px 2px #873D93;
  box-shadow:		1px 1px 3px 2px #873D93;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #873D93;
-webkit-box-shadow: 1px 1px 3px 2px #873D93;
box-shadow:1px 1px 3px 2px #873D93;">
Div content here</div>
This div box has shadow with color #873D93.

Preview

Color preview on black background

This text has color #873D93 on black background.


Color preview on white background

This text has color #873D93 on white background.



Black color preview on #873D93 background

This text has black color on #873D93 background.


White color preview on #873D93 background

This text has white color on #873D93 background.