Shades of Dark Violet #9E01DB
Tints of Dark Violet #9E01DB
RGB
CMYK
RGB Variations
Color information
#9E01DB (or 0x9E01DB) is known color: Dark Violet. HEX triplet: 9E, 01 and DB. RGB value is (158,1,219). Sum of RGB (Red+Green+Blue) = 158+1+219=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E01DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E01DB is #61FE24. Grayscale: #484848. Windows color (decimal): -6422053 or 14352798. OLE color: 14352798.
HSL color Cylindrical-coordinate representation of color #9E01DB: hue angle of 283.21º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E01DB is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 1 | 219 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.14 |
| HSL | 283.21º | 0.99% | 0.43% | - |
| HSV(B) | 283.21º | 1% | 0.86% | - |
| XYZ | 26.9 | 12.41 | 67.99 | - |
| YUV | 72.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 219 | 0.28 | 1.00 | 0 | 0.14 | 283.21 | 0.99 | 0.43 |
| Hex | 9E | 1 | DB | 1C | 64 | 0 | E | 11B | 63 | 2B |
| Octal | 236 | 1 | 333 | 34 | 144 | 0 | 16 | 433 | 143 | 53 |
| Binary | 10011110 | 1 | 11011011 | 11100 | 1100100 | 0 | 1110 | 100011011 | 1100011 | 101011 |
Color Harmonies of #9E01DB
Complementary color
Monochromatic Colors of #9E01DB
Black with #9E01DB
Text Example
Text Example
White with #9E01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E01DB; }
p { color: rgb(158,1,219); }
H1.HeaderClassName
{
color: #9E01DB;
}
.AnyTagClassName
{
color: #9E01DB;
}
</style>
background-color css
<style>
a { background-color: #9E01DB; }
a { background-color: rgb(158,1,219); }
div.DivClassName
{
background-color: #9E01DB;
}
.BgClassName
{
background-color: #9E01DB;
}
</style>
border-color css
<style>
span { border-color: #9E01DB; }
span { border-color: rgb(158,1,219); }
td.TdClassName
{
border-color: #9E01DB;
}
.TagClassName
{
border-color: #9E01DB;
}
</style>