Shades of Dark Violet #920EEF
Tints of Dark Violet #920EEF
RGB
CMYK
RGB Variations
Color information
#920EEF (or 0x920EEF) is known color: Dark Violet. HEX triplet: 92, 0E and EF. RGB value is (146,14,239). Sum of RGB (Red+Green+Blue) = 146+14+239=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #920EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920EEF is #6DF110. Grayscale: #4E4E4E. Windows color (decimal): -7205137 or 15666834. OLE color: 15666834.
HSL color Cylindrical-coordinate representation of color #920EEF: hue angle of 275.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EEF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 14 | 239 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.06 |
| HSL | 275.2º | 0.89% | 0.5% | - |
| HSV(B) | 275.2º | 0.94% | 0.94% | - |
| XYZ | 27.59 | 12.66 | 82.65 | - |
| YUV | 79.12 | 218.23 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 239 | 0.39 | 0.94 | 0 | 0.06 | 275.2 | 0.89 | 0.5 |
| Hex | 92 | E | EF | 27 | 5E | 0 | 6 | 113 | 59 | 32 |
| Octal | 222 | 16 | 357 | 47 | 136 | 0 | 6 | 423 | 131 | 62 |
| Binary | 10010010 | 1110 | 11101111 | 100111 | 1011110 | 0 | 110 | 100010011 | 1011001 | 110010 |
Color Harmonies of #920EEF
Complementary color
Monochromatic Colors of #920EEF
Black with #920EEF
Text Example
Text Example
White with #920EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EEF; }
p { color: rgb(146,14,239); }
H1.HeaderClassName
{
color: #920EEF;
}
.AnyTagClassName
{
color: #920EEF;
}
</style>
background-color css
<style>
a { background-color: #920EEF; }
a { background-color: rgb(146,14,239); }
div.DivClassName
{
background-color: #920EEF;
}
.BgClassName
{
background-color: #920EEF;
}
</style>
border-color css
<style>
span { border-color: #920EEF; }
span { border-color: rgb(146,14,239); }
td.TdClassName
{
border-color: #920EEF;
}
.TagClassName
{
border-color: #920EEF;
}
</style>