Shades of Blue Violet #9E49EE
Tints of Blue Violet #9E49EE
RGB
CMYK
RGB Variations
Color information
#9E49EE (or 0x9E49EE) is known color: Blue Violet. HEX triplet: 9E, 49 and EE. RGB value is (158,73,238). Sum of RGB (Red+Green+Blue) = 158+73+238=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E49EE is #61B611. Grayscale: #747474. Windows color (decimal): -6403602 or 15616414. OLE color: 15616414.
HSL color Cylindrical-coordinate representation of color #9E49EE: hue angle of 270.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E49EE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 73 | 238 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.07 |
| HSL | 270.91º | 0.83% | 0.61% | - |
| HSV(B) | 270.91º | 0.69% | 0.93% | - |
| XYZ | 31.92 | 18.21 | 82.72 | - |
| YUV | 117.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 238 | 0.34 | 0.69 | 0 | 0.07 | 270.91 | 0.83 | 0.61 |
| Hex | 9E | 49 | EE | 22 | 45 | 0 | 7 | 10F | 53 | 3D |
| Octal | 236 | 111 | 356 | 42 | 105 | 0 | 7 | 417 | 123 | 75 |
| Binary | 10011110 | 1001001 | 11101110 | 100010 | 1000101 | 0 | 111 | 100001111 | 1010011 | 111101 |
Color Harmonies of #9E49EE
Complementary color
Monochromatic Colors of #9E49EE
Black with #9E49EE
Text Example
Text Example
White with #9E49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49EE; }
p { color: rgb(158,73,238); }
H1.HeaderClassName
{
color: #9E49EE;
}
.AnyTagClassName
{
color: #9E49EE;
}
</style>
background-color css
<style>
a { background-color: #9E49EE; }
a { background-color: rgb(158,73,238); }
div.DivClassName
{
background-color: #9E49EE;
}
.BgClassName
{
background-color: #9E49EE;
}
</style>
border-color css
<style>
span { border-color: #9E49EE; }
span { border-color: rgb(158,73,238); }
td.TdClassName
{
border-color: #9E49EE;
}
.TagClassName
{
border-color: #9E49EE;
}
</style>