#9C0A97

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

Shades of Dark Magenta #9C0A97

Tints of Dark Magenta #9C0A97

Color information

#9C0A97 (or 0x9C0A97) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0A and 97. RGB value is (156,10,151). Sum of RGB (Red+Green+Blue) = 156+10+151=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0A97 is #63F568. Grayscale: #454545. Windows color (decimal): -6550889 or 9898652. OLE color: 9898652.

HSL color Cylindrical-coordinate representation of color #9C0A97: hue angle of 302.05º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A97 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15610151-
CMYK00.940.030.39
HSL302.05º87.95%32.55%-
HSV(B)302.05º93.59%61.18%-
XYZ19.49.5230.09-
YUV69.73173.87189.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=49.21%
G=3.15%
B=47.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561015100.940.030.39302.0587.9532.55
Hex9CA9705E32712e5821
Octal23412227013634745613041
Binary1001110010101001011101011110111001111001011101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,10,151); }

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

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

 a { background-color: rgb(156,10,151); }

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

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

 span { border-color: rgb(156,10,151); }

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