Shades of Blue Violet #921EF1
Tints of Blue Violet #921EF1
RGB
CMYK
RGB Variations
Color information
#921EF1 (or 0x921EF1) is known color: Blue Violet. HEX triplet: 92, 1E and F1. RGB value is (146,30,241). Sum of RGB (Red+Green+Blue) = 146+30+241=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #921EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921EF1 is #6DE10E. Grayscale: #585858. Windows color (decimal): -7201039 or 15802002. OLE color: 15802002.
HSL color Cylindrical-coordinate representation of color #921EF1: hue angle of 272.99º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921EF1 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 30 | 241 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.05 |
| HSL | 272.99º | 0.88% | 0.53% | - |
| HSV(B) | 272.99º | 0.88% | 0.95% | - |
| XYZ | 28.2 | 13.39 | 84.32 | - |
| YUV | 88.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 241 | 0.39 | 0.88 | 0 | 0.05 | 272.99 | 0.88 | 0.53 |
| Hex | 92 | 1E | F1 | 27 | 58 | 0 | 5 | 111 | 58 | 35 |
| Octal | 222 | 36 | 361 | 47 | 130 | 0 | 5 | 421 | 130 | 65 |
| Binary | 10010010 | 11110 | 11110001 | 100111 | 1011000 | 0 | 101 | 100010001 | 1011000 | 110101 |
Color Harmonies of #921EF1
Complementary color
Monochromatic Colors of #921EF1
Black with #921EF1
Text Example
Text Example
White with #921EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921EF1; }
p { color: rgb(146,30,241); }
H1.HeaderClassName
{
color: #921EF1;
}
.AnyTagClassName
{
color: #921EF1;
}
</style>
background-color css
<style>
a { background-color: #921EF1; }
a { background-color: rgb(146,30,241); }
div.DivClassName
{
background-color: #921EF1;
}
.BgClassName
{
background-color: #921EF1;
}
</style>
border-color css
<style>
span { border-color: #921EF1; }
span { border-color: rgb(146,30,241); }
td.TdClassName
{
border-color: #921EF1;
}
.TagClassName
{
border-color: #921EF1;
}
</style>