Shades of Dark Magenta #9B0A88
Tints of Dark Magenta #9B0A88
RGB
CMYK
RGB Variations
Color information
#9B0A88 (or 0x9B0A88) is known color: Dark Magenta. HEX triplet: 9B, 0A and 88. RGB value is (155,10,136). Sum of RGB (Red+Green+Blue) = 155+10+136=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0A88 is #64F577. Grayscale: #434343. Windows color (decimal): -6616440 or 8915611. OLE color: 8915611.
HSL color Cylindrical-coordinate representation of color #9B0A88: hue angle of 307.86º 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 #9B0A88 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 10 | 136 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.39 |
| HSL | 307.86º | 0.88% | 0.32% | - |
| HSV(B) | 307.86º | 0.94% | 0.61% | - |
| XYZ | 18.07 | 8.96 | 24.07 | - |
| YUV | 67.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 136 | 0 | 0.94 | 0.12 | 0.39 | 307.86 | 0.88 | 0.32 |
| Hex | 9B | A | 88 | 0 | 5E | C | 27 | 134 | 58 | 20 |
| Octal | 233 | 12 | 210 | 0 | 136 | 14 | 47 | 464 | 130 | 40 |
| Binary | 10011011 | 1010 | 10001000 | 0 | 1011110 | 1100 | 100111 | 100110100 | 1011000 | 100000 |
Color Harmonies of #9B0A88
Complementary color
Monochromatic Colors of #9B0A88
Black with #9B0A88
Text Example
Text Example
White with #9B0A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0A88; }
p { color: rgb(155,10,136); }
H1.HeaderClassName
{
color: #9B0A88;
}
.AnyTagClassName
{
color: #9B0A88;
}
</style>
background-color css
<style>
a { background-color: #9B0A88; }
a { background-color: rgb(155,10,136); }
div.DivClassName
{
background-color: #9B0A88;
}
.BgClassName
{
background-color: #9B0A88;
}
</style>
border-color css
<style>
span { border-color: #9B0A88; }
span { border-color: rgb(155,10,136); }
td.TdClassName
{
border-color: #9B0A88;
}
.TagClassName
{
border-color: #9B0A88;
}
</style>