Shades of Blue Violet #9A26EB
Tints of Blue Violet #9A26EB
RGB
CMYK
RGB Variations
Color information
#9A26EB (or 0x9A26EB) is known color: Blue Violet. HEX triplet: 9A, 26 and EB. RGB value is (154,38,235). Sum of RGB (Red+Green+Blue) = 154+38+235=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A26EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A26EB is #65D914. Grayscale: #5E5E5E. Windows color (decimal): -6674709 or 15410842. OLE color: 15410842.
HSL color Cylindrical-coordinate representation of color #9A26EB: hue angle of 275.33º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A26EB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 38 | 235 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.08 |
| HSL | 275.33º | 0.83% | 0.54% | - |
| HSV(B) | 275.33º | 0.84% | 0.92% | - |
| XYZ | 29.01 | 14.25 | 79.82 | - |
| YUV | 95.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 235 | 0.34 | 0.84 | 0 | 0.08 | 275.33 | 0.83 | 0.54 |
| Hex | 9A | 26 | EB | 22 | 54 | 0 | 8 | 113 | 53 | 36 |
| Octal | 232 | 46 | 353 | 42 | 124 | 0 | 10 | 423 | 123 | 66 |
| Binary | 10011010 | 100110 | 11101011 | 100010 | 1010100 | 0 | 1000 | 100010011 | 1010011 | 110110 |
Color Harmonies of #9A26EB
Complementary color
Monochromatic Colors of #9A26EB
Black with #9A26EB
Text Example
Text Example
White with #9A26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A26EB; }
p { color: rgb(154,38,235); }
H1.HeaderClassName
{
color: #9A26EB;
}
.AnyTagClassName
{
color: #9A26EB;
}
</style>
background-color css
<style>
a { background-color: #9A26EB; }
a { background-color: rgb(154,38,235); }
div.DivClassName
{
background-color: #9A26EB;
}
.BgClassName
{
background-color: #9A26EB;
}
</style>
border-color css
<style>
span { border-color: #9A26EB; }
span { border-color: rgb(154,38,235); }
td.TdClassName
{
border-color: #9A26EB;
}
.TagClassName
{
border-color: #9A26EB;
}
</style>