Shades of Dark Violet #9F0FBC
Tints of Dark Violet #9F0FBC
RGB
CMYK
RGB Variations
Color information
#9F0FBC (or 0x9F0FBC) is known color: Dark Violet. HEX triplet: 9F, 0F and BC. RGB value is (159,15,188). Sum of RGB (Red+Green+Blue) = 159+15+188=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FBC is #60F043. Grayscale: #4D4D4D. Windows color (decimal): -6352964 or 12324767. OLE color: 12324767.
HSL color Cylindrical-coordinate representation of color #9F0FBC: hue angle of 289.94º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0FBC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 15 | 188 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.26 |
| HSL | 289.94º | 0.85% | 0.4% | - |
| HSV(B) | 289.94º | 0.92% | 0.74% | - |
| XYZ | 23.55 | 11.34 | 48.53 | - |
| YUV | 77.78 | 190.21 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 188 | 0.15 | 0.92 | 0 | 0.26 | 289.94 | 0.85 | 0.4 |
| Hex | 9F | F | BC | F | 5C | 0 | 1A | 122 | 55 | 28 |
| Octal | 237 | 17 | 274 | 17 | 134 | 0 | 32 | 442 | 125 | 50 |
| Binary | 10011111 | 1111 | 10111100 | 1111 | 1011100 | 0 | 11010 | 100100010 | 1010101 | 101000 |
Color Harmonies of #9F0FBC
Complementary color
Monochromatic Colors of #9F0FBC
Black with #9F0FBC
Text Example
Text Example
White with #9F0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FBC; }
p { color: rgb(159,15,188); }
H1.HeaderClassName
{
color: #9F0FBC;
}
.AnyTagClassName
{
color: #9F0FBC;
}
</style>
background-color css
<style>
a { background-color: #9F0FBC; }
a { background-color: rgb(159,15,188); }
div.DivClassName
{
background-color: #9F0FBC;
}
.BgClassName
{
background-color: #9F0FBC;
}
</style>
border-color css
<style>
span { border-color: #9F0FBC; }
span { border-color: rgb(159,15,188); }
td.TdClassName
{
border-color: #9F0FBC;
}
.TagClassName
{
border-color: #9F0FBC;
}
</style>