Shades of Dark Violet #9F0DEF
Tints of Dark Violet #9F0DEF
RGB
CMYK
RGB Variations
Color information
#9F0DEF (or 0x9F0DEF) is known color: Dark Violet. HEX triplet: 9F, 0D and EF. RGB value is (159,13,239). Sum of RGB (Red+Green+Blue) = 159+13+239=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F0DEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0DEF is #60F210. Grayscale: #515151. Windows color (decimal): -6353425 or 15666591. OLE color: 15666591.
HSL color Cylindrical-coordinate representation of color #9F0DEF: hue angle of 278.76º degrees, saturation: 0.9, 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 #9F0DEF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 13 | 239 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.06 |
| HSL | 278.76º | 0.9% | 0.49% | - |
| HSV(B) | 278.76º | 0.95% | 0.94% | - |
| XYZ | 30.02 | 13.89 | 82.76 | - |
| YUV | 82.42 | 216.37 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 239 | 0.33 | 0.95 | 0 | 0.06 | 278.76 | 0.9 | 0.49 |
| Hex | 9F | D | EF | 21 | 5F | 0 | 6 | 117 | 5A | 31 |
| Octal | 237 | 15 | 357 | 41 | 137 | 0 | 6 | 427 | 132 | 61 |
| Binary | 10011111 | 1101 | 11101111 | 100001 | 1011111 | 0 | 110 | 100010111 | 1011010 | 110001 |
Color Harmonies of #9F0DEF
Complementary color
Monochromatic Colors of #9F0DEF
Black with #9F0DEF
Text Example
Text Example
White with #9F0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DEF; }
p { color: rgb(159,13,239); }
H1.HeaderClassName
{
color: #9F0DEF;
}
.AnyTagClassName
{
color: #9F0DEF;
}
</style>
background-color css
<style>
a { background-color: #9F0DEF; }
a { background-color: rgb(159,13,239); }
div.DivClassName
{
background-color: #9F0DEF;
}
.BgClassName
{
background-color: #9F0DEF;
}
</style>
border-color css
<style>
span { border-color: #9F0DEF; }
span { border-color: rgb(159,13,239); }
td.TdClassName
{
border-color: #9F0DEF;
}
.TagClassName
{
border-color: #9F0DEF;
}
</style>