Shades of Blue Violet #9221FA
Tints of Blue Violet #9221FA
RGB
CMYK
RGB Variations
Color information
#9221FA (or 0x9221FA) is known color: Blue Violet. HEX triplet: 92, 21 and FA. RGB value is (146,33,250). Sum of RGB (Red+Green+Blue) = 146+33+250=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #9221FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9221FA is #6DDE05. Grayscale: #5A5A5A. Windows color (decimal): -7200262 or 16392594. OLE color: 16392594.
HSL color Cylindrical-coordinate representation of color #9221FA: hue angle of 271.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9221FA is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 33 | 250 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.02 |
| HSL | 271.24º | 0.96% | 0.55% | - |
| HSV(B) | 271.24º | 0.87% | 0.98% | - |
| XYZ | 29.65 | 14.1 | 91.6 | - |
| YUV | 91.53 | 217.44 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 250 | 0.42 | 0.87 | 0 | 0.02 | 271.24 | 0.96 | 0.55 |
| Hex | 92 | 21 | FA | 2A | 57 | 0 | 2 | 10F | 60 | 37 |
| Octal | 222 | 41 | 372 | 52 | 127 | 0 | 2 | 417 | 140 | 67 |
| Binary | 10010010 | 100001 | 11111010 | 101010 | 1010111 | 0 | 10 | 100001111 | 1100000 | 110111 |
Color Harmonies of #9221FA
Complementary color
Monochromatic Colors of #9221FA
Black with #9221FA
Text Example
Text Example
White with #9221FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9221FA; }
p { color: rgb(146,33,250); }
H1.HeaderClassName
{
color: #9221FA;
}
.AnyTagClassName
{
color: #9221FA;
}
</style>
background-color css
<style>
a { background-color: #9221FA; }
a { background-color: rgb(146,33,250); }
div.DivClassName
{
background-color: #9221FA;
}
.BgClassName
{
background-color: #9221FA;
}
</style>
border-color css
<style>
span { border-color: #9221FA; }
span { border-color: rgb(146,33,250); }
td.TdClassName
{
border-color: #9221FA;
}
.TagClassName
{
border-color: #9221FA;
}
</style>