#871882

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

Shades of Dark Purple #871882

Tints of Dark Purple #871882

Color information

#871882 (or 0x871882) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 82. RGB value is (135,24,130). Sum of RGB (Red+Green+Blue) = 135+24+130=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871882 is #78E77D. Grayscale: #444444. Windows color (decimal): -7923582 or 8525959. OLE color: 8525959.

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

Color convert

RGB13524130-
CMYK00.820.040.47
HSL302.7º69.81%31.18%-
HSV(B)302.7º82.22%52.94%-
XYZ14.357.4221.79-
YUV69.27162.27174.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=46.71%
G=8.30%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352413000.820.040.47302.769.8131.18
Hex87188205242F12f461f
Octal20730202012245745710637
Binary10000111110001000001001010010100101111100101111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871882; }

 p { color: rgb(135,24,130); }

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

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

 a { background-color: rgb(135,24,130); }

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

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

 span { border-color: rgb(135,24,130); }

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