#9812AA

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

Shades of Dark Magenta #9812AA

Tints of Dark Magenta #9812AA

Color information

#9812AA (or 0x9812AA) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and AA. RGB value is (152,18,170). Sum of RGB (Red+Green+Blue) = 152+18+170=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9812AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812AA is #67ED55. Grayscale: #4A4A4A. Windows color (decimal): -6810966 or 11145880. OLE color: 11145880.

HSL color Cylindrical-coordinate representation of color #9812AA: hue angle of 292.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9812AA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15218170-
CMYK0.110.8900.33
HSL292.89º80.85%36.86%-
HSV(B)292.89º89.41%66.67%-
XYZ20.4210.0138.89-
YUV75.39181.39182.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 170 (66.80% from 255) = 50%
R=44.71%
G=5.29%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152181700.110.8900.33292.8980.8536.86
Hex9812AAB590211255125
Octal230222521313104144512145
Binary1001100010010101010101011101100101000011001001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9812AA; }

 p { color: rgb(152,18,170); }

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

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

 a { background-color: rgb(152,18,170); }

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

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

 span { border-color: rgb(152,18,170); }

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