Shades of Dark Violet #9E0FDF
Tints of Dark Violet #9E0FDF
RGB
CMYK
RGB Variations
Color information
#9E0FDF (or 0x9E0FDF) is known color: Dark Violet. HEX triplet: 9E, 0F and DF. RGB value is (158,15,223). Sum of RGB (Red+Green+Blue) = 158+15+223=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 15 (6.25% from 255 or 3.79% 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 #9E0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FDF is #61F020. Grayscale: #505050. Windows color (decimal): -6418465 or 14618526. OLE color: 14618526.
HSL color Cylindrical-coordinate representation of color #9E0FDF: hue angle of 281.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0FDF is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 15 | 223 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.13 |
| HSL | 281.25º | 0.87% | 0.47% | - |
| HSV(B) | 281.25º | 0.93% | 0.87% | - |
| XYZ | 27.59 | 12.94 | 70.86 | - |
| YUV | 81.47 | 207.88 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 223 | 0.29 | 0.93 | 0 | 0.13 | 281.25 | 0.87 | 0.47 |
| Hex | 9E | F | DF | 1D | 5D | 0 | D | 119 | 57 | 2F |
| Octal | 236 | 17 | 337 | 35 | 135 | 0 | 15 | 431 | 127 | 57 |
| Binary | 10011110 | 1111 | 11011111 | 11101 | 1011101 | 0 | 1101 | 100011001 | 1010111 | 101111 |
Color Harmonies of #9E0FDF
Complementary color
Monochromatic Colors of #9E0FDF
Black with #9E0FDF
Text Example
Text Example
White with #9E0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FDF; }
p { color: rgb(158,15,223); }
H1.HeaderClassName
{
color: #9E0FDF;
}
.AnyTagClassName
{
color: #9E0FDF;
}
</style>
background-color css
<style>
a { background-color: #9E0FDF; }
a { background-color: rgb(158,15,223); }
div.DivClassName
{
background-color: #9E0FDF;
}
.BgClassName
{
background-color: #9E0FDF;
}
</style>
border-color css
<style>
span { border-color: #9E0FDF; }
span { border-color: rgb(158,15,223); }
td.TdClassName
{
border-color: #9E0FDF;
}
.TagClassName
{
border-color: #9E0FDF;
}
</style>