Shades of Blue Violet #9E4DEE
Tints of Blue Violet #9E4DEE
RGB
CMYK
RGB Variations
Color information
#9E4DEE (or 0x9E4DEE) is known color: Blue Violet. HEX triplet: 9E, 4D and EE. RGB value is (158,77,238). Sum of RGB (Red+Green+Blue) = 158+77+238=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E4DEE is #61B211. Grayscale: #777777. Windows color (decimal): -6402578 or 15617438. OLE color: 15617438.
HSL color Cylindrical-coordinate representation of color #9E4DEE: hue angle of 270.19º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E4DEE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 77 | 238 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.07 |
| HSL | 270.19º | 0.83% | 0.62% | - |
| HSV(B) | 270.19º | 0.68% | 0.93% | - |
| XYZ | 32.19 | 18.75 | 82.81 | - |
| YUV | 119.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 238 | 0.34 | 0.68 | 0 | 0.07 | 270.19 | 0.83 | 0.62 |
| Hex | 9E | 4D | EE | 22 | 44 | 0 | 7 | 10E | 53 | 3E |
| Octal | 236 | 115 | 356 | 42 | 104 | 0 | 7 | 416 | 123 | 76 |
| Binary | 10011110 | 1001101 | 11101110 | 100010 | 1000100 | 0 | 111 | 100001110 | 1010011 | 111110 |
Color Harmonies of #9E4DEE
Complementary color
Monochromatic Colors of #9E4DEE
Black with #9E4DEE
Text Example
Text Example
White with #9E4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DEE; }
p { color: rgb(158,77,238); }
H1.HeaderClassName
{
color: #9E4DEE;
}
.AnyTagClassName
{
color: #9E4DEE;
}
</style>
background-color css
<style>
a { background-color: #9E4DEE; }
a { background-color: rgb(158,77,238); }
div.DivClassName
{
background-color: #9E4DEE;
}
.BgClassName
{
background-color: #9E4DEE;
}
</style>
border-color css
<style>
span { border-color: #9E4DEE; }
span { border-color: rgb(158,77,238); }
td.TdClassName
{
border-color: #9E4DEE;
}
.TagClassName
{
border-color: #9E4DEE;
}
</style>