#871D89

Color #871D89 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #871D89

Tints of Dark Purple #871D89

Color information

#871D89 (or 0x871D89) is unknown color: approx Dark Purple. HEX triplet: 87, 1D and 89. RGB value is (135,29,137). Sum of RGB (Red+Green+Blue) = 135+29+137=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #871D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871D89 is #78E276. Grayscale: #484848. Windows color (decimal): -7922295 or 8985991. OLE color: 8985991.

HSL color Cylindrical-coordinate representation of color #871D89: hue angle of 298.89º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D89 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13529137-
CMYK0.010.7900.46
HSL298.89º65.06%32.55%-
HSV(B)298.89º78.83%53.73%-
XYZ14.957.8424.39-
YUV73.01164.12172.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 29 (11.72% from 255) = 9.63%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=44.85%
G=9.63%
B=45.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135291370.010.7900.46298.8965.0632.55
Hex871D8914F02E12b4121
Octal20735211111705645310141
Binary1000011111101100010011100111101011101001010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871D89; }

 p { color: rgb(135,29,137); }

 H1.HeaderClassName
 {
   color: #871D89;
 }
 .AnyTagClassName
 {
   color: #871D89;
 }
</style>
background-color css

<style>
 a { background-color: #871D89; }

 a { background-color: rgb(135,29,137); }

 div.DivClassName
 {
   background-color: #871D89;
 }
 .BgClassName
 {
   background-color: #871D89;
 }
</style>
border-color css

<style>
 span { border-color: #871D89; }

 span { border-color: rgb(135,29,137); }

 td.TdClassName
 {
   border-color: #871D89;
 }
 .TagClassName
 {
   border-color: #871D89;
 }
</style>