#871C8C

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

Shades of Dark Purple #871C8C

Tints of Dark Purple #871C8C

Color information

#871C8C (or 0x871C8C) is unknown color: approx Dark Purple. HEX triplet: 87, 1C and 8C. RGB value is (135,28,140). Sum of RGB (Red+Green+Blue) = 135+28+140=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #871C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871C8C is #78E373. Grayscale: #484848. Windows color (decimal): -7922548 or 9182343. OLE color: 9182343.

HSL color Cylindrical-coordinate representation of color #871C8C: hue angle of 297.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871C8C is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13528140-
CMYK0.040.8000.45
HSL297.32º66.67%32.94%-
HSV(B)297.32º80%54.9%-
XYZ15.147.8725.53-
YUV72.76165.95172.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=44.55%
G=9.24%
B=46.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135281400.040.8000.45297.3266.6732.94
Hex871C8C45002D1294321
Octal20734214412005545110341
Binary100001111110010001100100101000001011011001010011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,28,140); }

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

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

 a { background-color: rgb(135,28,140); }

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

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

 span { border-color: rgb(135,28,140); }

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