#871997

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

Shades of Dark Magenta #871997

Tints of Dark Magenta #871997

Color information

#871997 (or 0x871997) is unknown color: approx Dark Magenta. HEX triplet: 87, 19 and 97. RGB value is (135,25,151). Sum of RGB (Red+Green+Blue) = 135+25+151=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #871997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871997 is #78E668. Grayscale: #474747. Windows color (decimal): -7923305 or 9902471. OLE color: 9902471.

HSL color Cylindrical-coordinate representation of color #871997: hue angle of 292.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871997 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13525151-
CMYK0.110.8300.41
HSL292.38º71.59%34.51%-
HSV(B)292.38º83.44%59.22%-
XYZ15.938.0830-
YUV72.25172.44172.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=43.41%
G=8.04%
B=48.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal135251510.110.8300.41292.3871.5934.51
Hex871997B530291244823
Octal207312271312305144411043
Binary1000011111001100101111011101001101010011001001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871997; }

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

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

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

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

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

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

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

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