Shades of Blue Violet #921DF7
Tints of Blue Violet #921DF7
RGB
CMYK
RGB Variations
Color information
#921DF7 (or 0x921DF7) is known color: Blue Violet. HEX triplet: 92, 1D and F7. RGB value is (146,29,247). Sum of RGB (Red+Green+Blue) = 146+29+247=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #921DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921DF7 is #6DE208. Grayscale: #585858. Windows color (decimal): -7201289 or 16194962. OLE color: 16194962.
HSL color Cylindrical-coordinate representation of color #921DF7: hue angle of 272.2º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921DF7 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 29 | 247 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.03 |
| HSL | 272.2º | 0.93% | 0.54% | - |
| HSV(B) | 272.2º | 0.88% | 0.97% | - |
| XYZ | 29.08 | 13.71 | 89.11 | - |
| YUV | 88.84 | 217.26 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 247 | 0.41 | 0.88 | 0 | 0.03 | 272.2 | 0.93 | 0.54 |
| Hex | 92 | 1D | F7 | 29 | 58 | 0 | 3 | 110 | 5D | 36 |
| Octal | 222 | 35 | 367 | 51 | 130 | 0 | 3 | 420 | 135 | 66 |
| Binary | 10010010 | 11101 | 11110111 | 101001 | 1011000 | 0 | 11 | 100010000 | 1011101 | 110110 |
Color Harmonies of #921DF7
Complementary color
Monochromatic Colors of #921DF7
Black with #921DF7
Text Example
Text Example
White with #921DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DF7; }
p { color: rgb(146,29,247); }
H1.HeaderClassName
{
color: #921DF7;
}
.AnyTagClassName
{
color: #921DF7;
}
</style>
background-color css
<style>
a { background-color: #921DF7; }
a { background-color: rgb(146,29,247); }
div.DivClassName
{
background-color: #921DF7;
}
.BgClassName
{
background-color: #921DF7;
}
</style>
border-color css
<style>
span { border-color: #921DF7; }
span { border-color: rgb(146,29,247); }
td.TdClassName
{
border-color: #921DF7;
}
.TagClassName
{
border-color: #921DF7;
}
</style>