#871986

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

Shades of Dark Purple #871986

Tints of Dark Purple #871986

Color information

#871986 (or 0x871986) is unknown color: approx Dark Purple. HEX triplet: 87, 19 and 86. RGB value is (135,25,134). Sum of RGB (Red+Green+Blue) = 135+25+134=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #871986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871986 is #78E679. Grayscale: #454545. Windows color (decimal): -7923322 or 8788359. OLE color: 8788359.

HSL color Cylindrical-coordinate representation of color #871986: hue angle of 300.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871986 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13525134-
CMYK00.810.010.47
HSL300.55º68.75%31.37%-
HSV(B)300.55º81.48%52.94%-
XYZ14.647.5723.24-
YUV70.32163.94174.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=45.92%
G=8.50%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352513400.810.010.47300.5568.7531.37
Hex87198605112F12d451f
Octal20731206012115745510537
Binary100001111100110000110010100011101111100101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871986; }

 p { color: rgb(135,25,134); }

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

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

 a { background-color: rgb(135,25,134); }

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

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

 span { border-color: rgb(135,25,134); }

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