Shades of Blue Violet #9E26EA
Tints of Blue Violet #9E26EA
RGB
CMYK
RGB Variations
Color information
#9E26EA (or 0x9E26EA) is known color: Blue Violet. HEX triplet: 9E, 26 and EA. RGB value is (158,38,234). Sum of RGB (Red+Green+Blue) = 158+38+234=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E26EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E26EA is #61D915. Grayscale: #5F5F5F. Windows color (decimal): -6412566 or 15345310. OLE color: 15345310.
HSL color Cylindrical-coordinate representation of color #9E26EA: hue angle of 276.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E26EA is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 38 | 234 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.08 |
| HSL | 276.73º | 0.82% | 0.53% | - |
| HSV(B) | 276.73º | 0.84% | 0.92% | - |
| XYZ | 29.64 | 14.6 | 79.1 | - |
| YUV | 96.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 234 | 0.32 | 0.84 | 0 | 0.08 | 276.73 | 0.82 | 0.53 |
| Hex | 9E | 26 | EA | 20 | 54 | 0 | 8 | 115 | 52 | 35 |
| Octal | 236 | 46 | 352 | 40 | 124 | 0 | 10 | 425 | 122 | 65 |
| Binary | 10011110 | 100110 | 11101010 | 100000 | 1010100 | 0 | 1000 | 100010101 | 1010010 | 110101 |
Color Harmonies of #9E26EA
Complementary color
Monochromatic Colors of #9E26EA
Black with #9E26EA
Text Example
Text Example
White with #9E26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E26EA; }
p { color: rgb(158,38,234); }
H1.HeaderClassName
{
color: #9E26EA;
}
.AnyTagClassName
{
color: #9E26EA;
}
</style>
background-color css
<style>
a { background-color: #9E26EA; }
a { background-color: rgb(158,38,234); }
div.DivClassName
{
background-color: #9E26EA;
}
.BgClassName
{
background-color: #9E26EA;
}
</style>
border-color css
<style>
span { border-color: #9E26EA; }
span { border-color: rgb(158,38,234); }
td.TdClassName
{
border-color: #9E26EA;
}
.TagClassName
{
border-color: #9E26EA;
}
</style>