Shades of Blue Violet #9E49FC
Tints of Blue Violet #9E49FC
RGB
CMYK
RGB Variations
Color information
#9E49FC (or 0x9E49FC) is known color: Blue Violet. HEX triplet: 9E, 49 and FC. RGB value is (158,73,252). Sum of RGB (Red+Green+Blue) = 158+73+252=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E49FC is #61B603. Grayscale: #767676. Windows color (decimal): -6403588 or 16533918. OLE color: 16533918.
HSL color Cylindrical-coordinate representation of color #9E49FC: hue angle of 268.49º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E49FC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 73 | 252 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.01 |
| HSL | 268.49º | 0.97% | 0.64% | - |
| HSV(B) | 268.49º | 0.71% | 0.99% | - |
| XYZ | 34.05 | 19.06 | 93.98 | - |
| YUV | 118.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 252 | 0.37 | 0.71 | 0 | 0.01 | 268.49 | 0.97 | 0.64 |
| Hex | 9E | 49 | FC | 25 | 47 | 0 | 1 | 10C | 61 | 40 |
| Octal | 236 | 111 | 374 | 45 | 107 | 0 | 1 | 414 | 141 | 100 |
| Binary | 10011110 | 1001001 | 11111100 | 100101 | 1000111 | 0 | 1 | 100001100 | 1100001 | 1000000 |
Color Harmonies of #9E49FC
Complementary color
Monochromatic Colors of #9E49FC
Black with #9E49FC
Text Example
Text Example
White with #9E49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49FC; }
p { color: rgb(158,73,252); }
H1.HeaderClassName
{
color: #9E49FC;
}
.AnyTagClassName
{
color: #9E49FC;
}
</style>
background-color css
<style>
a { background-color: #9E49FC; }
a { background-color: rgb(158,73,252); }
div.DivClassName
{
background-color: #9E49FC;
}
.BgClassName
{
background-color: #9E49FC;
}
</style>
border-color css
<style>
span { border-color: #9E49FC; }
span { border-color: rgb(158,73,252); }
td.TdClassName
{
border-color: #9E49FC;
}
.TagClassName
{
border-color: #9E49FC;
}
</style>