Shades of Dark Violet #9E03BC
Tints of Dark Violet #9E03BC
RGB
CMYK
RGB Variations
Color information
#9E03BC (or 0x9E03BC) is known color: Dark Violet. HEX triplet: 9E, 03 and BC. RGB value is (158,3,188). Sum of RGB (Red+Green+Blue) = 158+3+188=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03BC is #61FC43. Grayscale: #454545. Windows color (decimal): -6421572 or 12321694. OLE color: 12321694.
HSL color Cylindrical-coordinate representation of color #9E03BC: hue angle of 290.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E03BC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 3 | 188 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.26 |
| HSL | 290.27º | 0.97% | 0.37% | - |
| HSV(B) | 290.27º | 0.98% | 0.74% | - |
| XYZ | 23.21 | 10.97 | 48.47 | - |
| YUV | 70.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 188 | 0.16 | 0.98 | 0 | 0.26 | 290.27 | 0.97 | 0.37 |
| Hex | 9E | 3 | BC | 10 | 62 | 0 | 1A | 122 | 61 | 25 |
| Octal | 236 | 3 | 274 | 20 | 142 | 0 | 32 | 442 | 141 | 45 |
| Binary | 10011110 | 11 | 10111100 | 10000 | 1100010 | 0 | 11010 | 100100010 | 1100001 | 100101 |
Color Harmonies of #9E03BC
Complementary color
Monochromatic Colors of #9E03BC
Black with #9E03BC
Text Example
Text Example
White with #9E03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03BC; }
p { color: rgb(158,3,188); }
H1.HeaderClassName
{
color: #9E03BC;
}
.AnyTagClassName
{
color: #9E03BC;
}
</style>
background-color css
<style>
a { background-color: #9E03BC; }
a { background-color: rgb(158,3,188); }
div.DivClassName
{
background-color: #9E03BC;
}
.BgClassName
{
background-color: #9E03BC;
}
</style>
border-color css
<style>
span { border-color: #9E03BC; }
span { border-color: rgb(158,3,188); }
td.TdClassName
{
border-color: #9E03BC;
}
.TagClassName
{
border-color: #9E03BC;
}
</style>