Shades of Blue Violet #9211FB
Tints of Blue Violet #9211FB
RGB
CMYK
RGB Variations
Color information
#9211FB (or 0x9211FB) is known color: Blue Violet. HEX triplet: 92, 11 and FB. RGB value is (146,17,251). Sum of RGB (Red+Green+Blue) = 146+17+251=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #9211FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9211FB is #6DEE04. Grayscale: #515151. Windows color (decimal): -7204357 or 16454034. OLE color: 16454034.
HSL color Cylindrical-coordinate representation of color #9211FB: hue angle of 273.08º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9211FB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 17 | 251 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.02 |
| HSL | 273.08º | 0.97% | 0.53% | - |
| HSV(B) | 273.08º | 0.93% | 0.98% | - |
| XYZ | 29.47 | 13.48 | 92.32 | - |
| YUV | 82.25 | 223.24 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 251 | 0.42 | 0.93 | 0 | 0.02 | 273.08 | 0.97 | 0.53 |
| Hex | 92 | 11 | FB | 2A | 5D | 0 | 2 | 111 | 61 | 35 |
| Octal | 222 | 21 | 373 | 52 | 135 | 0 | 2 | 421 | 141 | 65 |
| Binary | 10010010 | 10001 | 11111011 | 101010 | 1011101 | 0 | 10 | 100010001 | 1100001 | 110101 |
Color Harmonies of #9211FB
Complementary color
Monochromatic Colors of #9211FB
Black with #9211FB
Text Example
Text Example
White with #9211FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211FB; }
p { color: rgb(146,17,251); }
H1.HeaderClassName
{
color: #9211FB;
}
.AnyTagClassName
{
color: #9211FB;
}
</style>
background-color css
<style>
a { background-color: #9211FB; }
a { background-color: rgb(146,17,251); }
div.DivClassName
{
background-color: #9211FB;
}
.BgClassName
{
background-color: #9211FB;
}
</style>
border-color css
<style>
span { border-color: #9211FB; }
span { border-color: rgb(146,17,251); }
td.TdClassName
{
border-color: #9211FB;
}
.TagClassName
{
border-color: #9211FB;
}
</style>