Shades of Dark Violet #9B0CBB
Tints of Dark Violet #9B0CBB
RGB
CMYK
RGB Variations
Color information
#9B0CBB (or 0x9B0CBB) is known color: Dark Violet. HEX triplet: 9B, 0C and BB. RGB value is (155,12,187). Sum of RGB (Red+Green+Blue) = 155+12+187=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CBB is #64F344. Grayscale: #4A4A4A. Windows color (decimal): -6615877 or 12258459. OLE color: 12258459.
HSL color Cylindrical-coordinate representation of color #9B0CBB: hue angle of 289.03º 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 #9B0CBB is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 12 | 187 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.27 |
| HSL | 289.03º | 0.88% | 0.39% | - |
| HSV(B) | 289.03º | 0.94% | 0.73% | - |
| XYZ | 22.62 | 10.82 | 47.91 | - |
| YUV | 74.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 187 | 0.17 | 0.94 | 0 | 0.27 | 289.03 | 0.88 | 0.39 |
| Hex | 9B | C | BB | 11 | 5E | 0 | 1B | 121 | 58 | 27 |
| Octal | 233 | 14 | 273 | 21 | 136 | 0 | 33 | 441 | 130 | 47 |
| Binary | 10011011 | 1100 | 10111011 | 10001 | 1011110 | 0 | 11011 | 100100001 | 1011000 | 100111 |
Color Harmonies of #9B0CBB
Complementary color
Monochromatic Colors of #9B0CBB
Black with #9B0CBB
Text Example
Text Example
White with #9B0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0CBB; }
p { color: rgb(155,12,187); }
H1.HeaderClassName
{
color: #9B0CBB;
}
.AnyTagClassName
{
color: #9B0CBB;
}
</style>
background-color css
<style>
a { background-color: #9B0CBB; }
a { background-color: rgb(155,12,187); }
div.DivClassName
{
background-color: #9B0CBB;
}
.BgClassName
{
background-color: #9B0CBB;
}
</style>
border-color css
<style>
span { border-color: #9B0CBB; }
span { border-color: rgb(155,12,187); }
td.TdClassName
{
border-color: #9B0CBB;
}
.TagClassName
{
border-color: #9B0CBB;
}
</style>