Shades of Blue Violet #9E28E5
Tints of Blue Violet #9E28E5
RGB
CMYK
RGB Variations
Color information
#9E28E5 (or 0x9E28E5) is known color: Blue Violet. HEX triplet: 9E, 28 and E5. RGB value is (158,40,229). Sum of RGB (Red+Green+Blue) = 158+40+229=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E28E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E28E5 is #61D71A. Grayscale: #606060. Windows color (decimal): -6412059 or 15018142. OLE color: 15018142.
HSL color Cylindrical-coordinate representation of color #9E28E5: hue angle of 277.46º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E28E5 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 40 | 229 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.10 |
| HSL | 277.46º | 0.78% | 0.53% | - |
| HSV(B) | 277.46º | 0.83% | 0.9% | - |
| XYZ | 29 | 14.44 | 75.39 | - |
| YUV | 96.83 | 202.59 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 229 | 0.31 | 0.83 | 0 | 0.10 | 277.46 | 0.78 | 0.53 |
| Hex | 9E | 28 | E5 | 1F | 53 | 0 | A | 115 | 4E | 35 |
| Octal | 236 | 50 | 345 | 37 | 123 | 0 | 12 | 425 | 116 | 65 |
| Binary | 10011110 | 101000 | 11100101 | 11111 | 1010011 | 0 | 1010 | 100010101 | 1001110 | 110101 |
Color Harmonies of #9E28E5
Complementary color
Monochromatic Colors of #9E28E5
Black with #9E28E5
Text Example
Text Example
White with #9E28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E28E5; }
p { color: rgb(158,40,229); }
H1.HeaderClassName
{
color: #9E28E5;
}
.AnyTagClassName
{
color: #9E28E5;
}
</style>
background-color css
<style>
a { background-color: #9E28E5; }
a { background-color: rgb(158,40,229); }
div.DivClassName
{
background-color: #9E28E5;
}
.BgClassName
{
background-color: #9E28E5;
}
</style>
border-color css
<style>
span { border-color: #9E28E5; }
span { border-color: rgb(158,40,229); }
td.TdClassName
{
border-color: #9E28E5;
}
.TagClassName
{
border-color: #9E28E5;
}
</style>