Shades of Blue Violet #9E46FF
Tints of Blue Violet #9E46FF
RGB
CMYK
RGB Variations
Color information
#9E46FF (or 0x9E46FF) is known color: Blue Violet. HEX triplet: 9E, 46 and FF. RGB value is (158,70,255). Sum of RGB (Red+Green+Blue) = 158+70+255=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E46FF is #61B900. Grayscale: #747474. Windows color (decimal): -6404353 or 16729758. OLE color: 16729758.
HSL color Cylindrical-coordinate representation of color #9E46FF: hue angle of 268.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E46FF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 70 | 255 | - |
| CMYK | 0.38 | 0.73 | 0 | 0 |
| HSL | 268.54º | 1% | 0.64% | - |
| HSV(B) | 268.54º | 0.73% | 1% | - |
| XYZ | 34.34 | 18.87 | 96.44 | - |
| YUV | 117.4 | 205.65 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 255 | 0.38 | 0.73 | 0 | 0 | 268.54 | 1 | 0.64 |
| Hex | 9E | 46 | FF | 26 | 49 | 0 | 0 | 10D | 64 | 40 |
| Octal | 236 | 106 | 377 | 46 | 111 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10011110 | 1000110 | 11111111 | 100110 | 1001001 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #9E46FF
Complementary color
Monochromatic Colors of #9E46FF
Black with #9E46FF
Text Example
Text Example
White with #9E46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46FF; }
p { color: rgb(158,70,255); }
H1.HeaderClassName
{
color: #9E46FF;
}
.AnyTagClassName
{
color: #9E46FF;
}
</style>
background-color css
<style>
a { background-color: #9E46FF; }
a { background-color: rgb(158,70,255); }
div.DivClassName
{
background-color: #9E46FF;
}
.BgClassName
{
background-color: #9E46FF;
}
</style>
border-color css
<style>
span { border-color: #9E46FF; }
span { border-color: rgb(158,70,255); }
td.TdClassName
{
border-color: #9E46FF;
}
.TagClassName
{
border-color: #9E46FF;
}
</style>