Shades of Blue Violet #9221FD
Tints of Blue Violet #9221FD
RGB
CMYK
RGB Variations
Color information
#9221FD (or 0x9221FD) is known color: Blue Violet. HEX triplet: 92, 21 and FD. RGB value is (146,33,253). Sum of RGB (Red+Green+Blue) = 146+33+253=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #9221FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9221FD is #6DDE02. Grayscale: #5B5B5B. Windows color (decimal): -7200259 or 16589202. OLE color: 16589202.
HSL color Cylindrical-coordinate representation of color #9221FD: hue angle of 270.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9221FD is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 33 | 253 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.01 |
| HSL | 270.82º | 0.98% | 0.56% | - |
| HSV(B) | 270.82º | 0.87% | 0.99% | - |
| XYZ | 30.13 | 14.29 | 94.1 | - |
| YUV | 91.87 | 218.94 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 253 | 0.42 | 0.87 | 0 | 0.01 | 270.82 | 0.98 | 0.56 |
| Hex | 92 | 21 | FD | 2A | 57 | 0 | 1 | 10F | 62 | 38 |
| Octal | 222 | 41 | 375 | 52 | 127 | 0 | 1 | 417 | 142 | 70 |
| Binary | 10010010 | 100001 | 11111101 | 101010 | 1010111 | 0 | 1 | 100001111 | 1100010 | 111000 |
Color Harmonies of #9221FD
Complementary color
Monochromatic Colors of #9221FD
Black with #9221FD
Text Example
Text Example
White with #9221FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9221FD; }
p { color: rgb(146,33,253); }
H1.HeaderClassName
{
color: #9221FD;
}
.AnyTagClassName
{
color: #9221FD;
}
</style>
background-color css
<style>
a { background-color: #9221FD; }
a { background-color: rgb(146,33,253); }
div.DivClassName
{
background-color: #9221FD;
}
.BgClassName
{
background-color: #9221FD;
}
</style>
border-color css
<style>
span { border-color: #9221FD; }
span { border-color: rgb(146,33,253); }
td.TdClassName
{
border-color: #9221FD;
}
.TagClassName
{
border-color: #9221FD;
}
</style>