Shades of Dark Violet #9F0EDF
Tints of Dark Violet #9F0EDF
RGB
CMYK
RGB Variations
Color information
#9F0EDF (or 0x9F0EDF) is known color: Dark Violet. HEX triplet: 9F, 0E and DF. RGB value is (159,14,223). Sum of RGB (Red+Green+Blue) = 159+14+223=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F0EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EDF is #60F120. Grayscale: #505050. Windows color (decimal): -6353185 or 14618271. OLE color: 14618271.
HSL color Cylindrical-coordinate representation of color #9F0EDF: hue angle of 281.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EDF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 14 | 223 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.13 |
| HSL | 281.63º | 0.88% | 0.46% | - |
| HSV(B) | 281.63º | 0.94% | 0.87% | - |
| XYZ | 27.77 | 13.01 | 70.86 | - |
| YUV | 81.18 | 208.04 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 223 | 0.29 | 0.94 | 0 | 0.13 | 281.63 | 0.88 | 0.46 |
| Hex | 9F | E | DF | 1D | 5E | 0 | D | 11A | 58 | 2E |
| Octal | 237 | 16 | 337 | 35 | 136 | 0 | 15 | 432 | 130 | 56 |
| Binary | 10011111 | 1110 | 11011111 | 11101 | 1011110 | 0 | 1101 | 100011010 | 1011000 | 101110 |
Color Harmonies of #9F0EDF
Complementary color
Monochromatic Colors of #9F0EDF
Black with #9F0EDF
Text Example
Text Example
White with #9F0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EDF; }
p { color: rgb(159,14,223); }
H1.HeaderClassName
{
color: #9F0EDF;
}
.AnyTagClassName
{
color: #9F0EDF;
}
</style>
background-color css
<style>
a { background-color: #9F0EDF; }
a { background-color: rgb(159,14,223); }
div.DivClassName
{
background-color: #9F0EDF;
}
.BgClassName
{
background-color: #9F0EDF;
}
</style>
border-color css
<style>
span { border-color: #9F0EDF; }
span { border-color: rgb(159,14,223); }
td.TdClassName
{
border-color: #9F0EDF;
}
.TagClassName
{
border-color: #9F0EDF;
}
</style>