Shades of Blue Violet #9E2EF9
Tints of Blue Violet #9E2EF9
RGB
CMYK
RGB Variations
Color information
#9E2EF9 (or 0x9E2EF9) is known color: Blue Violet. HEX triplet: 9E, 2E and F9. RGB value is (158,46,249). Sum of RGB (Red+Green+Blue) = 158+46+249=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E2EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2EF9 is #61D106. Grayscale: #656565. Windows color (decimal): -6410503 or 16330398. OLE color: 16330398.
HSL color Cylindrical-coordinate representation of color #9E2EF9: hue angle of 273.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E2EF9 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 46 | 249 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.02 |
| HSL | 273.1º | 0.94% | 0.58% | - |
| HSV(B) | 273.1º | 0.82% | 0.98% | - |
| XYZ | 32.18 | 16.06 | 91.03 | - |
| YUV | 102.63 | 210.61 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 249 | 0.37 | 0.82 | 0 | 0.02 | 273.1 | 0.94 | 0.58 |
| Hex | 9E | 2E | F9 | 25 | 52 | 0 | 2 | 111 | 5E | 3A |
| Octal | 236 | 56 | 371 | 45 | 122 | 0 | 2 | 421 | 136 | 72 |
| Binary | 10011110 | 101110 | 11111001 | 100101 | 1010010 | 0 | 10 | 100010001 | 1011110 | 111010 |
Color Harmonies of #9E2EF9
Complementary color
Monochromatic Colors of #9E2EF9
Black with #9E2EF9
Text Example
Text Example
White with #9E2EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EF9; }
p { color: rgb(158,46,249); }
H1.HeaderClassName
{
color: #9E2EF9;
}
.AnyTagClassName
{
color: #9E2EF9;
}
</style>
background-color css
<style>
a { background-color: #9E2EF9; }
a { background-color: rgb(158,46,249); }
div.DivClassName
{
background-color: #9E2EF9;
}
.BgClassName
{
background-color: #9E2EF9;
}
</style>
border-color css
<style>
span { border-color: #9E2EF9; }
span { border-color: rgb(158,46,249); }
td.TdClassName
{
border-color: #9E2EF9;
}
.TagClassName
{
border-color: #9E2EF9;
}
</style>