#870DA9

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

Shades of Dark Magenta #870DA9

Tints of Dark Magenta #870DA9

Color information

#870DA9 (or 0x870DA9) is unknown color: approx Dark Magenta. HEX triplet: 87, 0D and A9. RGB value is (135,13,169). Sum of RGB (Red+Green+Blue) = 135+13+169=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #870DA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870DA9 is #78F256. Grayscale: #424242. Windows color (decimal): -7926359 or 11079047. OLE color: 11079047.

HSL color Cylindrical-coordinate representation of color #870DA9: hue angle of 286.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870DA9 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13513169-
CMYK0.200.9200.34
HSL286.92º85.71%35.69%-
HSV(B)286.92º92.31%66.27%-
XYZ17.38.338.23-
YUV67.26185.42176.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 13 (5.47% from 255) = 4.10%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=42.59%
G=4.10%
B=53.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal135131690.200.9200.34286.9285.7135.69
Hex87DA9145C02211f5624
Octal207152512413404243712644
Binary1000011111011010100110100101110001000101000111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870DA9; }

 p { color: rgb(135,13,169); }

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

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

 a { background-color: rgb(135,13,169); }

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

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

 span { border-color: rgb(135,13,169); }

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