Shades of Blue Violet #9E2EEB
Tints of Blue Violet #9E2EEB
RGB
CMYK
RGB Variations
Color information
#9E2EEB (or 0x9E2EEB) is known color: Blue Violet. HEX triplet: 9E, 2E and EB. RGB value is (158,46,235). Sum of RGB (Red+Green+Blue) = 158+46+235=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2EEB is #61D114. Grayscale: #646464. Windows color (decimal): -6410517 or 15412894. OLE color: 15412894.
HSL color Cylindrical-coordinate representation of color #9E2EEB: hue angle of 275.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2EEB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 46 | 235 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.08 |
| HSL | 275.56º | 0.83% | 0.55% | - |
| HSV(B) | 275.56º | 0.8% | 0.92% | - |
| XYZ | 30.07 | 15.22 | 79.95 | - |
| YUV | 101.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 235 | 0.33 | 0.80 | 0 | 0.08 | 275.56 | 0.83 | 0.55 |
| Hex | 9E | 2E | EB | 21 | 50 | 0 | 8 | 114 | 53 | 37 |
| Octal | 236 | 56 | 353 | 41 | 120 | 0 | 10 | 424 | 123 | 67 |
| Binary | 10011110 | 101110 | 11101011 | 100001 | 1010000 | 0 | 1000 | 100010100 | 1010011 | 110111 |
Color Harmonies of #9E2EEB
Complementary color
Monochromatic Colors of #9E2EEB
Black with #9E2EEB
Text Example
Text Example
White with #9E2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EEB; }
p { color: rgb(158,46,235); }
H1.HeaderClassName
{
color: #9E2EEB;
}
.AnyTagClassName
{
color: #9E2EEB;
}
</style>
background-color css
<style>
a { background-color: #9E2EEB; }
a { background-color: rgb(158,46,235); }
div.DivClassName
{
background-color: #9E2EEB;
}
.BgClassName
{
background-color: #9E2EEB;
}
</style>
border-color css
<style>
span { border-color: #9E2EEB; }
span { border-color: rgb(158,46,235); }
td.TdClassName
{
border-color: #9E2EEB;
}
.TagClassName
{
border-color: #9E2EEB;
}
</style>