Shades of Blue Violet #9E29EF
Tints of Blue Violet #9E29EF
RGB
CMYK
RGB Variations
Color information
#9E29EF (or 0x9E29EF) is known color: Blue Violet. HEX triplet: 9E, 29 and EF. RGB value is (158,41,239). Sum of RGB (Red+Green+Blue) = 158+41+239=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E29EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E29EF is #61D610. Grayscale: #616161. Windows color (decimal): -6411793 or 15673758. OLE color: 15673758.
HSL color Cylindrical-coordinate representation of color #9E29EF: hue angle of 275.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E29EF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 41 | 239 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.06 |
| HSL | 275.45º | 0.86% | 0.55% | - |
| HSV(B) | 275.45º | 0.83% | 0.94% | - |
| XYZ | 30.47 | 15.09 | 82.97 | - |
| YUV | 98.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 239 | 0.34 | 0.83 | 0 | 0.06 | 275.45 | 0.86 | 0.55 |
| Hex | 9E | 29 | EF | 22 | 53 | 0 | 6 | 113 | 56 | 37 |
| Octal | 236 | 51 | 357 | 42 | 123 | 0 | 6 | 423 | 126 | 67 |
| Binary | 10011110 | 101001 | 11101111 | 100010 | 1010011 | 0 | 110 | 100010011 | 1010110 | 110111 |
Color Harmonies of #9E29EF
Complementary color
Monochromatic Colors of #9E29EF
Black with #9E29EF
Text Example
Text Example
White with #9E29EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E29EF; }
p { color: rgb(158,41,239); }
H1.HeaderClassName
{
color: #9E29EF;
}
.AnyTagClassName
{
color: #9E29EF;
}
</style>
background-color css
<style>
a { background-color: #9E29EF; }
a { background-color: rgb(158,41,239); }
div.DivClassName
{
background-color: #9E29EF;
}
.BgClassName
{
background-color: #9E29EF;
}
</style>
border-color css
<style>
span { border-color: #9E29EF; }
span { border-color: rgb(158,41,239); }
td.TdClassName
{
border-color: #9E29EF;
}
.TagClassName
{
border-color: #9E29EF;
}
</style>