Shades of Blue Violet #9E26EF
Tints of Blue Violet #9E26EF
RGB
CMYK
RGB Variations
Color information
#9E26EF (or 0x9E26EF) is known color: Blue Violet. HEX triplet: 9E, 26 and EF. RGB value is (158,38,239). Sum of RGB (Red+Green+Blue) = 158+38+239=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E26EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E26EF is #61D910. Grayscale: #606060. Windows color (decimal): -6412561 or 15672990. OLE color: 15672990.
HSL color Cylindrical-coordinate representation of color #9E26EF: hue angle of 275.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E26EF is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 38 | 239 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.06 |
| HSL | 275.82º | 0.86% | 0.54% | - |
| HSV(B) | 275.82º | 0.84% | 0.94% | - |
| XYZ | 30.37 | 14.89 | 82.93 | - |
| YUV | 96.79 | 208.26 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 239 | 0.34 | 0.84 | 0 | 0.06 | 275.82 | 0.86 | 0.54 |
| Hex | 9E | 26 | EF | 22 | 54 | 0 | 6 | 114 | 56 | 36 |
| Octal | 236 | 46 | 357 | 42 | 124 | 0 | 6 | 424 | 126 | 66 |
| Binary | 10011110 | 100110 | 11101111 | 100010 | 1010100 | 0 | 110 | 100010100 | 1010110 | 110110 |
Color Harmonies of #9E26EF
Complementary color
Monochromatic Colors of #9E26EF
Black with #9E26EF
Text Example
Text Example
White with #9E26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E26EF; }
p { color: rgb(158,38,239); }
H1.HeaderClassName
{
color: #9E26EF;
}
.AnyTagClassName
{
color: #9E26EF;
}
</style>
background-color css
<style>
a { background-color: #9E26EF; }
a { background-color: rgb(158,38,239); }
div.DivClassName
{
background-color: #9E26EF;
}
.BgClassName
{
background-color: #9E26EF;
}
</style>
border-color css
<style>
span { border-color: #9E26EF; }
span { border-color: rgb(158,38,239); }
td.TdClassName
{
border-color: #9E26EF;
}
.TagClassName
{
border-color: #9E26EF;
}
</style>