Shades of Dark Violet #920EC1
Tints of Dark Violet #920EC1
RGB
CMYK
RGB Variations
Color information
#920EC1 (or 0x920EC1) is known color: Dark Violet. HEX triplet: 92, 0E and C1. RGB value is (146,14,193). Sum of RGB (Red+Green+Blue) = 146+14+193=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #920EC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EC1 is #6DF13E. Grayscale: #494949. Windows color (decimal): -7205183 or 12652178. OLE color: 12652178.
HSL color Cylindrical-coordinate representation of color #920EC1: hue angle of 284.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920EC1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 14 | 193 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.24 |
| HSL | 284.25º | 0.86% | 0.41% | - |
| HSV(B) | 284.25º | 0.93% | 0.76% | - |
| XYZ | 21.64 | 10.28 | 51.3 | - |
| YUV | 73.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 193 | 0.24 | 0.93 | 0 | 0.24 | 284.25 | 0.86 | 0.41 |
| Hex | 92 | E | C1 | 18 | 5D | 0 | 18 | 11C | 56 | 29 |
| Octal | 222 | 16 | 301 | 30 | 135 | 0 | 30 | 434 | 126 | 51 |
| Binary | 10010010 | 1110 | 11000001 | 11000 | 1011101 | 0 | 11000 | 100011100 | 1010110 | 101001 |
Color Harmonies of #920EC1
Complementary color
Monochromatic Colors of #920EC1
Black with #920EC1
Text Example
Text Example
White with #920EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EC1; }
p { color: rgb(146,14,193); }
H1.HeaderClassName
{
color: #920EC1;
}
.AnyTagClassName
{
color: #920EC1;
}
</style>
background-color css
<style>
a { background-color: #920EC1; }
a { background-color: rgb(146,14,193); }
div.DivClassName
{
background-color: #920EC1;
}
.BgClassName
{
background-color: #920EC1;
}
</style>
border-color css
<style>
span { border-color: #920EC1; }
span { border-color: rgb(146,14,193); }
td.TdClassName
{
border-color: #920EC1;
}
.TagClassName
{
border-color: #920EC1;
}
</style>