Shades of Blue Violet #9226EE
Tints of Blue Violet #9226EE
RGB
CMYK
RGB Variations
Color information
#9226EE (or 0x9226EE) is known color: Blue Violet. HEX triplet: 92, 26 and EE. RGB value is (146,38,238). Sum of RGB (Red+Green+Blue) = 146+38+238=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #9226EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9226EE is #6DD911. Grayscale: #5C5C5C. Windows color (decimal): -7198994 or 15607442. OLE color: 15607442.
HSL color Cylindrical-coordinate representation of color #9226EE: hue angle of 272.4º degrees, saturation: 0.85, 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 #9226EE is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 38 | 238 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 272.4º | 0.85% | 0.54% | - |
| HSV(B) | 272.4º | 0.84% | 0.93% | - |
| XYZ | 27.98 | 13.67 | 82.05 | - |
| YUV | 93.09 | 209.78 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 238 | 0.39 | 0.84 | 0 | 0.07 | 272.4 | 0.85 | 0.54 |
| Hex | 92 | 26 | EE | 27 | 54 | 0 | 7 | 110 | 55 | 36 |
| Octal | 222 | 46 | 356 | 47 | 124 | 0 | 7 | 420 | 125 | 66 |
| Binary | 10010010 | 100110 | 11101110 | 100111 | 1010100 | 0 | 111 | 100010000 | 1010101 | 110110 |
Color Harmonies of #9226EE
Complementary color
Monochromatic Colors of #9226EE
Black with #9226EE
Text Example
Text Example
White with #9226EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226EE; }
p { color: rgb(146,38,238); }
H1.HeaderClassName
{
color: #9226EE;
}
.AnyTagClassName
{
color: #9226EE;
}
</style>
background-color css
<style>
a { background-color: #9226EE; }
a { background-color: rgb(146,38,238); }
div.DivClassName
{
background-color: #9226EE;
}
.BgClassName
{
background-color: #9226EE;
}
</style>
border-color css
<style>
span { border-color: #9226EE; }
span { border-color: rgb(146,38,238); }
td.TdClassName
{
border-color: #9226EE;
}
.TagClassName
{
border-color: #9226EE;
}
</style>