Shades of Blue Violet #9211F7
Tints of Blue Violet #9211F7
RGB
CMYK
RGB Variations
Color information
#9211F7 (or 0x9211F7) is known color: Blue Violet. HEX triplet: 92, 11 and F7. RGB value is (146,17,247). Sum of RGB (Red+Green+Blue) = 146+17+247=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #9211F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9211F7 is #6DEE08. Grayscale: #515151. Windows color (decimal): -7204361 or 16191890. OLE color: 16191890.
HSL color Cylindrical-coordinate representation of color #9211F7: hue angle of 273.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9211F7 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 17 | 247 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.03 |
| HSL | 273.65º | 0.93% | 0.52% | - |
| HSV(B) | 273.65º | 0.93% | 0.97% | - |
| XYZ | 28.84 | 13.23 | 89.03 | - |
| YUV | 81.79 | 221.24 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 247 | 0.41 | 0.93 | 0 | 0.03 | 273.65 | 0.93 | 0.52 |
| Hex | 92 | 11 | F7 | 29 | 5D | 0 | 3 | 112 | 5D | 34 |
| Octal | 222 | 21 | 367 | 51 | 135 | 0 | 3 | 422 | 135 | 64 |
| Binary | 10010010 | 10001 | 11110111 | 101001 | 1011101 | 0 | 11 | 100010010 | 1011101 | 110100 |
Color Harmonies of #9211F7
Complementary color
Monochromatic Colors of #9211F7
Black with #9211F7
Text Example
Text Example
White with #9211F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211F7; }
p { color: rgb(146,17,247); }
H1.HeaderClassName
{
color: #9211F7;
}
.AnyTagClassName
{
color: #9211F7;
}
</style>
background-color css
<style>
a { background-color: #9211F7; }
a { background-color: rgb(146,17,247); }
div.DivClassName
{
background-color: #9211F7;
}
.BgClassName
{
background-color: #9211F7;
}
</style>
border-color css
<style>
span { border-color: #9211F7; }
span { border-color: rgb(146,17,247); }
td.TdClassName
{
border-color: #9211F7;
}
.TagClassName
{
border-color: #9211F7;
}
</style>