Shades of Dark Magenta #9A0B9C
Tints of Dark Magenta #9A0B9C
RGB
CMYK
RGB Variations
Color information
#9A0B9C (or 0x9A0B9C) is known color: Dark Magenta. HEX triplet: 9A, 0B and 9C. RGB value is (154,11,156). Sum of RGB (Red+Green+Blue) = 154+11+156=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A0B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0B9C is #65F463. Grayscale: #454545. Windows color (decimal): -6681700 or 10226586. OLE color: 10226586.
HSL color Cylindrical-coordinate representation of color #9A0B9C: hue angle of 299.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B9C is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 11 | 156 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.39 |
| HSL | 299.17º | 0.87% | 0.33% | - |
| HSV(B) | 299.17º | 0.93% | 0.61% | - |
| XYZ | 19.45 | 9.51 | 32.26 | - |
| YUV | 70.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 156 | 0.01 | 0.93 | 0 | 0.39 | 299.17 | 0.87 | 0.33 |
| Hex | 9A | B | 9C | 1 | 5D | 0 | 27 | 12B | 57 | 21 |
| Octal | 232 | 13 | 234 | 1 | 135 | 0 | 47 | 453 | 127 | 41 |
| Binary | 10011010 | 1011 | 10011100 | 1 | 1011101 | 0 | 100111 | 100101011 | 1010111 | 100001 |
Color Harmonies of #9A0B9C
Complementary color
Monochromatic Colors of #9A0B9C
Black with #9A0B9C
Text Example
Text Example
White with #9A0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B9C; }
p { color: rgb(154,11,156); }
H1.HeaderClassName
{
color: #9A0B9C;
}
.AnyTagClassName
{
color: #9A0B9C;
}
</style>
background-color css
<style>
a { background-color: #9A0B9C; }
a { background-color: rgb(154,11,156); }
div.DivClassName
{
background-color: #9A0B9C;
}
.BgClassName
{
background-color: #9A0B9C;
}
</style>
border-color css
<style>
span { border-color: #9A0B9C; }
span { border-color: rgb(154,11,156); }
td.TdClassName
{
border-color: #9A0B9C;
}
.TagClassName
{
border-color: #9A0B9C;
}
</style>