Shades of Blue Violet #9E3EE9
Tints of Blue Violet #9E3EE9
RGB
CMYK
RGB Variations
Color information
#9E3EE9 (or 0x9E3EE9) is known color: Blue Violet. HEX triplet: 9E, 3E and E9. RGB value is (158,62,233). Sum of RGB (Red+Green+Blue) = 158+62+233=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E3EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3EE9 is #61C116. Grayscale: #6D6D6D. Windows color (decimal): -6406423 or 15285918. OLE color: 15285918.
HSL color Cylindrical-coordinate representation of color #9E3EE9: hue angle of 273.68º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E3EE9 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 62 | 233 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.09 |
| HSL | 273.68º | 0.8% | 0.58% | - |
| HSV(B) | 273.68º | 0.73% | 0.91% | - |
| XYZ | 30.53 | 16.6 | 78.69 | - |
| YUV | 110.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 62 | 233 | 0.32 | 0.73 | 0 | 0.09 | 273.68 | 0.8 | 0.58 |
| Hex | 9E | 3E | E9 | 20 | 49 | 0 | 9 | 112 | 50 | 3A |
| Octal | 236 | 76 | 351 | 40 | 111 | 0 | 11 | 422 | 120 | 72 |
| Binary | 10011110 | 111110 | 11101001 | 100000 | 1001001 | 0 | 1001 | 100010010 | 1010000 | 111010 |
Color Harmonies of #9E3EE9
Complementary color
Monochromatic Colors of #9E3EE9
Black with #9E3EE9
Text Example
Text Example
White with #9E3EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3EE9; }
p { color: rgb(158,62,233); }
H1.HeaderClassName
{
color: #9E3EE9;
}
.AnyTagClassName
{
color: #9E3EE9;
}
</style>
background-color css
<style>
a { background-color: #9E3EE9; }
a { background-color: rgb(158,62,233); }
div.DivClassName
{
background-color: #9E3EE9;
}
.BgClassName
{
background-color: #9E3EE9;
}
</style>
border-color css
<style>
span { border-color: #9E3EE9; }
span { border-color: rgb(158,62,233); }
td.TdClassName
{
border-color: #9E3EE9;
}
.TagClassName
{
border-color: #9E3EE9;
}
</style>