Shades of Blue Violet #922EDB
Tints of Blue Violet #922EDB
RGB
CMYK
RGB Variations
Color information
#922EDB (or 0x922EDB) is known color: Blue Violet. HEX triplet: 92, 2E and DB. RGB value is (146,46,219). Sum of RGB (Red+Green+Blue) = 146+46+219=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #922EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EDB is #6DD124. Grayscale: #5F5F5F. Windows color (decimal): -7196965 or 14364306. OLE color: 14364306.
HSL color Cylindrical-coordinate representation of color #922EDB: hue angle of 274.68º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922EDB is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 46 | 219 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.14 |
| HSL | 274.68º | 0.71% | 0.52% | - |
| HSV(B) | 274.68º | 0.79% | 0.86% | - |
| XYZ | 25.62 | 13.18 | 68.21 | - |
| YUV | 95.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 219 | 0.33 | 0.79 | 0 | 0.14 | 274.68 | 0.71 | 0.52 |
| Hex | 92 | 2E | DB | 21 | 4F | 0 | E | 113 | 47 | 34 |
| Octal | 222 | 56 | 333 | 41 | 117 | 0 | 16 | 423 | 107 | 64 |
| Binary | 10010010 | 101110 | 11011011 | 100001 | 1001111 | 0 | 1110 | 100010011 | 1000111 | 110100 |
Color Harmonies of #922EDB
Complementary color
Monochromatic Colors of #922EDB
Black with #922EDB
Text Example
Text Example
White with #922EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922EDB; }
p { color: rgb(146,46,219); }
H1.HeaderClassName
{
color: #922EDB;
}
.AnyTagClassName
{
color: #922EDB;
}
</style>
background-color css
<style>
a { background-color: #922EDB; }
a { background-color: rgb(146,46,219); }
div.DivClassName
{
background-color: #922EDB;
}
.BgClassName
{
background-color: #922EDB;
}
</style>
border-color css
<style>
span { border-color: #922EDB; }
span { border-color: rgb(146,46,219); }
td.TdClassName
{
border-color: #922EDB;
}
.TagClassName
{
border-color: #922EDB;
}
</style>