Shades of Dark Magenta #9A0E9C
Tints of Dark Magenta #9A0E9C
RGB
CMYK
RGB Variations
Color information
#9A0E9C (or 0x9A0E9C) is known color: Dark Magenta. HEX triplet: 9A, 0E and 9C. RGB value is (154,14,156). Sum of RGB (Red+Green+Blue) = 154+14+156=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A0E9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0E9C is #65F163. Grayscale: #474747. Windows color (decimal): -6680932 or 10227354. OLE color: 10227354.
HSL color Cylindrical-coordinate representation of color #9A0E9C: hue angle of 299.15º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E9C is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 14 | 156 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.39 |
| HSL | 299.15º | 0.84% | 0.33% | - |
| HSV(B) | 299.15º | 0.91% | 0.61% | - |
| XYZ | 19.48 | 9.58 | 32.28 | - |
| YUV | 72.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 156 | 0.01 | 0.91 | 0 | 0.39 | 299.15 | 0.84 | 0.33 |
| Hex | 9A | E | 9C | 1 | 5B | 0 | 27 | 12B | 54 | 21 |
| Octal | 232 | 16 | 234 | 1 | 133 | 0 | 47 | 453 | 124 | 41 |
| Binary | 10011010 | 1110 | 10011100 | 1 | 1011011 | 0 | 100111 | 100101011 | 1010100 | 100001 |
Color Harmonies of #9A0E9C
Complementary color
Monochromatic Colors of #9A0E9C
Black with #9A0E9C
Text Example
Text Example
White with #9A0E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E9C; }
p { color: rgb(154,14,156); }
H1.HeaderClassName
{
color: #9A0E9C;
}
.AnyTagClassName
{
color: #9A0E9C;
}
</style>
background-color css
<style>
a { background-color: #9A0E9C; }
a { background-color: rgb(154,14,156); }
div.DivClassName
{
background-color: #9A0E9C;
}
.BgClassName
{
background-color: #9A0E9C;
}
</style>
border-color css
<style>
span { border-color: #9A0E9C; }
span { border-color: rgb(154,14,156); }
td.TdClassName
{
border-color: #9A0E9C;
}
.TagClassName
{
border-color: #9A0E9C;
}
</style>