Shades of Dark Violet #920BDB
Tints of Dark Violet #920BDB
RGB
CMYK
RGB Variations
Color information
#920BDB (or 0x920BDB) is known color: Dark Violet. HEX triplet: 92, 0B and DB. RGB value is (146,11,219). Sum of RGB (Red+Green+Blue) = 146+11+219=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #920BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BDB is #6DF424. Grayscale: #4A4A4A. Windows color (decimal): -7205925 or 14355346. OLE color: 14355346.
HSL color Cylindrical-coordinate representation of color #920BDB: hue angle of 278.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920BDB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 11 | 219 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.14 |
| HSL | 278.94º | 0.9% | 0.45% | - |
| HSV(B) | 278.94º | 0.95% | 0.86% | - |
| XYZ | 24.76 | 11.46 | 67.93 | - |
| YUV | 75.08 | 209.23 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 219 | 0.33 | 0.95 | 0 | 0.14 | 278.94 | 0.9 | 0.45 |
| Hex | 92 | B | DB | 21 | 5F | 0 | E | 117 | 5A | 2D |
| Octal | 222 | 13 | 333 | 41 | 137 | 0 | 16 | 427 | 132 | 55 |
| Binary | 10010010 | 1011 | 11011011 | 100001 | 1011111 | 0 | 1110 | 100010111 | 1011010 | 101101 |
Color Harmonies of #920BDB
Complementary color
Monochromatic Colors of #920BDB
Black with #920BDB
Text Example
Text Example
White with #920BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920BDB; }
p { color: rgb(146,11,219); }
H1.HeaderClassName
{
color: #920BDB;
}
.AnyTagClassName
{
color: #920BDB;
}
</style>
background-color css
<style>
a { background-color: #920BDB; }
a { background-color: rgb(146,11,219); }
div.DivClassName
{
background-color: #920BDB;
}
.BgClassName
{
background-color: #920BDB;
}
</style>
border-color css
<style>
span { border-color: #920BDB; }
span { border-color: rgb(146,11,219); }
td.TdClassName
{
border-color: #920BDB;
}
.TagClassName
{
border-color: #920BDB;
}
</style>