#9C0999

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

Shades of Dark Magenta #9C0999

Tints of Dark Magenta #9C0999

Color information

#9C0999 (or 0x9C0999) is unknown color: approx Dark Magenta. HEX triplet: 9C, 09 and 99. RGB value is (156,9,153). Sum of RGB (Red+Green+Blue) = 156+9+153=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0999 is #63F666. Grayscale: #444444. Windows color (decimal): -6551143 or 10029468. OLE color: 10029468.

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

Color convert

RGB1569153-
CMYK00.940.020.39
HSL301.22º89.09%32.35%-
HSV(B)301.22º94.23%61.18%-
XYZ19.569.5630.95-
YUV69.37175.2189.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=49.06%
G=2.83%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156915300.940.020.39301.2289.0932.35
Hex9C99905E22712d5920
Octal23411231013624745513140
Binary1001110010011001100101011110101001111001011011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,153); }

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

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

 a { background-color: rgb(156,9,153); }

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

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

 span { border-color: rgb(156,9,153); }

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