Shades of Blue Violet #921EDD
Tints of Blue Violet #921EDD
RGB
CMYK
RGB Variations
Color information
#921EDD (or 0x921EDD) is known color: Blue Violet. HEX triplet: 92, 1E and DD. RGB value is (146,30,221). Sum of RGB (Red+Green+Blue) = 146+30+221=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #921EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EDD is #6DE122. Grayscale: #555555. Windows color (decimal): -7201059 or 14491282. OLE color: 14491282.
HSL color Cylindrical-coordinate representation of color #921EDD: hue angle of 276.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921EDD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 30 | 221 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.13 |
| HSL | 276.44º | 0.76% | 0.49% | - |
| HSV(B) | 276.44º | 0.86% | 0.87% | - |
| XYZ | 25.37 | 12.26 | 69.44 | - |
| YUV | 86.46 | 203.93 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 221 | 0.34 | 0.86 | 0 | 0.13 | 276.44 | 0.76 | 0.49 |
| Hex | 92 | 1E | DD | 22 | 56 | 0 | D | 114 | 4C | 31 |
| Octal | 222 | 36 | 335 | 42 | 126 | 0 | 15 | 424 | 114 | 61 |
| Binary | 10010010 | 11110 | 11011101 | 100010 | 1010110 | 0 | 1101 | 100010100 | 1001100 | 110001 |
Color Harmonies of #921EDD
Complementary color
Monochromatic Colors of #921EDD
Black with #921EDD
Text Example
Text Example
White with #921EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921EDD; }
p { color: rgb(146,30,221); }
H1.HeaderClassName
{
color: #921EDD;
}
.AnyTagClassName
{
color: #921EDD;
}
</style>
background-color css
<style>
a { background-color: #921EDD; }
a { background-color: rgb(146,30,221); }
div.DivClassName
{
background-color: #921EDD;
}
.BgClassName
{
background-color: #921EDD;
}
</style>
border-color css
<style>
span { border-color: #921EDD; }
span { border-color: rgb(146,30,221); }
td.TdClassName
{
border-color: #921EDD;
}
.TagClassName
{
border-color: #921EDD;
}
</style>