Shades of Dark Magenta #9B0A8A
Tints of Dark Magenta #9B0A8A
RGB
CMYK
RGB Variations
Color information
#9B0A8A (or 0x9B0A8A) is known color: Dark Magenta. HEX triplet: 9B, 0A and 8A. RGB value is (155,10,138). Sum of RGB (Red+Green+Blue) = 155+10+138=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A8A is #64F575. Grayscale: #434343. Windows color (decimal): -6616438 or 9046683. OLE color: 9046683.
HSL color Cylindrical-coordinate representation of color #9B0A8A: hue angle of 307.03º degrees, saturation: 0.88, 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 #9B0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.39 |
| HSL | 307.03º | 0.88% | 0.32% | - |
| HSV(B) | 307.03º | 0.94% | 0.61% | - |
| XYZ | 18.21 | 9.02 | 24.83 | - |
| YUV | 67.95 | 167.54 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 138 | 0 | 0.94 | 0.11 | 0.39 | 307.03 | 0.88 | 0.32 |
| Hex | 9B | A | 8A | 0 | 5E | B | 27 | 133 | 58 | 20 |
| Octal | 233 | 12 | 212 | 0 | 136 | 13 | 47 | 463 | 130 | 40 |
| Binary | 10011011 | 1010 | 10001010 | 0 | 1011110 | 1011 | 100111 | 100110011 | 1011000 | 100000 |
Color Harmonies of #9B0A8A
Complementary color
Monochromatic Colors of #9B0A8A
Black with #9B0A8A
Text Example
Text Example
White with #9B0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A8A; }
p { color: rgb(155,10,138); }
H1.HeaderClassName
{
color: #9B0A8A;
}
.AnyTagClassName
{
color: #9B0A8A;
}
</style>
background-color css
<style>
a { background-color: #9B0A8A; }
a { background-color: rgb(155,10,138); }
div.DivClassName
{
background-color: #9B0A8A;
}
.BgClassName
{
background-color: #9B0A8A;
}
</style>
border-color css
<style>
span { border-color: #9B0A8A; }
span { border-color: rgb(155,10,138); }
td.TdClassName
{
border-color: #9B0A8A;
}
.TagClassName
{
border-color: #9B0A8A;
}
</style>