Shades of Dark Violet #920FDB
Tints of Dark Violet #920FDB
RGB
CMYK
RGB Variations
Color information
#920FDB (or 0x920FDB) is known color: Dark Violet. HEX triplet: 92, 0F and DB. RGB value is (146,15,219). Sum of RGB (Red+Green+Blue) = 146+15+219=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #920FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920FDB is #6DF024. Grayscale: #4C4C4C. Windows color (decimal): -7204901 or 14356370. OLE color: 14356370.
HSL color Cylindrical-coordinate representation of color #920FDB: hue angle of 278.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920FDB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 15 | 219 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.14 |
| HSL | 278.53º | 0.87% | 0.46% | - |
| HSV(B) | 278.53º | 0.93% | 0.86% | - |
| XYZ | 24.81 | 11.57 | 67.94 | - |
| YUV | 77.43 | 207.9 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 219 | 0.33 | 0.93 | 0 | 0.14 | 278.53 | 0.87 | 0.46 |
| Hex | 92 | F | DB | 21 | 5D | 0 | E | 117 | 57 | 2E |
| Octal | 222 | 17 | 333 | 41 | 135 | 0 | 16 | 427 | 127 | 56 |
| Binary | 10010010 | 1111 | 11011011 | 100001 | 1011101 | 0 | 1110 | 100010111 | 1010111 | 101110 |
Color Harmonies of #920FDB
Complementary color
Monochromatic Colors of #920FDB
Black with #920FDB
Text Example
Text Example
White with #920FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920FDB; }
p { color: rgb(146,15,219); }
H1.HeaderClassName
{
color: #920FDB;
}
.AnyTagClassName
{
color: #920FDB;
}
</style>
background-color css
<style>
a { background-color: #920FDB; }
a { background-color: rgb(146,15,219); }
div.DivClassName
{
background-color: #920FDB;
}
.BgClassName
{
background-color: #920FDB;
}
</style>
border-color css
<style>
span { border-color: #920FDB; }
span { border-color: rgb(146,15,219); }
td.TdClassName
{
border-color: #920FDB;
}
.TagClassName
{
border-color: #920FDB;
}
</style>