#871990

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

Shades of Dark Magenta #871990

Tints of Dark Magenta #871990

Color information

#871990 (or 0x871990) is unknown color: approx Dark Magenta. HEX triplet: 87, 19 and 90. RGB value is (135,25,144). Sum of RGB (Red+Green+Blue) = 135+25+144=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #871990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871990 is #78E66F. Grayscale: #474747. Windows color (decimal): -7923312 or 9443719. OLE color: 9443719.

HSL color Cylindrical-coordinate representation of color #871990: hue angle of 295.46º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871990 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13525144-
CMYK0.060.8300.44
HSL295.46º70.41%33.14%-
HSV(B)295.46º82.64%56.47%-
XYZ15.377.8627.09-
YUV71.46168.94173.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=44.41%
G=8.22%
B=47.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135251440.060.8300.44295.4670.4133.14
Hex87199065302C1274621
Octal20731220612305444710641
Binary100001111100110010000110101001101011001001001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871990; }

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

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

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

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

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

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

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

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