#9C0D99

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

Shades of Dark Magenta #9C0D99

Tints of Dark Magenta #9C0D99

Color information

#9C0D99 (or 0x9C0D99) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0D and 99. RGB value is (156,13,153). Sum of RGB (Red+Green+Blue) = 156+13+153=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0D99 is #63F266. Grayscale: #474747. Windows color (decimal): -6550119 or 10030492. OLE color: 10030492.

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

Color convert

RGB15613153-
CMYK00.920.020.39
HSL301.26º84.62%33.14%-
HSV(B)301.26º91.67%61.18%-
XYZ19.69.6630.97-
YUV71.72173.88188.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 13 (5.47% from 255) = 4.04%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=48.45%
G=4.04%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561315300.920.020.39301.2684.6233.14
Hex9CD9905C22712d5521
Octal23415231013424745512541
Binary1001110011011001100101011100101001111001011011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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