Shades of Dark Violet #9E14CF
Tints of Dark Violet #9E14CF
RGB
CMYK
RGB Variations
Color information
#9E14CF (or 0x9E14CF) is known color: Dark Violet. HEX triplet: 9E, 14 and CF. RGB value is (158,20,207). Sum of RGB (Red+Green+Blue) = 158+20+207=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14CF is #61EB30. Grayscale: #515151. Windows color (decimal): -6417201 or 13571230. OLE color: 13571230.
HSL color Cylindrical-coordinate representation of color #9E14CF: hue angle of 284.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E14CF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 20 | 207 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.19 |
| HSL | 284.28º | 0.82% | 0.45% | - |
| HSV(B) | 284.28º | 0.9% | 0.81% | - |
| XYZ | 25.61 | 12.27 | 60.05 | - |
| YUV | 82.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 207 | 0.24 | 0.90 | 0 | 0.19 | 284.28 | 0.82 | 0.45 |
| Hex | 9E | 14 | CF | 18 | 5A | 0 | 13 | 11C | 52 | 2D |
| Octal | 236 | 24 | 317 | 30 | 132 | 0 | 23 | 434 | 122 | 55 |
| Binary | 10011110 | 10100 | 11001111 | 11000 | 1011010 | 0 | 10011 | 100011100 | 1010010 | 101101 |
Color Harmonies of #9E14CF
Complementary color
Monochromatic Colors of #9E14CF
Black with #9E14CF
Text Example
Text Example
White with #9E14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14CF; }
p { color: rgb(158,20,207); }
H1.HeaderClassName
{
color: #9E14CF;
}
.AnyTagClassName
{
color: #9E14CF;
}
</style>
background-color css
<style>
a { background-color: #9E14CF; }
a { background-color: rgb(158,20,207); }
div.DivClassName
{
background-color: #9E14CF;
}
.BgClassName
{
background-color: #9E14CF;
}
</style>
border-color css
<style>
span { border-color: #9E14CF; }
span { border-color: rgb(158,20,207); }
td.TdClassName
{
border-color: #9E14CF;
}
.TagClassName
{
border-color: #9E14CF;
}
</style>