Shades of Blue Violet #921DF8
Tints of Blue Violet #921DF8
RGB
CMYK
RGB Variations
Color information
#921DF8 (or 0x921DF8) is known color: Blue Violet. HEX triplet: 92, 1D and F8. RGB value is (146,29,248). Sum of RGB (Red+Green+Blue) = 146+29+248=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #921DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921DF8 is #6DE207. Grayscale: #585858. Windows color (decimal): -7201288 or 16260498. OLE color: 16260498.
HSL color Cylindrical-coordinate representation of color #921DF8: hue angle of 272.05º degrees, saturation: 0.94, 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 #921DF8 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 29 | 248 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.03 |
| HSL | 272.05º | 0.94% | 0.54% | - |
| HSV(B) | 272.05º | 0.88% | 0.97% | - |
| XYZ | 29.24 | 13.77 | 89.92 | - |
| YUV | 88.95 | 217.76 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 248 | 0.41 | 0.88 | 0 | 0.03 | 272.05 | 0.94 | 0.54 |
| Hex | 92 | 1D | F8 | 29 | 58 | 0 | 3 | 110 | 5E | 36 |
| Octal | 222 | 35 | 370 | 51 | 130 | 0 | 3 | 420 | 136 | 66 |
| Binary | 10010010 | 11101 | 11111000 | 101001 | 1011000 | 0 | 11 | 100010000 | 1011110 | 110110 |
Color Harmonies of #921DF8
Complementary color
Monochromatic Colors of #921DF8
Black with #921DF8
Text Example
Text Example
White with #921DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DF8; }
p { color: rgb(146,29,248); }
H1.HeaderClassName
{
color: #921DF8;
}
.AnyTagClassName
{
color: #921DF8;
}
</style>
background-color css
<style>
a { background-color: #921DF8; }
a { background-color: rgb(146,29,248); }
div.DivClassName
{
background-color: #921DF8;
}
.BgClassName
{
background-color: #921DF8;
}
</style>
border-color css
<style>
span { border-color: #921DF8; }
span { border-color: rgb(146,29,248); }
td.TdClassName
{
border-color: #921DF8;
}
.TagClassName
{
border-color: #921DF8;
}
</style>