Shades of Blue Violet #9E49F3
Tints of Blue Violet #9E49F3
RGB
CMYK
RGB Variations
Color information
#9E49F3 (or 0x9E49F3) is known color: Blue Violet. HEX triplet: 9E, 49 and F3. RGB value is (158,73,243). Sum of RGB (Red+Green+Blue) = 158+73+243=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E49F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E49F3 is #61B60C. Grayscale: #757575. Windows color (decimal): -6403597 or 15944094. OLE color: 15944094.
HSL color Cylindrical-coordinate representation of color #9E49F3: hue angle of 270º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E49F3 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 73 | 243 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.05 |
| HSL | 270º | 0.88% | 0.62% | - |
| HSV(B) | 270º | 0.7% | 0.95% | - |
| XYZ | 32.66 | 18.51 | 86.64 | - |
| YUV | 117.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 243 | 0.35 | 0.70 | 0 | 0.05 | 270 | 0.88 | 0.62 |
| Hex | 9E | 49 | F3 | 23 | 46 | 0 | 5 | 10E | 58 | 3E |
| Octal | 236 | 111 | 363 | 43 | 106 | 0 | 5 | 416 | 130 | 76 |
| Binary | 10011110 | 1001001 | 11110011 | 100011 | 1000110 | 0 | 101 | 100001110 | 1011000 | 111110 |
Color Harmonies of #9E49F3
Complementary color
Monochromatic Colors of #9E49F3
Black with #9E49F3
Text Example
Text Example
White with #9E49F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49F3; }
p { color: rgb(158,73,243); }
H1.HeaderClassName
{
color: #9E49F3;
}
.AnyTagClassName
{
color: #9E49F3;
}
</style>
background-color css
<style>
a { background-color: #9E49F3; }
a { background-color: rgb(158,73,243); }
div.DivClassName
{
background-color: #9E49F3;
}
.BgClassName
{
background-color: #9E49F3;
}
</style>
border-color css
<style>
span { border-color: #9E49F3; }
span { border-color: rgb(158,73,243); }
td.TdClassName
{
border-color: #9E49F3;
}
.TagClassName
{
border-color: #9E49F3;
}
</style>