Shades of Blue Violet #9E43EF
Tints of Blue Violet #9E43EF
RGB
CMYK
RGB Variations
Color information
#9E43EF (or 0x9E43EF) is known color: Blue Violet. HEX triplet: 9E, 43 and EF. RGB value is (158,67,239). Sum of RGB (Red+Green+Blue) = 158+67+239=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E43EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E43EF is #61BC10. Grayscale: #717171. Windows color (decimal): -6405137 or 15680414. OLE color: 15680414.
HSL color Cylindrical-coordinate representation of color #9E43EF: hue angle of 271.74º 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 #9E43EF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 67 | 239 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.06 |
| HSL | 271.74º | 0.84% | 0.6% | - |
| HSV(B) | 271.74º | 0.72% | 0.94% | - |
| XYZ | 31.69 | 17.52 | 83.37 | - |
| YUV | 113.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 239 | 0.34 | 0.72 | 0 | 0.06 | 271.74 | 0.84 | 0.6 |
| Hex | 9E | 43 | EF | 22 | 48 | 0 | 6 | 110 | 54 | 3C |
| Octal | 236 | 103 | 357 | 42 | 110 | 0 | 6 | 420 | 124 | 74 |
| Binary | 10011110 | 1000011 | 11101111 | 100010 | 1001000 | 0 | 110 | 100010000 | 1010100 | 111100 |
Color Harmonies of #9E43EF
Complementary color
Monochromatic Colors of #9E43EF
Black with #9E43EF
Text Example
Text Example
White with #9E43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E43EF; }
p { color: rgb(158,67,239); }
H1.HeaderClassName
{
color: #9E43EF;
}
.AnyTagClassName
{
color: #9E43EF;
}
</style>
background-color css
<style>
a { background-color: #9E43EF; }
a { background-color: rgb(158,67,239); }
div.DivClassName
{
background-color: #9E43EF;
}
.BgClassName
{
background-color: #9E43EF;
}
</style>
border-color css
<style>
span { border-color: #9E43EF; }
span { border-color: rgb(158,67,239); }
td.TdClassName
{
border-color: #9E43EF;
}
.TagClassName
{
border-color: #9E43EF;
}
</style>