Shades of Blue Violet #9E3CEB
Tints of Blue Violet #9E3CEB
RGB
CMYK
RGB Variations
Color information
#9E3CEB (or 0x9E3CEB) is known color: Blue Violet. HEX triplet: 9E, 3C and EB. RGB value is (158,60,235). Sum of RGB (Red+Green+Blue) = 158+60+235=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E3CEB is #61C314. Grayscale: #6C6C6C. Windows color (decimal): -6406933 or 15416478. OLE color: 15416478.
HSL color Cylindrical-coordinate representation of color #9E3CEB: hue angle of 273.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E3CEB is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 60 | 235 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.08 |
| HSL | 273.6º | 0.81% | 0.58% | - |
| HSV(B) | 273.6º | 0.74% | 0.92% | - |
| XYZ | 30.71 | 16.5 | 80.16 | - |
| YUV | 109.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 60 | 235 | 0.33 | 0.74 | 0 | 0.08 | 273.6 | 0.81 | 0.58 |
| Hex | 9E | 3C | EB | 21 | 4A | 0 | 8 | 112 | 51 | 3A |
| Octal | 236 | 74 | 353 | 41 | 112 | 0 | 10 | 422 | 121 | 72 |
| Binary | 10011110 | 111100 | 11101011 | 100001 | 1001010 | 0 | 1000 | 100010010 | 1010001 | 111010 |
Color Harmonies of #9E3CEB
Complementary color
Monochromatic Colors of #9E3CEB
Black with #9E3CEB
Text Example
Text Example
White with #9E3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3CEB; }
p { color: rgb(158,60,235); }
H1.HeaderClassName
{
color: #9E3CEB;
}
.AnyTagClassName
{
color: #9E3CEB;
}
</style>
background-color css
<style>
a { background-color: #9E3CEB; }
a { background-color: rgb(158,60,235); }
div.DivClassName
{
background-color: #9E3CEB;
}
.BgClassName
{
background-color: #9E3CEB;
}
</style>
border-color css
<style>
span { border-color: #9E3CEB; }
span { border-color: rgb(158,60,235); }
td.TdClassName
{
border-color: #9E3CEB;
}
.TagClassName
{
border-color: #9E3CEB;
}
</style>