Shades of Dark Violet #9F0BF0
Tints of Dark Violet #9F0BF0
RGB
CMYK
RGB Variations
Color information
#9F0BF0 (or 0x9F0BF0) is known color: Dark Violet. HEX triplet: 9F, 0B and F0. RGB value is (159,11,240). Sum of RGB (Red+Green+Blue) = 159+11+240=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 240 (94.14% from 255 or 58.54% from 410); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F0BF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0BF0 is #60F40F. Grayscale: #505050. Windows color (decimal): -6353936 or 15731615. OLE color: 15731615.
HSL color Cylindrical-coordinate representation of color #9F0BF0: hue angle of 278.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BF0 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 11 | 240 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.06 |
| HSL | 278.78º | 0.91% | 0.49% | - |
| HSV(B) | 278.78º | 0.95% | 0.94% | - |
| XYZ | 30.15 | 13.9 | 83.53 | - |
| YUV | 81.36 | 217.53 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 240 | 0.34 | 0.95 | 0 | 0.06 | 278.78 | 0.91 | 0.49 |
| Hex | 9F | B | F0 | 22 | 5F | 0 | 6 | 117 | 5B | 31 |
| Octal | 237 | 13 | 360 | 42 | 137 | 0 | 6 | 427 | 133 | 61 |
| Binary | 10011111 | 1011 | 11110000 | 100010 | 1011111 | 0 | 110 | 100010111 | 1011011 | 110001 |
Color Harmonies of #9F0BF0
Complementary color
Monochromatic Colors of #9F0BF0
Black with #9F0BF0
Text Example
Text Example
White with #9F0BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BF0; }
p { color: rgb(159,11,240); }
H1.HeaderClassName
{
color: #9F0BF0;
}
.AnyTagClassName
{
color: #9F0BF0;
}
</style>
background-color css
<style>
a { background-color: #9F0BF0; }
a { background-color: rgb(159,11,240); }
div.DivClassName
{
background-color: #9F0BF0;
}
.BgClassName
{
background-color: #9F0BF0;
}
</style>
border-color css
<style>
span { border-color: #9F0BF0; }
span { border-color: rgb(159,11,240); }
td.TdClassName
{
border-color: #9F0BF0;
}
.TagClassName
{
border-color: #9F0BF0;
}
</style>