Shades of Blue Violet #9224FA
Tints of Blue Violet #9224FA
RGB
CMYK
RGB Variations
Color information
#9224FA (or 0x9224FA) is known color: Blue Violet. HEX triplet: 92, 24 and FA. RGB value is (146,36,250). Sum of RGB (Red+Green+Blue) = 146+36+250=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #9224FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9224FA is #6DDB05. Grayscale: #5C5C5C. Windows color (decimal): -7199494 or 16393362. OLE color: 16393362.
HSL color Cylindrical-coordinate representation of color #9224FA: hue angle of 270.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9224FA is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 36 | 250 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.02 |
| HSL | 270.84º | 0.96% | 0.56% | - |
| HSV(B) | 270.84º | 0.86% | 0.98% | - |
| XYZ | 29.74 | 14.27 | 91.63 | - |
| YUV | 93.29 | 216.44 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 250 | 0.42 | 0.86 | 0 | 0.02 | 270.84 | 0.96 | 0.56 |
| Hex | 92 | 24 | FA | 2A | 56 | 0 | 2 | 10F | 60 | 38 |
| Octal | 222 | 44 | 372 | 52 | 126 | 0 | 2 | 417 | 140 | 70 |
| Binary | 10010010 | 100100 | 11111010 | 101010 | 1010110 | 0 | 10 | 100001111 | 1100000 | 111000 |
Color Harmonies of #9224FA
Complementary color
Monochromatic Colors of #9224FA
Black with #9224FA
Text Example
Text Example
White with #9224FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9224FA; }
p { color: rgb(146,36,250); }
H1.HeaderClassName
{
color: #9224FA;
}
.AnyTagClassName
{
color: #9224FA;
}
</style>
background-color css
<style>
a { background-color: #9224FA; }
a { background-color: rgb(146,36,250); }
div.DivClassName
{
background-color: #9224FA;
}
.BgClassName
{
background-color: #9224FA;
}
</style>
border-color css
<style>
span { border-color: #9224FA; }
span { border-color: rgb(146,36,250); }
td.TdClassName
{
border-color: #9224FA;
}
.TagClassName
{
border-color: #9224FA;
}
</style>