Shades of Dark Violet #9F0CBC
Tints of Dark Violet #9F0CBC
RGB
CMYK
RGB Variations
Color information
#9F0CBC (or 0x9F0CBC) is known color: Dark Violet. HEX triplet: 9F, 0C and BC. RGB value is (159,12,188). Sum of RGB (Red+Green+Blue) = 159+12+188=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F0CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CBC is #60F343. Grayscale: #4B4B4B. Windows color (decimal): -6353732 or 12323999. OLE color: 12323999.
HSL color Cylindrical-coordinate representation of color #9F0CBC: hue angle of 290.11º degrees, saturation: 0.88, 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 #9F0CBC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 12 | 188 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.26 |
| HSL | 290.11º | 0.88% | 0.39% | - |
| HSV(B) | 290.11º | 0.94% | 0.74% | - |
| XYZ | 23.51 | 11.26 | 48.51 | - |
| YUV | 76.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 188 | 0.15 | 0.94 | 0 | 0.26 | 290.11 | 0.88 | 0.39 |
| Hex | 9F | C | BC | F | 5E | 0 | 1A | 122 | 58 | 27 |
| Octal | 237 | 14 | 274 | 17 | 136 | 0 | 32 | 442 | 130 | 47 |
| Binary | 10011111 | 1100 | 10111100 | 1111 | 1011110 | 0 | 11010 | 100100010 | 1011000 | 100111 |
Color Harmonies of #9F0CBC
Complementary color
Monochromatic Colors of #9F0CBC
Black with #9F0CBC
Text Example
Text Example
White with #9F0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CBC; }
p { color: rgb(159,12,188); }
H1.HeaderClassName
{
color: #9F0CBC;
}
.AnyTagClassName
{
color: #9F0CBC;
}
</style>
background-color css
<style>
a { background-color: #9F0CBC; }
a { background-color: rgb(159,12,188); }
div.DivClassName
{
background-color: #9F0CBC;
}
.BgClassName
{
background-color: #9F0CBC;
}
</style>
border-color css
<style>
span { border-color: #9F0CBC; }
span { border-color: rgb(159,12,188); }
td.TdClassName
{
border-color: #9F0CBC;
}
.TagClassName
{
border-color: #9F0CBC;
}
</style>