#871884

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

Shades of Dark Purple #871884

Tints of Dark Purple #871884

Color information

#871884 (or 0x871884) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 84. RGB value is (135,24,132). Sum of RGB (Red+Green+Blue) = 135+24+132=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #871884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871884 is #78E77B. Grayscale: #454545. Windows color (decimal): -7923580 or 8657031. OLE color: 8657031.

HSL color Cylindrical-coordinate representation of color #871884: hue angle of 301.62º 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 #871884 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13524132-
CMYK00.820.020.47
HSL301.62º69.81%31.18%-
HSV(B)301.62º82.22%52.94%-
XYZ14.487.4722.51-
YUV69.5163.27174.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=46.39%
G=8.25%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352413200.820.020.47301.6269.8131.18
Hex87188405222F12e461f
Octal20730204012225745610637
Binary1000011111000100001000101001010101111100101110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871884; }

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

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

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

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

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

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

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

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