Shades of Blue Violet #9E2BEA
Tints of Blue Violet #9E2BEA
RGB
CMYK
RGB Variations
Color information
#9E2BEA (or 0x9E2BEA) is known color: Blue Violet. HEX triplet: 9E, 2B and EA. RGB value is (158,43,234). Sum of RGB (Red+Green+Blue) = 158+43+234=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E2BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2BEA is #61D415. Grayscale: #626262. Windows color (decimal): -6411286 or 15346590. OLE color: 15346590.
HSL color Cylindrical-coordinate representation of color #9E2BEA: hue angle of 276.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E2BEA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 43 | 234 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.08 |
| HSL | 276.13º | 0.82% | 0.54% | - |
| HSV(B) | 276.13º | 0.82% | 0.92% | - |
| XYZ | 29.82 | 14.94 | 79.15 | - |
| YUV | 99.16 | 204.1 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 234 | 0.32 | 0.82 | 0 | 0.08 | 276.13 | 0.82 | 0.54 |
| Hex | 9E | 2B | EA | 20 | 52 | 0 | 8 | 114 | 52 | 36 |
| Octal | 236 | 53 | 352 | 40 | 122 | 0 | 10 | 424 | 122 | 66 |
| Binary | 10011110 | 101011 | 11101010 | 100000 | 1010010 | 0 | 1000 | 100010100 | 1010010 | 110110 |
Color Harmonies of #9E2BEA
Complementary color
Monochromatic Colors of #9E2BEA
Black with #9E2BEA
Text Example
Text Example
White with #9E2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BEA; }
p { color: rgb(158,43,234); }
H1.HeaderClassName
{
color: #9E2BEA;
}
.AnyTagClassName
{
color: #9E2BEA;
}
</style>
background-color css
<style>
a { background-color: #9E2BEA; }
a { background-color: rgb(158,43,234); }
div.DivClassName
{
background-color: #9E2BEA;
}
.BgClassName
{
background-color: #9E2BEA;
}
</style>
border-color css
<style>
span { border-color: #9E2BEA; }
span { border-color: rgb(158,43,234); }
td.TdClassName
{
border-color: #9E2BEA;
}
.TagClassName
{
border-color: #9E2BEA;
}
</style>