Shades of Dark Violet #920EDB
Tints of Dark Violet #920EDB
RGB
CMYK
RGB Variations
Color information
#920EDB (or 0x920EDB) is known color: Dark Violet. HEX triplet: 92, 0E and DB. RGB value is (146,14,219). Sum of RGB (Red+Green+Blue) = 146+14+219=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #920EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EDB is #6DF124. Grayscale: #4C4C4C. Windows color (decimal): -7205157 or 14356114. OLE color: 14356114.
HSL color Cylindrical-coordinate representation of color #920EDB: hue angle of 278.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EDB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 14 | 219 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.14 |
| HSL | 278.63º | 0.88% | 0.46% | - |
| HSV(B) | 278.63º | 0.94% | 0.86% | - |
| XYZ | 24.8 | 11.54 | 67.94 | - |
| YUV | 76.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 219 | 0.33 | 0.94 | 0 | 0.14 | 278.63 | 0.88 | 0.46 |
| Hex | 92 | E | DB | 21 | 5E | 0 | E | 117 | 58 | 2E |
| Octal | 222 | 16 | 333 | 41 | 136 | 0 | 16 | 427 | 130 | 56 |
| Binary | 10010010 | 1110 | 11011011 | 100001 | 1011110 | 0 | 1110 | 100010111 | 1011000 | 101110 |
Color Harmonies of #920EDB
Complementary color
Monochromatic Colors of #920EDB
Black with #920EDB
Text Example
Text Example
White with #920EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EDB; }
p { color: rgb(146,14,219); }
H1.HeaderClassName
{
color: #920EDB;
}
.AnyTagClassName
{
color: #920EDB;
}
</style>
background-color css
<style>
a { background-color: #920EDB; }
a { background-color: rgb(146,14,219); }
div.DivClassName
{
background-color: #920EDB;
}
.BgClassName
{
background-color: #920EDB;
}
</style>
border-color css
<style>
span { border-color: #920EDB; }
span { border-color: rgb(146,14,219); }
td.TdClassName
{
border-color: #920EDB;
}
.TagClassName
{
border-color: #920EDB;
}
</style>