Shades of Blue Violet #9226EC
Tints of Blue Violet #9226EC
RGB
CMYK
RGB Variations
Color information
#9226EC (or 0x9226EC) is known color: Blue Violet. HEX triplet: 92, 26 and EC. RGB value is (146,38,236). Sum of RGB (Red+Green+Blue) = 146+38+236=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #9226EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9226EC is #6DD913. Grayscale: #5C5C5C. Windows color (decimal): -7198996 or 15476370. OLE color: 15476370.
HSL color Cylindrical-coordinate representation of color #9226EC: hue angle of 272.73º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9226EC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 38 | 236 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.07 |
| HSL | 272.73º | 0.84% | 0.54% | - |
| HSV(B) | 272.73º | 0.84% | 0.93% | - |
| XYZ | 27.69 | 13.55 | 80.51 | - |
| YUV | 92.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 236 | 0.38 | 0.84 | 0 | 0.07 | 272.73 | 0.84 | 0.54 |
| Hex | 92 | 26 | EC | 26 | 54 | 0 | 7 | 111 | 54 | 36 |
| Octal | 222 | 46 | 354 | 46 | 124 | 0 | 7 | 421 | 124 | 66 |
| Binary | 10010010 | 100110 | 11101100 | 100110 | 1010100 | 0 | 111 | 100010001 | 1010100 | 110110 |
Color Harmonies of #9226EC
Complementary color
Monochromatic Colors of #9226EC
Black with #9226EC
Text Example
Text Example
White with #9226EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226EC; }
p { color: rgb(146,38,236); }
H1.HeaderClassName
{
color: #9226EC;
}
.AnyTagClassName
{
color: #9226EC;
}
</style>
background-color css
<style>
a { background-color: #9226EC; }
a { background-color: rgb(146,38,236); }
div.DivClassName
{
background-color: #9226EC;
}
.BgClassName
{
background-color: #9226EC;
}
</style>
border-color css
<style>
span { border-color: #9226EC; }
span { border-color: rgb(146,38,236); }
td.TdClassName
{
border-color: #9226EC;
}
.TagClassName
{
border-color: #9226EC;
}
</style>