#9C11A2

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

Shades of Dark Magenta #9C11A2

Tints of Dark Magenta #9C11A2

Color information

#9C11A2 (or 0x9C11A2) is unknown color: approx Dark Magenta. HEX triplet: 9C, 11 and A2. RGB value is (156,17,162). Sum of RGB (Red+Green+Blue) = 156+17+162=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C11A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C11A2 is #63EE5D. Grayscale: #4A4A4A. Windows color (decimal): -6549086 or 10621340. OLE color: 10621340.

HSL color Cylindrical-coordinate representation of color #9C11A2: hue angle of 297.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C11A2 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15617162-
CMYK0.040.9000.36
HSL297.52º81.01%35.1%-
HSV(B)297.52º89.51%63.53%-
XYZ20.4310.0835.05-
YUV75.09177.05185.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 17 (7.03% from 255) = 5.07%
BLUE value IS 162 (63.67% from 255) = 48.36%
R=46.57%
G=5.07%
B=48.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156171620.040.9000.36297.5281.0135.1
Hex9C11A245A02412a5123
Octal23421242413204445212143
Binary100111001000110100010100101101001001001001010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C11A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,162); }

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

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

 a { background-color: rgb(156,17,162); }

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

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

 span { border-color: rgb(156,17,162); }

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