Shades of Blue Violet #9221F1
Tints of Blue Violet #9221F1
RGB
CMYK
RGB Variations
Color information
#9221F1 (or 0x9221F1) is known color: Blue Violet. HEX triplet: 92, 21 and F1. RGB value is (146,33,241). Sum of RGB (Red+Green+Blue) = 146+33+241=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #9221F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9221F1 is #6DDE0E. Grayscale: #595959. Windows color (decimal): -7200271 or 15802770. OLE color: 15802770.
HSL color Cylindrical-coordinate representation of color #9221F1: hue angle of 272.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9221F1 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 33 | 241 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.05 |
| HSL | 272.6º | 0.88% | 0.54% | - |
| HSV(B) | 272.6º | 0.86% | 0.95% | - |
| XYZ | 28.28 | 13.55 | 84.34 | - |
| YUV | 90.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 241 | 0.39 | 0.86 | 0 | 0.05 | 272.6 | 0.88 | 0.54 |
| Hex | 92 | 21 | F1 | 27 | 56 | 0 | 5 | 111 | 58 | 36 |
| Octal | 222 | 41 | 361 | 47 | 126 | 0 | 5 | 421 | 130 | 66 |
| Binary | 10010010 | 100001 | 11110001 | 100111 | 1010110 | 0 | 101 | 100010001 | 1011000 | 110110 |
Color Harmonies of #9221F1
Complementary color
Monochromatic Colors of #9221F1
Black with #9221F1
Text Example
Text Example
White with #9221F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9221F1; }
p { color: rgb(146,33,241); }
H1.HeaderClassName
{
color: #9221F1;
}
.AnyTagClassName
{
color: #9221F1;
}
</style>
background-color css
<style>
a { background-color: #9221F1; }
a { background-color: rgb(146,33,241); }
div.DivClassName
{
background-color: #9221F1;
}
.BgClassName
{
background-color: #9221F1;
}
</style>
border-color css
<style>
span { border-color: #9221F1; }
span { border-color: rgb(146,33,241); }
td.TdClassName
{
border-color: #9221F1;
}
.TagClassName
{
border-color: #9221F1;
}
</style>