Shades of Dark Violet #9F0CBB
Tints of Dark Violet #9F0CBB
RGB
CMYK
RGB Variations
Color information
#9F0CBB (or 0x9F0CBB) is known color: Dark Violet. HEX triplet: 9F, 0C and BB. RGB value is (159,12,187). Sum of RGB (Red+Green+Blue) = 159+12+187=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBB is #60F344. Grayscale: #4B4B4B. Windows color (decimal): -6353733 or 12258463. OLE color: 12258463.
HSL color Cylindrical-coordinate representation of color #9F0CBB: hue angle of 290.4º 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 #9F0CBB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 12 | 187 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.27 |
| HSL | 290.4º | 0.88% | 0.39% | - |
| HSV(B) | 290.4º | 0.94% | 0.73% | - |
| XYZ | 23.4 | 11.22 | 47.95 | - |
| YUV | 75.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 187 | 0.15 | 0.94 | 0 | 0.27 | 290.4 | 0.88 | 0.39 |
| Hex | 9F | C | BB | F | 5E | 0 | 1B | 122 | 58 | 27 |
| Octal | 237 | 14 | 273 | 17 | 136 | 0 | 33 | 442 | 130 | 47 |
| Binary | 10011111 | 1100 | 10111011 | 1111 | 1011110 | 0 | 11011 | 100100010 | 1011000 | 100111 |
Color Harmonies of #9F0CBB
Complementary color
Monochromatic Colors of #9F0CBB
Black with #9F0CBB
Text Example
Text Example
White with #9F0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CBB; }
p { color: rgb(159,12,187); }
H1.HeaderClassName
{
color: #9F0CBB;
}
.AnyTagClassName
{
color: #9F0CBB;
}
</style>
background-color css
<style>
a { background-color: #9F0CBB; }
a { background-color: rgb(159,12,187); }
div.DivClassName
{
background-color: #9F0CBB;
}
.BgClassName
{
background-color: #9F0CBB;
}
</style>
border-color css
<style>
span { border-color: #9F0CBB; }
span { border-color: rgb(159,12,187); }
td.TdClassName
{
border-color: #9F0CBB;
}
.TagClassName
{
border-color: #9F0CBB;
}
</style>