#871592

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

Shades of Dark Magenta #871592

Tints of Dark Magenta #871592

Color information

#871592 (or 0x871592) is unknown color: approx Dark Magenta. HEX triplet: 87, 15 and 92. RGB value is (135,21,146). Sum of RGB (Red+Green+Blue) = 135+21+146=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #871592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871592 is #78EA6D. Grayscale: #444444. Windows color (decimal): -7924334 or 9573767. OLE color: 9573767.

HSL color Cylindrical-coordinate representation of color #871592: hue angle of 294.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871592 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13521146-
CMYK0.080.8600.43
HSL294.72º74.85%32.75%-
HSV(B)294.72º85.62%57.25%-
XYZ15.457.7627.88-
YUV69.34171.27174.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 146 (57.42% from 255) = 48.34%
R=44.70%
G=6.95%
B=48.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135211460.080.8600.43294.7274.8532.75
Hex87159285602B1274b21
Octal207252221012605344711341
Binary1000011110101100100101000101011001010111001001111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871592; }

 p { color: rgb(135,21,146); }

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

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

 a { background-color: rgb(135,21,146); }

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

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

 span { border-color: rgb(135,21,146); }

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