Shades of Blue Violet #9226ED
Tints of Blue Violet #9226ED
RGB
CMYK
RGB Variations
Color information
#9226ED (or 0x9226ED) is known color: Blue Violet. HEX triplet: 92, 26 and ED. RGB value is (146,38,237). Sum of RGB (Red+Green+Blue) = 146+38+237=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #9226ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9226ED is #6DD912. Grayscale: #5C5C5C. Windows color (decimal): -7198995 or 15541906. OLE color: 15541906.
HSL color Cylindrical-coordinate representation of color #9226ED: hue angle of 272.56º 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 #9226ED is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 38 | 237 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.07 |
| HSL | 272.56º | 0.85% | 0.54% | - |
| HSV(B) | 272.56º | 0.84% | 0.93% | - |
| XYZ | 27.83 | 13.61 | 81.28 | - |
| YUV | 92.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 237 | 0.38 | 0.84 | 0 | 0.07 | 272.56 | 0.85 | 0.54 |
| Hex | 92 | 26 | ED | 26 | 54 | 0 | 7 | 111 | 55 | 36 |
| Octal | 222 | 46 | 355 | 46 | 124 | 0 | 7 | 421 | 125 | 66 |
| Binary | 10010010 | 100110 | 11101101 | 100110 | 1010100 | 0 | 111 | 100010001 | 1010101 | 110110 |
Color Harmonies of #9226ED
Complementary color
Monochromatic Colors of #9226ED
Black with #9226ED
Text Example
Text Example
White with #9226ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226ED; }
p { color: rgb(146,38,237); }
H1.HeaderClassName
{
color: #9226ED;
}
.AnyTagClassName
{
color: #9226ED;
}
</style>
background-color css
<style>
a { background-color: #9226ED; }
a { background-color: rgb(146,38,237); }
div.DivClassName
{
background-color: #9226ED;
}
.BgClassName
{
background-color: #9226ED;
}
</style>
border-color css
<style>
span { border-color: #9226ED; }
span { border-color: rgb(146,38,237); }
td.TdClassName
{
border-color: #9226ED;
}
.TagClassName
{
border-color: #9226ED;
}
</style>