Shades of Blue Violet #9E46EA
Tints of Blue Violet #9E46EA
RGB
CMYK
RGB Variations
Color information
#9E46EA (or 0x9E46EA) is known color: Blue Violet. HEX triplet: 9E, 46 and EA. RGB value is (158,70,234). Sum of RGB (Red+Green+Blue) = 158+70+234=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E46EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E46EA is #61B915. Grayscale: #727272. Windows color (decimal): -6404374 or 15353502. OLE color: 15353502.
HSL color Cylindrical-coordinate representation of color #9E46EA: hue angle of 272.2º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E46EA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 70 | 234 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.08 |
| HSL | 272.2º | 0.8% | 0.6% | - |
| HSV(B) | 272.2º | 0.7% | 0.92% | - |
| XYZ | 31.14 | 17.59 | 79.6 | - |
| YUV | 115.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 234 | 0.32 | 0.70 | 0 | 0.08 | 272.2 | 0.8 | 0.6 |
| Hex | 9E | 46 | EA | 20 | 46 | 0 | 8 | 110 | 50 | 3C |
| Octal | 236 | 106 | 352 | 40 | 106 | 0 | 10 | 420 | 120 | 74 |
| Binary | 10011110 | 1000110 | 11101010 | 100000 | 1000110 | 0 | 1000 | 100010000 | 1010000 | 111100 |
Color Harmonies of #9E46EA
Complementary color
Monochromatic Colors of #9E46EA
Black with #9E46EA
Text Example
Text Example
White with #9E46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46EA; }
p { color: rgb(158,70,234); }
H1.HeaderClassName
{
color: #9E46EA;
}
.AnyTagClassName
{
color: #9E46EA;
}
</style>
background-color css
<style>
a { background-color: #9E46EA; }
a { background-color: rgb(158,70,234); }
div.DivClassName
{
background-color: #9E46EA;
}
.BgClassName
{
background-color: #9E46EA;
}
</style>
border-color css
<style>
span { border-color: #9E46EA; }
span { border-color: rgb(158,70,234); }
td.TdClassName
{
border-color: #9E46EA;
}
.TagClassName
{
border-color: #9E46EA;
}
</style>