Shades of Dark Violet #9B0CBA
Tints of Dark Violet #9B0CBA
RGB
CMYK
RGB Variations
Color information
#9B0CBA (or 0x9B0CBA) is known color: Dark Violet. HEX triplet: 9B, 0C and BA. RGB value is (155,12,186). Sum of RGB (Red+Green+Blue) = 155+12+186=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B0CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CBA is #64F345. Grayscale: #4A4A4A. Windows color (decimal): -6615878 or 12192923. OLE color: 12192923.
HSL color Cylindrical-coordinate representation of color #9B0CBA: hue angle of 289.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0CBA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 12 | 186 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.27 |
| HSL | 289.31º | 0.88% | 0.39% | - |
| HSV(B) | 289.31º | 0.94% | 0.73% | - |
| XYZ | 22.51 | 10.78 | 47.35 | - |
| YUV | 74.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 186 | 0.17 | 0.94 | 0 | 0.27 | 289.31 | 0.88 | 0.39 |
| Hex | 9B | C | BA | 11 | 5E | 0 | 1B | 121 | 58 | 27 |
| Octal | 233 | 14 | 272 | 21 | 136 | 0 | 33 | 441 | 130 | 47 |
| Binary | 10011011 | 1100 | 10111010 | 10001 | 1011110 | 0 | 11011 | 100100001 | 1011000 | 100111 |
Color Harmonies of #9B0CBA
Complementary color
Monochromatic Colors of #9B0CBA
Black with #9B0CBA
Text Example
Text Example
White with #9B0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0CBA; }
p { color: rgb(155,12,186); }
H1.HeaderClassName
{
color: #9B0CBA;
}
.AnyTagClassName
{
color: #9B0CBA;
}
</style>
background-color css
<style>
a { background-color: #9B0CBA; }
a { background-color: rgb(155,12,186); }
div.DivClassName
{
background-color: #9B0CBA;
}
.BgClassName
{
background-color: #9B0CBA;
}
</style>
border-color css
<style>
span { border-color: #9B0CBA; }
span { border-color: rgb(155,12,186); }
td.TdClassName
{
border-color: #9B0CBA;
}
.TagClassName
{
border-color: #9B0CBA;
}
</style>