Shades of Blue Violet #9E3EEE
Tints of Blue Violet #9E3EEE
RGB
CMYK
RGB Variations
Color information
#9E3EEE (or 0x9E3EEE) is known color: Blue Violet. HEX triplet: 9E, 3E and EE. RGB value is (158,62,238). Sum of RGB (Red+Green+Blue) = 158+62+238=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3EEE is #61C111. Grayscale: #6E6E6E. Windows color (decimal): -6406418 or 15613598. OLE color: 15613598.
HSL color Cylindrical-coordinate representation of color #9E3EEE: hue angle of 272.73º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3EEE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 62 | 238 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.07 |
| HSL | 272.73º | 0.84% | 0.59% | - |
| HSV(B) | 272.73º | 0.74% | 0.93% | - |
| XYZ | 31.26 | 16.89 | 82.5 | - |
| YUV | 110.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 238 | 0.34 | 0.74 | 0 | 0.07 | 272.73 | 0.84 | 0.59 |
| Hex | 9E | 3E | EE | 22 | 4A | 0 | 7 | 111 | 54 | 3B |
| Octal | 236 | 76 | 356 | 42 | 112 | 0 | 7 | 421 | 124 | 73 |
| Binary | 10011110 | 111110 | 11101110 | 100010 | 1001010 | 0 | 111 | 100010001 | 1010100 | 111011 |
Color Harmonies of #9E3EEE
Complementary color
Monochromatic Colors of #9E3EEE
Black with #9E3EEE
Text Example
Text Example
White with #9E3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EEE; }
p { color: rgb(158,62,238); }
H1.HeaderClassName
{
color: #9E3EEE;
}
.AnyTagClassName
{
color: #9E3EEE;
}
</style>
background-color css
<style>
a { background-color: #9E3EEE; }
a { background-color: rgb(158,62,238); }
div.DivClassName
{
background-color: #9E3EEE;
}
.BgClassName
{
background-color: #9E3EEE;
}
</style>
border-color css
<style>
span { border-color: #9E3EEE; }
span { border-color: rgb(158,62,238); }
td.TdClassName
{
border-color: #9E3EEE;
}
.TagClassName
{
border-color: #9E3EEE;
}
</style>