Shades of Dark Violet #9E01C4
Tints of Dark Violet #9E01C4
RGB
CMYK
RGB Variations
Color information
#9E01C4 (or 0x9E01C4) is known color: Dark Violet. HEX triplet: 9E, 01 and C4. RGB value is (158,1,196). Sum of RGB (Red+Green+Blue) = 158+1+196=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E01C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E01C4 is #61FE3B. Grayscale: #454545. Windows color (decimal): -6422076 or 12845470. OLE color: 12845470.
HSL color Cylindrical-coordinate representation of color #9E01C4: hue angle of 288.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01C4 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 1 | 196 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.23 |
| HSL | 288.31º | 0.99% | 0.39% | - |
| HSV(B) | 288.31º | 0.99% | 0.77% | - |
| XYZ | 24.08 | 11.28 | 53.13 | - |
| YUV | 70.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 196 | 0.19 | 0.99 | 0 | 0.23 | 288.31 | 0.99 | 0.39 |
| Hex | 9E | 1 | C4 | 13 | 63 | 0 | 17 | 120 | 63 | 27 |
| Octal | 236 | 1 | 304 | 23 | 143 | 0 | 27 | 440 | 143 | 47 |
| Binary | 10011110 | 1 | 11000100 | 10011 | 1100011 | 0 | 10111 | 100100000 | 1100011 | 100111 |
Color Harmonies of #9E01C4
Complementary color
Monochromatic Colors of #9E01C4
Black with #9E01C4
Text Example
Text Example
White with #9E01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E01C4; }
p { color: rgb(158,1,196); }
H1.HeaderClassName
{
color: #9E01C4;
}
.AnyTagClassName
{
color: #9E01C4;
}
</style>
background-color css
<style>
a { background-color: #9E01C4; }
a { background-color: rgb(158,1,196); }
div.DivClassName
{
background-color: #9E01C4;
}
.BgClassName
{
background-color: #9E01C4;
}
</style>
border-color css
<style>
span { border-color: #9E01C4; }
span { border-color: rgb(158,1,196); }
td.TdClassName
{
border-color: #9E01C4;
}
.TagClassName
{
border-color: #9E01C4;
}
</style>