Shades of Dark Violet #9E14C1
Tints of Dark Violet #9E14C1
RGB
CMYK
RGB Variations
Color information
#9E14C1 (or 0x9E14C1) is known color: Dark Violet. HEX triplet: 9E, 14 and C1. RGB value is (158,20,193). Sum of RGB (Red+Green+Blue) = 158+20+193=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E14C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14C1 is #61EB3E. Grayscale: #505050. Windows color (decimal): -6417215 or 12653726. OLE color: 12653726.
HSL color Cylindrical-coordinate representation of color #9E14C1: hue angle of 287.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E14C1 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 20 | 193 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.24 |
| HSL | 287.86º | 0.81% | 0.42% | - |
| HSV(B) | 287.86º | 0.9% | 0.76% | - |
| XYZ | 23.98 | 11.62 | 51.43 | - |
| YUV | 80.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 193 | 0.18 | 0.90 | 0 | 0.24 | 287.86 | 0.81 | 0.42 |
| Hex | 9E | 14 | C1 | 12 | 5A | 0 | 18 | 120 | 51 | 2A |
| Octal | 236 | 24 | 301 | 22 | 132 | 0 | 30 | 440 | 121 | 52 |
| Binary | 10011110 | 10100 | 11000001 | 10010 | 1011010 | 0 | 11000 | 100100000 | 1010001 | 101010 |
Color Harmonies of #9E14C1
Complementary color
Monochromatic Colors of #9E14C1
Black with #9E14C1
Text Example
Text Example
White with #9E14C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14C1; }
p { color: rgb(158,20,193); }
H1.HeaderClassName
{
color: #9E14C1;
}
.AnyTagClassName
{
color: #9E14C1;
}
</style>
background-color css
<style>
a { background-color: #9E14C1; }
a { background-color: rgb(158,20,193); }
div.DivClassName
{
background-color: #9E14C1;
}
.BgClassName
{
background-color: #9E14C1;
}
</style>
border-color css
<style>
span { border-color: #9E14C1; }
span { border-color: rgb(158,20,193); }
td.TdClassName
{
border-color: #9E14C1;
}
.TagClassName
{
border-color: #9E14C1;
}
</style>