Shades of Dark Violet #9E03DB
Tints of Dark Violet #9E03DB
RGB
CMYK
RGB Variations
Color information
#9E03DB (or 0x9E03DB) is known color: Dark Violet. HEX triplet: 9E, 03 and DB. RGB value is (158,3,219). Sum of RGB (Red+Green+Blue) = 158+3+219=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03DB is #61FC24. Grayscale: #494949. Windows color (decimal): -6421541 or 14353310. OLE color: 14353310.
HSL color Cylindrical-coordinate representation of color #9E03DB: hue angle of 283.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03DB is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 3 | 219 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.14 |
| HSL | 283.06º | 0.97% | 0.44% | - |
| HSV(B) | 283.06º | 0.99% | 0.86% | - |
| XYZ | 26.92 | 12.45 | 68 | - |
| YUV | 73.97 | 209.85 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 219 | 0.28 | 0.99 | 0 | 0.14 | 283.06 | 0.97 | 0.44 |
| Hex | 9E | 3 | DB | 1C | 63 | 0 | E | 11B | 61 | 2C |
| Octal | 236 | 3 | 333 | 34 | 143 | 0 | 16 | 433 | 141 | 54 |
| Binary | 10011110 | 11 | 11011011 | 11100 | 1100011 | 0 | 1110 | 100011011 | 1100001 | 101100 |
Color Harmonies of #9E03DB
Complementary color
Monochromatic Colors of #9E03DB
Black with #9E03DB
Text Example
Text Example
White with #9E03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03DB; }
p { color: rgb(158,3,219); }
H1.HeaderClassName
{
color: #9E03DB;
}
.AnyTagClassName
{
color: #9E03DB;
}
</style>
background-color css
<style>
a { background-color: #9E03DB; }
a { background-color: rgb(158,3,219); }
div.DivClassName
{
background-color: #9E03DB;
}
.BgClassName
{
background-color: #9E03DB;
}
</style>
border-color css
<style>
span { border-color: #9E03DB; }
span { border-color: rgb(158,3,219); }
td.TdClassName
{
border-color: #9E03DB;
}
.TagClassName
{
border-color: #9E03DB;
}
</style>