#9C12AA

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

Shades of Dark Magenta #9C12AA

Tints of Dark Magenta #9C12AA

Color information

#9C12AA (or 0x9C12AA) is unknown color: approx Dark Magenta. HEX triplet: 9C, 12 and AA. RGB value is (156,18,170). Sum of RGB (Red+Green+Blue) = 156+18+170=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C12AA is #63ED55. Grayscale: #4C4C4C. Windows color (decimal): -6548822 or 11145884. OLE color: 11145884.

HSL color Cylindrical-coordinate representation of color #9C12AA: hue angle of 294.47º 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 #9C12AA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15618170-
CMYK0.080.8900.33
HSL294.47º80.85%36.86%-
HSV(B)294.47º89.41%66.67%-
XYZ21.1810.438.92-
YUV76.59180.72184.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=45.35%
G=5.23%
B=49.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156181700.080.8900.33294.4780.8536.86
Hex9C12AA8590211265125
Octal234222521013104144612145
Binary1001110010010101010101000101100101000011001001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C12AA; }

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

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

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

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

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

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

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

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