#871992

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

Shades of Dark Magenta #871992

Tints of Dark Magenta #871992

Color information

#871992 (or 0x871992) is unknown color: approx Dark Magenta. HEX triplet: 87, 19 and 92. RGB value is (135,25,146). Sum of RGB (Red+Green+Blue) = 135+25+146=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #871992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871992 is #78E66D. Grayscale: #474747. Windows color (decimal): -7923310 or 9574791. OLE color: 9574791.

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

Color convert

RGB13525146-
CMYK0.080.8300.43
HSL294.55º70.76%33.53%-
HSV(B)294.55º82.88%57.25%-
XYZ15.537.9227.9-
YUV71.68169.94173.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 25 (10.16% from 255) = 8.17%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=44.12%
G=8.17%
B=47.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135251460.080.8300.43294.5570.7633.53
Hex87199285302B1274722
Octal207312221012305344710742
Binary1000011111001100100101000101001101010111001001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871992; }

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

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

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

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

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

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

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

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