Shades of Dark Violet #9B0CBF
Tints of Dark Violet #9B0CBF
RGB
CMYK
RGB Variations
Color information
#9B0CBF (or 0x9B0CBF) is known color: Dark Violet. HEX triplet: 9B, 0C and BF. RGB value is (155,12,191). Sum of RGB (Red+Green+Blue) = 155+12+191=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B0CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0CBF is #64F340. Grayscale: #4A4A4A. Windows color (decimal): -6615873 or 12520603. OLE color: 12520603.
HSL color Cylindrical-coordinate representation of color #9B0CBF: hue angle of 287.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0CBF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 12 | 191 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.25 |
| HSL | 287.93º | 0.88% | 0.4% | - |
| HSV(B) | 287.93º | 0.94% | 0.75% | - |
| XYZ | 23.05 | 10.99 | 50.2 | - |
| YUV | 75.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 191 | 0.19 | 0.94 | 0 | 0.25 | 287.93 | 0.88 | 0.4 |
| Hex | 9B | C | BF | 13 | 5E | 0 | 19 | 120 | 58 | 28 |
| Octal | 233 | 14 | 277 | 23 | 136 | 0 | 31 | 440 | 130 | 50 |
| Binary | 10011011 | 1100 | 10111111 | 10011 | 1011110 | 0 | 11001 | 100100000 | 1011000 | 101000 |
Color Harmonies of #9B0CBF
Complementary color
Monochromatic Colors of #9B0CBF
Black with #9B0CBF
Text Example
Text Example
White with #9B0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0CBF; }
p { color: rgb(155,12,191); }
H1.HeaderClassName
{
color: #9B0CBF;
}
.AnyTagClassName
{
color: #9B0CBF;
}
</style>
background-color css
<style>
a { background-color: #9B0CBF; }
a { background-color: rgb(155,12,191); }
div.DivClassName
{
background-color: #9B0CBF;
}
.BgClassName
{
background-color: #9B0CBF;
}
</style>
border-color css
<style>
span { border-color: #9B0CBF; }
span { border-color: rgb(155,12,191); }
td.TdClassName
{
border-color: #9B0CBF;
}
.TagClassName
{
border-color: #9B0CBF;
}
</style>