Shades of Dark Violet #9F00DE
Tints of Dark Violet #9F00DE
RGB
CMYK
RGB Variations
Color information
#9F00DE (or 0x9F00DE) is known color: Dark Violet. HEX triplet: 9F, 00 and DE. RGB value is (159,0,222). Sum of RGB (Red+Green+Blue) = 159+0+222=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00DE is #60FF21. Grayscale: #484848. Windows color (decimal): -6356770 or 14549151. OLE color: 14549151.
HSL color Cylindrical-coordinate representation of color #9F00DE: hue angle of 282.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00DE is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 0 | 222 | - |
| CMYK | 0.28 | 1 | 0 | 0.13 |
| HSL | 282.97º | 1% | 0.44% | - |
| HSV(B) | 282.97º | 1% | 0.87% | - |
| XYZ | 27.48 | 12.64 | 70.1 | - |
| YUV | 72.85 | 212.18 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 222 | 0.28 | 1 | 0 | 0.13 | 282.97 | 1 | 0.44 |
| Hex | 9F | 0 | DE | 1C | 64 | 0 | D | 11B | 64 | 2C |
| Octal | 237 | 0 | 336 | 34 | 144 | 0 | 15 | 433 | 144 | 54 |
| Binary | 10011111 | 0 | 11011110 | 11100 | 1100100 | 0 | 1101 | 100011011 | 1100100 | 101100 |
Color Harmonies of #9F00DE
Complementary color
Monochromatic Colors of #9F00DE
Black with #9F00DE
Text Example
Text Example
White with #9F00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00DE; }
p { color: rgb(159,0,222); }
H1.HeaderClassName
{
color: #9F00DE;
}
.AnyTagClassName
{
color: #9F00DE;
}
</style>
background-color css
<style>
a { background-color: #9F00DE; }
a { background-color: rgb(159,0,222); }
div.DivClassName
{
background-color: #9F00DE;
}
.BgClassName
{
background-color: #9F00DE;
}
</style>
border-color css
<style>
span { border-color: #9F00DE; }
span { border-color: rgb(159,0,222); }
td.TdClassName
{
border-color: #9F00DE;
}
.TagClassName
{
border-color: #9F00DE;
}
</style>