COLOR #871D87

HEX: #871D87
RGB: (135,29,135)

Renk bilgisi

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

RGB renk modeli

#871D87 color RGB value is (135,29,135).

  • kırmız ton 135;
  • yeşil ton 29;
  • mavi ton 135.
RGB:
(135,29,135)
(53%,11%,53%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 29 of 255 = 11%
B 135 of 255 = 53%

135
29
135

R + G + B ~ 39%. #871D87 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 29 + 135 = 299 (100%)
R 135 of 299 ~ 45.15%
G 29 of 299 ~ 9.7%
B 135 of 299 ~ 45.15%

%45.15
%9.7
%45.15

CMYK RENK MODELİ

#871D87 rengi CMYK tonu (0,79,0,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 78.52%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(0,79,0,47)
C0M79Y0K47 
(0%,79%,0%,47%)
(0.00/0.79/0.00/0.47)	

CMYK yüzdeleri

%0
%78.52
%0
%47.06

Codes

Color #871D87 in popluar color models

871D87
RGB13529135
HSL300°64.63%32.16%
HSB/HSV300°78.52%52.94%
CMYK0.00%78.52%0.00%
47.06%

Color #871D87 in popluar number systems.

HEX871D87
Decimal13529135
Binary100001111110110000111
Octal20735207

Shades and tints

Shades of #871D87

#871D87
(135,29,135)
#7B1B7B
(123,27,123)
#6F196F
(111,25,111)
#631763
(99,23,99)
#571557
(87,21,87)
#4B134B
(75,19,75)
#3F113F
(63,17,63)
#330F33
(51,15,51)
#270D27
(39,13,39)
#1B0B1B
(27,11,27)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #871D87

#871D87
(135,29,135)
#913191
(145,49,145)
#9B459B
(155,69,155)
#A559A5
(165,89,165)
#AF6DAF
(175,109,175)
#B981B9
(185,129,185)
#C395C3
(195,149,195)
#CDA9CD
(205,169,205)
#D7BDD7
(215,189,215)
#E1D1E1
(225,209,225)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #871D87 color. Also use rgb(135,29,135) instead hex code.

Text Font Color

.myTextColor { color: #871D87; }

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

This text font color is #871D87.


Background Color

.myBgColor { background-color: #871D87; }

<div style="background-color:#871D87">Inner text</div>

This div background color is #871D87.


Border color

.myBorderColor { border: 1px solid #871D87; }

<div style="border:3px solid #871D87">Div</div>

This div border color is #871D87.


Opacity

.myOpacity80 { color: #871D87; opacity: 0.8; }

<p style="color:#871D87;opacity:0.8;">80%</p>

Text with #871D87 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 #871D87;}

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

This text has shadow with #871D87 color.

.textShadow {text-shadow: 3px 3px 1px #871D87, 3px 3px 1px red;}

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

This text has shadow with #871D87 primary color and red secondary color.


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

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

This text has shadow with #871D87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #871D87 on black background.


Color preview on white background

This text has color #871D87 on white background.



Black color preview on #871D87 background

This text has black color on #871D87 background.


White color preview on #871D87 background

This text has white color on #871D87 background.