Shades of Blue Violet #921CF6
Tints of Blue Violet #921CF6
RGB
CMYK
RGB Variations
Color information
#921CF6 (or 0x921CF6) is known color: Blue Violet. HEX triplet: 92, 1C and F6. RGB value is (146,28,246). Sum of RGB (Red+Green+Blue) = 146+28+246=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #921CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921CF6 is #6DE309. Grayscale: #575757. Windows color (decimal): -7201546 or 16129170. OLE color: 16129170.
HSL color Cylindrical-coordinate representation of color #921CF6: hue angle of 272.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921CF6 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 28 | 246 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.04 |
| HSL | 272.48º | 0.92% | 0.54% | - |
| HSV(B) | 272.48º | 0.89% | 0.96% | - |
| XYZ | 28.9 | 13.6 | 88.29 | - |
| YUV | 88.13 | 217.09 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 246 | 0.41 | 0.89 | 0 | 0.04 | 272.48 | 0.92 | 0.54 |
| Hex | 92 | 1C | F6 | 29 | 59 | 0 | 4 | 110 | 5C | 36 |
| Octal | 222 | 34 | 366 | 51 | 131 | 0 | 4 | 420 | 134 | 66 |
| Binary | 10010010 | 11100 | 11110110 | 101001 | 1011001 | 0 | 100 | 100010000 | 1011100 | 110110 |
Color Harmonies of #921CF6
Complementary color
Monochromatic Colors of #921CF6
Black with #921CF6
Text Example
Text Example
White with #921CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921CF6; }
p { color: rgb(146,28,246); }
H1.HeaderClassName
{
color: #921CF6;
}
.AnyTagClassName
{
color: #921CF6;
}
</style>
background-color css
<style>
a { background-color: #921CF6; }
a { background-color: rgb(146,28,246); }
div.DivClassName
{
background-color: #921CF6;
}
.BgClassName
{
background-color: #921CF6;
}
</style>
border-color css
<style>
span { border-color: #921CF6; }
span { border-color: rgb(146,28,246); }
td.TdClassName
{
border-color: #921CF6;
}
.TagClassName
{
border-color: #921CF6;
}
</style>