Shades of Dark Magenta #9A0B85
Tints of Dark Magenta #9A0B85
RGB
CMYK
RGB Variations
Color information
#9A0B85 (or 0x9A0B85) is known color: Dark Magenta. HEX triplet: 9A, 0B and 85. RGB value is (154,11,133). Sum of RGB (Red+Green+Blue) = 154+11+133=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0B85 is #65F47A. Grayscale: #434343. Windows color (decimal): -6681723 or 8719258. OLE color: 8719258.
HSL color Cylindrical-coordinate representation of color #9A0B85: hue angle of 308.81º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B85 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 133 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.40 |
| HSL | 308.81º | 0.87% | 0.32% | - |
| HSV(B) | 308.81º | 0.93% | 0.6% | - |
| XYZ | 17.68 | 8.8 | 22.96 | - |
| YUV | 67.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 133 | 0 | 0.93 | 0.14 | 0.40 | 308.81 | 0.87 | 0.32 |
| Hex | 9A | B | 85 | 0 | 5D | E | 28 | 135 | 57 | 20 |
| Octal | 232 | 13 | 205 | 0 | 135 | 16 | 50 | 465 | 127 | 40 |
| Binary | 10011010 | 1011 | 10000101 | 0 | 1011101 | 1110 | 101000 | 100110101 | 1010111 | 100000 |
Color Harmonies of #9A0B85
Complementary color
Monochromatic Colors of #9A0B85
Black with #9A0B85
Text Example
Text Example
White with #9A0B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B85; }
p { color: rgb(154,11,133); }
H1.HeaderClassName
{
color: #9A0B85;
}
.AnyTagClassName
{
color: #9A0B85;
}
</style>
background-color css
<style>
a { background-color: #9A0B85; }
a { background-color: rgb(154,11,133); }
div.DivClassName
{
background-color: #9A0B85;
}
.BgClassName
{
background-color: #9A0B85;
}
</style>
border-color css
<style>
span { border-color: #9A0B85; }
span { border-color: rgb(154,11,133); }
td.TdClassName
{
border-color: #9A0B85;
}
.TagClassName
{
border-color: #9A0B85;
}
</style>