#872586

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

Shades of Dark Purple #872586

Tints of Dark Purple #872586

Color information

#872586 (or 0x872586) is unknown color: approx Dark Purple. HEX triplet: 87, 25 and 86. RGB value is (135,37,134). Sum of RGB (Red+Green+Blue) = 135+37+134=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #872586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872586 is #78DA79. Grayscale: #4D4D4D. Windows color (decimal): -7920250 or 8791431. OLE color: 8791431.

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

Color convert

RGB13537134-
CMYK00.730.010.47
HSL300.61º56.98%33.73%-
HSV(B)300.61º72.59%52.94%-
XYZ14.968.223.35-
YUV77.36159.97169.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=44.12%
G=12.09%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353713400.730.010.47300.6156.9833.73
Hex87258604912F12d3922
Octal2074520601111574557142
Binary1000011110010110000110010010011101111100101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872586; }

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

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

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

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

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

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

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

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