Shades of Blue Violet #9226EF
Tints of Blue Violet #9226EF
RGB
CMYK
RGB Variations
Color information
#9226EF (or 0x9226EF) is known color: Blue Violet. HEX triplet: 92, 26 and EF. RGB value is (146,38,239). Sum of RGB (Red+Green+Blue) = 146+38+239=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #9226EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9226EF is #6DD910. Grayscale: #5C5C5C. Windows color (decimal): -7198993 or 15672978. OLE color: 15672978.
HSL color Cylindrical-coordinate representation of color #9226EF: hue angle of 272.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9226EF is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 38 | 239 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.06 |
| HSL | 272.24º | 0.86% | 0.54% | - |
| HSV(B) | 272.24º | 0.84% | 0.94% | - |
| XYZ | 28.13 | 13.73 | 82.83 | - |
| YUV | 93.21 | 210.28 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 239 | 0.39 | 0.84 | 0 | 0.06 | 272.24 | 0.86 | 0.54 |
| Hex | 92 | 26 | EF | 27 | 54 | 0 | 6 | 110 | 56 | 36 |
| Octal | 222 | 46 | 357 | 47 | 124 | 0 | 6 | 420 | 126 | 66 |
| Binary | 10010010 | 100110 | 11101111 | 100111 | 1010100 | 0 | 110 | 100010000 | 1010110 | 110110 |
Color Harmonies of #9226EF
Complementary color
Monochromatic Colors of #9226EF
Black with #9226EF
Text Example
Text Example
White with #9226EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226EF; }
p { color: rgb(146,38,239); }
H1.HeaderClassName
{
color: #9226EF;
}
.AnyTagClassName
{
color: #9226EF;
}
</style>
background-color css
<style>
a { background-color: #9226EF; }
a { background-color: rgb(146,38,239); }
div.DivClassName
{
background-color: #9226EF;
}
.BgClassName
{
background-color: #9226EF;
}
</style>
border-color css
<style>
span { border-color: #9226EF; }
span { border-color: rgb(146,38,239); }
td.TdClassName
{
border-color: #9226EF;
}
.TagClassName
{
border-color: #9226EF;
}
</style>