#8712A9

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

Shades of Dark Magenta #8712A9

Tints of Dark Magenta #8712A9

Color information

#8712A9 (or 0x8712A9) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and A9. RGB value is (135,18,169). Sum of RGB (Red+Green+Blue) = 135+18+169=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #8712A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8712A9 is #78ED56. Grayscale: #454545. Windows color (decimal): -7925079 or 11080327. OLE color: 11080327.

HSL color Cylindrical-coordinate representation of color #8712A9: hue angle of 286.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8712A9 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13518169-
CMYK0.200.8900.34
HSL286.49º80.75%36.67%-
HSV(B)286.49º89.35%66.27%-
XYZ17.378.4538.25-
YUV70.2183.76174.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 169 (66.41% from 255) = 52.48%
R=41.93%
G=5.59%
B=52.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal135181690.200.8900.34286.4980.7536.67
Hex8712A9145902211e5125
Octal207222512413104243612145
Binary10000111100101010100110100101100101000101000111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8712A9; }

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

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

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

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

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

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

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

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