Shades of Dark Violet #920EEC
Tints of Dark Violet #920EEC
RGB
CMYK
RGB Variations
Color information
#920EEC (or 0x920EEC) is known color: Dark Violet. HEX triplet: 92, 0E and EC. RGB value is (146,14,236). Sum of RGB (Red+Green+Blue) = 146+14+236=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #920EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920EEC is #6DF113. Grayscale: #4E4E4E. Windows color (decimal): -7205140 or 15470226. OLE color: 15470226.
HSL color Cylindrical-coordinate representation of color #920EEC: hue angle of 275.68º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EEC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 14 | 236 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.07 |
| HSL | 275.68º | 0.89% | 0.49% | - |
| HSV(B) | 275.68º | 0.94% | 0.93% | - |
| XYZ | 27.15 | 12.48 | 80.33 | - |
| YUV | 78.78 | 216.73 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 236 | 0.38 | 0.94 | 0 | 0.07 | 275.68 | 0.89 | 0.49 |
| Hex | 92 | E | EC | 26 | 5E | 0 | 7 | 114 | 59 | 31 |
| Octal | 222 | 16 | 354 | 46 | 136 | 0 | 7 | 424 | 131 | 61 |
| Binary | 10010010 | 1110 | 11101100 | 100110 | 1011110 | 0 | 111 | 100010100 | 1011001 | 110001 |
Color Harmonies of #920EEC
Complementary color
Monochromatic Colors of #920EEC
Black with #920EEC
Text Example
Text Example
White with #920EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EEC; }
p { color: rgb(146,14,236); }
H1.HeaderClassName
{
color: #920EEC;
}
.AnyTagClassName
{
color: #920EEC;
}
</style>
background-color css
<style>
a { background-color: #920EEC; }
a { background-color: rgb(146,14,236); }
div.DivClassName
{
background-color: #920EEC;
}
.BgClassName
{
background-color: #920EEC;
}
</style>
border-color css
<style>
span { border-color: #920EEC; }
span { border-color: rgb(146,14,236); }
td.TdClassName
{
border-color: #920EEC;
}
.TagClassName
{
border-color: #920EEC;
}
</style>