Shades of Dark Violet #920EE8
Tints of Dark Violet #920EE8
RGB
CMYK
RGB Variations
Color information
#920EE8 (or 0x920EE8) is known color: Dark Violet. HEX triplet: 92, 0E and E8. RGB value is (146,14,232). Sum of RGB (Red+Green+Blue) = 146+14+232=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #920EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920EE8 is #6DF117. Grayscale: #4D4D4D. Windows color (decimal): -7205144 or 15208082. OLE color: 15208082.
HSL color Cylindrical-coordinate representation of color #920EE8: hue angle of 276.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920EE8 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 14 | 232 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.09 |
| HSL | 276.33º | 0.89% | 0.48% | - |
| HSV(B) | 276.33º | 0.94% | 0.91% | - |
| XYZ | 26.58 | 12.25 | 77.31 | - |
| YUV | 78.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 232 | 0.37 | 0.94 | 0 | 0.09 | 276.33 | 0.89 | 0.48 |
| Hex | 92 | E | E8 | 25 | 5E | 0 | 9 | 114 | 59 | 30 |
| Octal | 222 | 16 | 350 | 45 | 136 | 0 | 11 | 424 | 131 | 60 |
| Binary | 10010010 | 1110 | 11101000 | 100101 | 1011110 | 0 | 1001 | 100010100 | 1011001 | 110000 |
Color Harmonies of #920EE8
Complementary color
Monochromatic Colors of #920EE8
Black with #920EE8
Text Example
Text Example
White with #920EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EE8; }
p { color: rgb(146,14,232); }
H1.HeaderClassName
{
color: #920EE8;
}
.AnyTagClassName
{
color: #920EE8;
}
</style>
background-color css
<style>
a { background-color: #920EE8; }
a { background-color: rgb(146,14,232); }
div.DivClassName
{
background-color: #920EE8;
}
.BgClassName
{
background-color: #920EE8;
}
</style>
border-color css
<style>
span { border-color: #920EE8; }
span { border-color: rgb(146,14,232); }
td.TdClassName
{
border-color: #920EE8;
}
.TagClassName
{
border-color: #920EE8;
}
</style>