Shades of Dark Violet #920EDF
Tints of Dark Violet #920EDF
RGB
CMYK
RGB Variations
Color information
#920EDF (or 0x920EDF) is known color: Dark Violet. HEX triplet: 92, 0E and DF. RGB value is (146,14,223). Sum of RGB (Red+Green+Blue) = 146+14+223=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #920EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EDF is #6DF120. Grayscale: #4C4C4C. Windows color (decimal): -7205153 or 14618258. OLE color: 14618258.
HSL color Cylindrical-coordinate representation of color #920EDF: hue angle of 277.89º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EDF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 14 | 223 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.13 |
| HSL | 277.89º | 0.88% | 0.46% | - |
| HSV(B) | 277.89º | 0.94% | 0.87% | - |
| XYZ | 25.33 | 11.75 | 70.75 | - |
| YUV | 77.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 223 | 0.35 | 0.94 | 0 | 0.13 | 277.89 | 0.88 | 0.46 |
| Hex | 92 | E | DF | 23 | 5E | 0 | D | 116 | 58 | 2E |
| Octal | 222 | 16 | 337 | 43 | 136 | 0 | 15 | 426 | 130 | 56 |
| Binary | 10010010 | 1110 | 11011111 | 100011 | 1011110 | 0 | 1101 | 100010110 | 1011000 | 101110 |
Color Harmonies of #920EDF
Complementary color
Monochromatic Colors of #920EDF
Black with #920EDF
Text Example
Text Example
White with #920EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EDF; }
p { color: rgb(146,14,223); }
H1.HeaderClassName
{
color: #920EDF;
}
.AnyTagClassName
{
color: #920EDF;
}
</style>
background-color css
<style>
a { background-color: #920EDF; }
a { background-color: rgb(146,14,223); }
div.DivClassName
{
background-color: #920EDF;
}
.BgClassName
{
background-color: #920EDF;
}
</style>
border-color css
<style>
span { border-color: #920EDF; }
span { border-color: rgb(146,14,223); }
td.TdClassName
{
border-color: #920EDF;
}
.TagClassName
{
border-color: #920EDF;
}
</style>