Shades of Dark Violet #9F0BBC
Tints of Dark Violet #9F0BBC
RGB
CMYK
RGB Variations
Color information
#9F0BBC (or 0x9F0BBC) is known color: Dark Violet. HEX triplet: 9F, 0B and BC. RGB value is (159,11,188). Sum of RGB (Red+Green+Blue) = 159+11+188=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BBC is #60F443. Grayscale: #4A4A4A. Windows color (decimal): -6353988 or 12323743. OLE color: 12323743.
HSL color Cylindrical-coordinate representation of color #9F0BBC: hue angle of 290.17º 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 #9F0BBC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 11 | 188 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.26 |
| HSL | 290.17º | 0.89% | 0.39% | - |
| HSV(B) | 290.17º | 0.94% | 0.74% | - |
| XYZ | 23.49 | 11.24 | 48.51 | - |
| YUV | 75.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 188 | 0.15 | 0.94 | 0 | 0.26 | 290.17 | 0.89 | 0.39 |
| Hex | 9F | B | BC | F | 5E | 0 | 1A | 122 | 59 | 27 |
| Octal | 237 | 13 | 274 | 17 | 136 | 0 | 32 | 442 | 131 | 47 |
| Binary | 10011111 | 1011 | 10111100 | 1111 | 1011110 | 0 | 11010 | 100100010 | 1011001 | 100111 |
Color Harmonies of #9F0BBC
Complementary color
Monochromatic Colors of #9F0BBC
Black with #9F0BBC
Text Example
Text Example
White with #9F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BBC; }
p { color: rgb(159,11,188); }
H1.HeaderClassName
{
color: #9F0BBC;
}
.AnyTagClassName
{
color: #9F0BBC;
}
</style>
background-color css
<style>
a { background-color: #9F0BBC; }
a { background-color: rgb(159,11,188); }
div.DivClassName
{
background-color: #9F0BBC;
}
.BgClassName
{
background-color: #9F0BBC;
}
</style>
border-color css
<style>
span { border-color: #9F0BBC; }
span { border-color: rgb(159,11,188); }
td.TdClassName
{
border-color: #9F0BBC;
}
.TagClassName
{
border-color: #9F0BBC;
}
</style>