#871984

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

Shades of Dark Purple #871984

Tints of Dark Purple #871984

Color information

#871984 (or 0x871984) is unknown color: approx Dark Purple. HEX triplet: 87, 19 and 84. RGB value is (135,25,132). Sum of RGB (Red+Green+Blue) = 135+25+132=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #871984 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871984 is #78E67B. Grayscale: #454545. Windows color (decimal): -7923324 or 8657287. OLE color: 8657287.

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

Color convert

RGB13525132-
CMYK00.810.020.47
HSL301.64º68.75%31.37%-
HSV(B)301.64º81.48%52.94%-
XYZ14.57.5122.52-
YUV70.09162.94174.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=46.23%
G=8.56%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352513200.810.020.47301.6468.7531.37
Hex87198405122F12e451f
Octal20731204012125745610537
Binary1000011111001100001000101000110101111100101110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871984; }

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

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

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

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

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

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

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

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