Shades of Blue Violet #9E2BEB
Tints of Blue Violet #9E2BEB
RGB
CMYK
RGB Variations
Color information
#9E2BEB (or 0x9E2BEB) is known color: Blue Violet. HEX triplet: 9E, 2B and EB. RGB value is (158,43,235). Sum of RGB (Red+Green+Blue) = 158+43+235=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E2BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BEB is #61D414. Grayscale: #626262. Windows color (decimal): -6411285 or 15412126. OLE color: 15412126.
HSL color Cylindrical-coordinate representation of color #9E2BEB: hue angle of 275.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E2BEB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 43 | 235 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.08 |
| HSL | 275.94º | 0.83% | 0.55% | - |
| HSV(B) | 275.94º | 0.82% | 0.92% | - |
| XYZ | 29.96 | 15 | 79.91 | - |
| YUV | 99.27 | 204.6 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 235 | 0.33 | 0.82 | 0 | 0.08 | 275.94 | 0.83 | 0.55 |
| Hex | 9E | 2B | EB | 21 | 52 | 0 | 8 | 114 | 53 | 37 |
| Octal | 236 | 53 | 353 | 41 | 122 | 0 | 10 | 424 | 123 | 67 |
| Binary | 10011110 | 101011 | 11101011 | 100001 | 1010010 | 0 | 1000 | 100010100 | 1010011 | 110111 |
Color Harmonies of #9E2BEB
Complementary color
Monochromatic Colors of #9E2BEB
Black with #9E2BEB
Text Example
Text Example
White with #9E2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BEB; }
p { color: rgb(158,43,235); }
H1.HeaderClassName
{
color: #9E2BEB;
}
.AnyTagClassName
{
color: #9E2BEB;
}
</style>
background-color css
<style>
a { background-color: #9E2BEB; }
a { background-color: rgb(158,43,235); }
div.DivClassName
{
background-color: #9E2BEB;
}
.BgClassName
{
background-color: #9E2BEB;
}
</style>
border-color css
<style>
span { border-color: #9E2BEB; }
span { border-color: rgb(158,43,235); }
td.TdClassName
{
border-color: #9E2BEB;
}
.TagClassName
{
border-color: #9E2BEB;
}
</style>