Shades of Dark Violet #9B0BBC
Tints of Dark Violet #9B0BBC
RGB
CMYK
RGB Variations
Color information
#9B0BBC (or 0x9B0BBC) is known color: Dark Violet. HEX triplet: 9B, 0B and BC. RGB value is (155,11,188). Sum of RGB (Red+Green+Blue) = 155+11+188=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0BBC is #64F443. Grayscale: #494949. Windows color (decimal): -6616132 or 12323739. OLE color: 12323739.
HSL color Cylindrical-coordinate representation of color #9B0BBC: hue angle of 288.81º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0BBC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 11 | 188 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.26 |
| HSL | 288.81º | 0.89% | 0.39% | - |
| HSV(B) | 288.81º | 0.94% | 0.74% | - |
| XYZ | 22.71 | 10.84 | 48.47 | - |
| YUV | 74.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 11 | 188 | 0.18 | 0.94 | 0 | 0.26 | 288.81 | 0.89 | 0.39 |
| Hex | 9B | B | BC | 12 | 5E | 0 | 1A | 121 | 59 | 27 |
| Octal | 233 | 13 | 274 | 22 | 136 | 0 | 32 | 441 | 131 | 47 |
| Binary | 10011011 | 1011 | 10111100 | 10010 | 1011110 | 0 | 11010 | 100100001 | 1011001 | 100111 |
Color Harmonies of #9B0BBC
Complementary color
Monochromatic Colors of #9B0BBC
Black with #9B0BBC
Text Example
Text Example
White with #9B0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0BBC; }
p { color: rgb(155,11,188); }
H1.HeaderClassName
{
color: #9B0BBC;
}
.AnyTagClassName
{
color: #9B0BBC;
}
</style>
background-color css
<style>
a { background-color: #9B0BBC; }
a { background-color: rgb(155,11,188); }
div.DivClassName
{
background-color: #9B0BBC;
}
.BgClassName
{
background-color: #9B0BBC;
}
</style>
border-color css
<style>
span { border-color: #9B0BBC; }
span { border-color: rgb(155,11,188); }
td.TdClassName
{
border-color: #9B0BBC;
}
.TagClassName
{
border-color: #9B0BBC;
}
</style>