Shades of Blue Violet #921ED6
Tints of Blue Violet #921ED6
RGB
CMYK
RGB Variations
Color information
#921ED6 (or 0x921ED6) is known color: Blue Violet. HEX triplet: 92, 1E and D6. RGB value is (146,30,214). Sum of RGB (Red+Green+Blue) = 146+30+214=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #921ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ED6 is #6DE129. Grayscale: #555555. Windows color (decimal): -7201066 or 14032530. OLE color: 14032530.
HSL color Cylindrical-coordinate representation of color #921ED6: hue angle of 277.83º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921ED6 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 30 | 214 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.16 |
| HSL | 277.83º | 0.75% | 0.48% | - |
| HSV(B) | 277.83º | 0.86% | 0.84% | - |
| XYZ | 24.46 | 11.89 | 64.63 | - |
| YUV | 85.66 | 200.43 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 214 | 0.32 | 0.86 | 0 | 0.16 | 277.83 | 0.75 | 0.48 |
| Hex | 92 | 1E | D6 | 20 | 56 | 0 | 10 | 116 | 4B | 30 |
| Octal | 222 | 36 | 326 | 40 | 126 | 0 | 20 | 426 | 113 | 60 |
| Binary | 10010010 | 11110 | 11010110 | 100000 | 1010110 | 0 | 10000 | 100010110 | 1001011 | 110000 |
Color Harmonies of #921ED6
Complementary color
Monochromatic Colors of #921ED6
Black with #921ED6
Text Example
Text Example
White with #921ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921ED6; }
p { color: rgb(146,30,214); }
H1.HeaderClassName
{
color: #921ED6;
}
.AnyTagClassName
{
color: #921ED6;
}
</style>
background-color css
<style>
a { background-color: #921ED6; }
a { background-color: rgb(146,30,214); }
div.DivClassName
{
background-color: #921ED6;
}
.BgClassName
{
background-color: #921ED6;
}
</style>
border-color css
<style>
span { border-color: #921ED6; }
span { border-color: rgb(146,30,214); }
td.TdClassName
{
border-color: #921ED6;
}
.TagClassName
{
border-color: #921ED6;
}
</style>