Shades of Blue Violet #921DF9
Tints of Blue Violet #921DF9
RGB
CMYK
RGB Variations
Color information
#921DF9 (or 0x921DF9) is known color: Blue Violet. HEX triplet: 92, 1D and F9. RGB value is (146,29,249). Sum of RGB (Red+Green+Blue) = 146+29+249=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #921DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #921DF9 is #6DE206. Grayscale: #585858. Windows color (decimal): -7201287 or 16326034. OLE color: 16326034.
HSL color Cylindrical-coordinate representation of color #921DF9: hue angle of 271.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921DF9 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 29 | 249 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.02 |
| HSL | 271.91º | 0.95% | 0.55% | - |
| HSV(B) | 271.91º | 0.88% | 0.98% | - |
| XYZ | 29.39 | 13.83 | 90.74 | - |
| YUV | 89.06 | 218.26 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 249 | 0.41 | 0.88 | 0 | 0.02 | 271.91 | 0.95 | 0.55 |
| Hex | 92 | 1D | F9 | 29 | 58 | 0 | 2 | 110 | 5F | 37 |
| Octal | 222 | 35 | 371 | 51 | 130 | 0 | 2 | 420 | 137 | 67 |
| Binary | 10010010 | 11101 | 11111001 | 101001 | 1011000 | 0 | 10 | 100010000 | 1011111 | 110111 |
Color Harmonies of #921DF9
Complementary color
Monochromatic Colors of #921DF9
Black with #921DF9
Text Example
Text Example
White with #921DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DF9; }
p { color: rgb(146,29,249); }
H1.HeaderClassName
{
color: #921DF9;
}
.AnyTagClassName
{
color: #921DF9;
}
</style>
background-color css
<style>
a { background-color: #921DF9; }
a { background-color: rgb(146,29,249); }
div.DivClassName
{
background-color: #921DF9;
}
.BgClassName
{
background-color: #921DF9;
}
</style>
border-color css
<style>
span { border-color: #921DF9; }
span { border-color: rgb(146,29,249); }
td.TdClassName
{
border-color: #921DF9;
}
.TagClassName
{
border-color: #921DF9;
}
</style>