#8812A9

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

Shades of Dark Magenta #8812A9

Tints of Dark Magenta #8812A9

Color information

#8812A9 (or 0x8812A9) is unknown color: approx Dark Magenta. HEX triplet: 88, 12 and A9. RGB value is (136,18,169). Sum of RGB (Red+Green+Blue) = 136+18+169=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #8812A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8812A9 is #77ED56. Grayscale: #464646. Windows color (decimal): -7859543 or 11080328. OLE color: 11080328.

HSL color Cylindrical-coordinate representation of color #8812A9: hue angle of 286.89º 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 #8812A9 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13618169-
CMYK0.200.8900.34
HSL286.89º80.75%36.67%-
HSV(B)286.89º89.35%66.27%-
XYZ17.538.5338.26-
YUV70.5183.59174.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 169 (66.41% from 255) = 52.32%
R=42.11%
G=5.57%
B=52.32%

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
Decimal136181690.200.8900.34286.8980.7536.67
Hex8812A9145902211f5125
Octal210222512413104243712145
Binary10001000100101010100110100101100101000101000111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8812A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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