Shades of Dark Magenta #9B0C95
Tints of Dark Magenta #9B0C95
RGB
CMYK
RGB Variations
Color information
#9B0C95 (or 0x9B0C95) is known color: Dark Magenta. HEX triplet: 9B, 0C and 95. RGB value is (155,12,149). Sum of RGB (Red+Green+Blue) = 155+12+149=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0C95 is #64F36A. Grayscale: #454545. Windows color (decimal): -6615915 or 9768091. OLE color: 9768091.
HSL color Cylindrical-coordinate representation of color #9B0C95: hue angle of 302.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C95 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 149 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.39 |
| HSL | 302.52º | 0.86% | 0.33% | - |
| HSV(B) | 302.52º | 0.92% | 0.61% | - |
| XYZ | 19.07 | 9.4 | 29.24 | - |
| YUV | 70.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 149 | 0 | 0.92 | 0.04 | 0.39 | 302.52 | 0.86 | 0.33 |
| Hex | 9B | C | 95 | 0 | 5C | 4 | 27 | 12F | 56 | 21 |
| Octal | 233 | 14 | 225 | 0 | 134 | 4 | 47 | 457 | 126 | 41 |
| Binary | 10011011 | 1100 | 10010101 | 0 | 1011100 | 100 | 100111 | 100101111 | 1010110 | 100001 |
Color Harmonies of #9B0C95
Complementary color
Monochromatic Colors of #9B0C95
Black with #9B0C95
Text Example
Text Example
White with #9B0C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C95; }
p { color: rgb(155,12,149); }
H1.HeaderClassName
{
color: #9B0C95;
}
.AnyTagClassName
{
color: #9B0C95;
}
</style>
background-color css
<style>
a { background-color: #9B0C95; }
a { background-color: rgb(155,12,149); }
div.DivClassName
{
background-color: #9B0C95;
}
.BgClassName
{
background-color: #9B0C95;
}
</style>
border-color css
<style>
span { border-color: #9B0C95; }
span { border-color: rgb(155,12,149); }
td.TdClassName
{
border-color: #9B0C95;
}
.TagClassName
{
border-color: #9B0C95;
}
</style>