Shades of Blue Violet #921EDB
Tints of Blue Violet #921EDB
RGB
CMYK
RGB Variations
Color information
#921EDB (or 0x921EDB) is known color: Blue Violet. HEX triplet: 92, 1E and DB. RGB value is (146,30,219). Sum of RGB (Red+Green+Blue) = 146+30+219=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #921EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EDB is #6DE124. Grayscale: #555555. Windows color (decimal): -7201061 or 14360210. OLE color: 14360210.
HSL color Cylindrical-coordinate representation of color #921EDB: hue angle of 276.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921EDB is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 30 | 219 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.14 |
| HSL | 276.83º | 0.76% | 0.49% | - |
| HSV(B) | 276.83º | 0.86% | 0.86% | - |
| XYZ | 25.1 | 12.15 | 68.04 | - |
| YUV | 86.23 | 202.93 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 30 | 219 | 0.33 | 0.86 | 0 | 0.14 | 276.83 | 0.76 | 0.49 |
| Hex | 92 | 1E | DB | 21 | 56 | 0 | E | 115 | 4C | 31 |
| Octal | 222 | 36 | 333 | 41 | 126 | 0 | 16 | 425 | 114 | 61 |
| Binary | 10010010 | 11110 | 11011011 | 100001 | 1010110 | 0 | 1110 | 100010101 | 1001100 | 110001 |
Color Harmonies of #921EDB
Complementary color
Monochromatic Colors of #921EDB
Black with #921EDB
Text Example
Text Example
White with #921EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921EDB; }
p { color: rgb(146,30,219); }
H1.HeaderClassName
{
color: #921EDB;
}
.AnyTagClassName
{
color: #921EDB;
}
</style>
background-color css
<style>
a { background-color: #921EDB; }
a { background-color: rgb(146,30,219); }
div.DivClassName
{
background-color: #921EDB;
}
.BgClassName
{
background-color: #921EDB;
}
</style>
border-color css
<style>
span { border-color: #921EDB; }
span { border-color: rgb(146,30,219); }
td.TdClassName
{
border-color: #921EDB;
}
.TagClassName
{
border-color: #921EDB;
}
</style>