Shades of Blue Violet #9211FC
Tints of Blue Violet #9211FC
RGB
CMYK
RGB Variations
Color information
#9211FC (or 0x9211FC) is known color: Blue Violet. HEX triplet: 92, 11 and FC. RGB value is (146,17,252). Sum of RGB (Red+Green+Blue) = 146+17+252=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #9211FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9211FC is #6DEE03. Grayscale: #515151. Windows color (decimal): -7204356 or 16519570. OLE color: 16519570.
HSL color Cylindrical-coordinate representation of color #9211FC: hue angle of 272.94º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9211FC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 17 | 252 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.01 |
| HSL | 272.94º | 0.98% | 0.53% | - |
| HSV(B) | 272.94º | 0.93% | 0.99% | - |
| XYZ | 29.63 | 13.54 | 93.15 | - |
| YUV | 82.36 | 223.74 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 252 | 0.42 | 0.93 | 0 | 0.01 | 272.94 | 0.98 | 0.53 |
| Hex | 92 | 11 | FC | 2A | 5D | 0 | 1 | 111 | 62 | 35 |
| Octal | 222 | 21 | 374 | 52 | 135 | 0 | 1 | 421 | 142 | 65 |
| Binary | 10010010 | 10001 | 11111100 | 101010 | 1011101 | 0 | 1 | 100010001 | 1100010 | 110101 |
Color Harmonies of #9211FC
Complementary color
Monochromatic Colors of #9211FC
Black with #9211FC
Text Example
Text Example
White with #9211FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211FC; }
p { color: rgb(146,17,252); }
H1.HeaderClassName
{
color: #9211FC;
}
.AnyTagClassName
{
color: #9211FC;
}
</style>
background-color css
<style>
a { background-color: #9211FC; }
a { background-color: rgb(146,17,252); }
div.DivClassName
{
background-color: #9211FC;
}
.BgClassName
{
background-color: #9211FC;
}
</style>
border-color css
<style>
span { border-color: #9211FC; }
span { border-color: rgb(146,17,252); }
td.TdClassName
{
border-color: #9211FC;
}
.TagClassName
{
border-color: #9211FC;
}
</style>