Shades of Blue Violet #9E42EF
Tints of Blue Violet #9E42EF
RGB
CMYK
RGB Variations
Color information
#9E42EF (or 0x9E42EF) is known color: Blue Violet. HEX triplet: 9E, 42 and EF. RGB value is (158,66,239). Sum of RGB (Red+Green+Blue) = 158+66+239=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E42EF is #61BD10. Grayscale: #707070. Windows color (decimal): -6405393 or 15680158. OLE color: 15680158.
HSL color Cylindrical-coordinate representation of color #9E42EF: hue angle of 271.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E42EF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 66 | 239 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.06 |
| HSL | 271.91º | 0.84% | 0.6% | - |
| HSV(B) | 271.91º | 0.72% | 0.94% | - |
| XYZ | 31.63 | 17.4 | 83.35 | - |
| YUV | 113.23 | 198.98 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 239 | 0.34 | 0.72 | 0 | 0.06 | 271.91 | 0.84 | 0.6 |
| Hex | 9E | 42 | EF | 22 | 48 | 0 | 6 | 110 | 54 | 3C |
| Octal | 236 | 102 | 357 | 42 | 110 | 0 | 6 | 420 | 124 | 74 |
| Binary | 10011110 | 1000010 | 11101111 | 100010 | 1001000 | 0 | 110 | 100010000 | 1010100 | 111100 |
Color Harmonies of #9E42EF
Complementary color
Monochromatic Colors of #9E42EF
Black with #9E42EF
Text Example
Text Example
White with #9E42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42EF; }
p { color: rgb(158,66,239); }
H1.HeaderClassName
{
color: #9E42EF;
}
.AnyTagClassName
{
color: #9E42EF;
}
</style>
background-color css
<style>
a { background-color: #9E42EF; }
a { background-color: rgb(158,66,239); }
div.DivClassName
{
background-color: #9E42EF;
}
.BgClassName
{
background-color: #9E42EF;
}
</style>
border-color css
<style>
span { border-color: #9E42EF; }
span { border-color: rgb(158,66,239); }
td.TdClassName
{
border-color: #9E42EF;
}
.TagClassName
{
border-color: #9E42EF;
}
</style>