Shades of Blue Violet #9E3EEF
Tints of Blue Violet #9E3EEF
RGB
CMYK
RGB Variations
Color information
#9E3EEF (or 0x9E3EEF) is known color: Blue Violet. HEX triplet: 9E, 3E and EF. RGB value is (158,62,239). Sum of RGB (Red+Green+Blue) = 158+62+239=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E3EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3EEF is #61C110. Grayscale: #6E6E6E. Windows color (decimal): -6406417 or 15679134. OLE color: 15679134.
HSL color Cylindrical-coordinate representation of color #9E3EEF: hue angle of 272.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3EEF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 62 | 239 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.06 |
| HSL | 272.54º | 0.85% | 0.59% | - |
| HSV(B) | 272.54º | 0.74% | 0.94% | - |
| XYZ | 31.4 | 16.95 | 83.28 | - |
| YUV | 110.88 | 200.3 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 239 | 0.34 | 0.74 | 0 | 0.06 | 272.54 | 0.85 | 0.59 |
| Hex | 9E | 3E | EF | 22 | 4A | 0 | 6 | 111 | 55 | 3B |
| Octal | 236 | 76 | 357 | 42 | 112 | 0 | 6 | 421 | 125 | 73 |
| Binary | 10011110 | 111110 | 11101111 | 100010 | 1001010 | 0 | 110 | 100010001 | 1010101 | 111011 |
Color Harmonies of #9E3EEF
Complementary color
Monochromatic Colors of #9E3EEF
Black with #9E3EEF
Text Example
Text Example
White with #9E3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EEF; }
p { color: rgb(158,62,239); }
H1.HeaderClassName
{
color: #9E3EEF;
}
.AnyTagClassName
{
color: #9E3EEF;
}
</style>
background-color css
<style>
a { background-color: #9E3EEF; }
a { background-color: rgb(158,62,239); }
div.DivClassName
{
background-color: #9E3EEF;
}
.BgClassName
{
background-color: #9E3EEF;
}
</style>
border-color css
<style>
span { border-color: #9E3EEF; }
span { border-color: rgb(158,62,239); }
td.TdClassName
{
border-color: #9E3EEF;
}
.TagClassName
{
border-color: #9E3EEF;
}
</style>