Shades of Blue Violet #9228EA
Tints of Blue Violet #9228EA
RGB
CMYK
RGB Variations
Color information
#9228EA (or 0x9228EA) is known color: Blue Violet. HEX triplet: 92, 28 and EA. RGB value is (146,40,234). Sum of RGB (Red+Green+Blue) = 146+40+234=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #9228EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9228EA is #6DD715. Grayscale: #5D5D5D. Windows color (decimal): -7198486 or 15345810. OLE color: 15345810.
HSL color Cylindrical-coordinate representation of color #9228EA: hue angle of 272.78º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9228EA is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 40 | 234 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.08 |
| HSL | 272.78º | 0.82% | 0.54% | - |
| HSV(B) | 272.78º | 0.83% | 0.92% | - |
| XYZ | 27.46 | 13.57 | 79.01 | - |
| YUV | 93.81 | 207.12 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 234 | 0.38 | 0.83 | 0 | 0.08 | 272.78 | 0.82 | 0.54 |
| Hex | 92 | 28 | EA | 26 | 53 | 0 | 8 | 111 | 52 | 36 |
| Octal | 222 | 50 | 352 | 46 | 123 | 0 | 10 | 421 | 122 | 66 |
| Binary | 10010010 | 101000 | 11101010 | 100110 | 1010011 | 0 | 1000 | 100010001 | 1010010 | 110110 |
Color Harmonies of #9228EA
Complementary color
Monochromatic Colors of #9228EA
Black with #9228EA
Text Example
Text Example
White with #9228EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9228EA; }
p { color: rgb(146,40,234); }
H1.HeaderClassName
{
color: #9228EA;
}
.AnyTagClassName
{
color: #9228EA;
}
</style>
background-color css
<style>
a { background-color: #9228EA; }
a { background-color: rgb(146,40,234); }
div.DivClassName
{
background-color: #9228EA;
}
.BgClassName
{
background-color: #9228EA;
}
</style>
border-color css
<style>
span { border-color: #9228EA; }
span { border-color: rgb(146,40,234); }
td.TdClassName
{
border-color: #9228EA;
}
.TagClassName
{
border-color: #9228EA;
}
</style>