Shades of Dark Violet #920EBA
Tints of Dark Violet #920EBA
RGB
CMYK
RGB Variations
Color information
#920EBA (or 0x920EBA) is known color: Dark Violet. HEX triplet: 92, 0E and BA. RGB value is (146,14,186). Sum of RGB (Red+Green+Blue) = 146+14+186=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #920EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EBA is #6DF145. Grayscale: #484848. Windows color (decimal): -7205190 or 12193426. OLE color: 12193426.
HSL color Cylindrical-coordinate representation of color #920EBA: hue angle of 286.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920EBA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 14 | 186 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.27 |
| HSL | 286.05º | 0.86% | 0.39% | - |
| HSV(B) | 286.05º | 0.92% | 0.73% | - |
| XYZ | 20.87 | 9.97 | 47.28 | - |
| YUV | 73.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 186 | 0.22 | 0.92 | 0 | 0.27 | 286.05 | 0.86 | 0.39 |
| Hex | 92 | E | BA | 16 | 5C | 0 | 1B | 11E | 56 | 27 |
| Octal | 222 | 16 | 272 | 26 | 134 | 0 | 33 | 436 | 126 | 47 |
| Binary | 10010010 | 1110 | 10111010 | 10110 | 1011100 | 0 | 11011 | 100011110 | 1010110 | 100111 |
Color Harmonies of #920EBA
Complementary color
Monochromatic Colors of #920EBA
Black with #920EBA
Text Example
Text Example
White with #920EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EBA; }
p { color: rgb(146,14,186); }
H1.HeaderClassName
{
color: #920EBA;
}
.AnyTagClassName
{
color: #920EBA;
}
</style>
background-color css
<style>
a { background-color: #920EBA; }
a { background-color: rgb(146,14,186); }
div.DivClassName
{
background-color: #920EBA;
}
.BgClassName
{
background-color: #920EBA;
}
</style>
border-color css
<style>
span { border-color: #920EBA; }
span { border-color: rgb(146,14,186); }
td.TdClassName
{
border-color: #920EBA;
}
.TagClassName
{
border-color: #920EBA;
}
</style>