Shades of Blue Violet #9221FF
Tints of Blue Violet #9221FF
RGB
CMYK
RGB Variations
Color information
#9221FF (or 0x9221FF) is known color: Blue Violet. HEX triplet: 92, 21 and FF. RGB value is (146,33,255). Sum of RGB (Red+Green+Blue) = 146+33+255=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #9221FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9221FF is #6DDE00. Grayscale: #5B5B5B. Windows color (decimal): -7200257 or 16720274. OLE color: 16720274.
HSL color Cylindrical-coordinate representation of color #9221FF: hue angle of 270.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9221FF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 33 | 255 | - |
| CMYK | 0.43 | 0.87 | 0 | 0 |
| HSL | 270.54º | 1% | 0.56% | - |
| HSV(B) | 270.54º | 0.87% | 1% | - |
| XYZ | 30.45 | 14.42 | 95.79 | - |
| YUV | 92.1 | 219.94 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 255 | 0.43 | 0.87 | 0 | 0 | 270.54 | 1 | 0.56 |
| Hex | 92 | 21 | FF | 2B | 57 | 0 | 0 | 10F | 64 | 38 |
| Octal | 222 | 41 | 377 | 53 | 127 | 0 | 0 | 417 | 144 | 70 |
| Binary | 10010010 | 100001 | 11111111 | 101011 | 1010111 | 0 | 0 | 100001111 | 1100100 | 111000 |
Color Harmonies of #9221FF
Complementary color
Monochromatic Colors of #9221FF
Black with #9221FF
Text Example
Text Example
White with #9221FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9221FF; }
p { color: rgb(146,33,255); }
H1.HeaderClassName
{
color: #9221FF;
}
.AnyTagClassName
{
color: #9221FF;
}
</style>
background-color css
<style>
a { background-color: #9221FF; }
a { background-color: rgb(146,33,255); }
div.DivClassName
{
background-color: #9221FF;
}
.BgClassName
{
background-color: #9221FF;
}
</style>
border-color css
<style>
span { border-color: #9221FF; }
span { border-color: rgb(146,33,255); }
td.TdClassName
{
border-color: #9221FF;
}
.TagClassName
{
border-color: #9221FF;
}
</style>