Shades of Dark Violet #920DE5
Tints of Dark Violet #920DE5
RGB
CMYK
RGB Variations
Color information
#920DE5 (or 0x920DE5) is known color: Dark Violet. HEX triplet: 92, 0D and E5. RGB value is (146,13,229). Sum of RGB (Red+Green+Blue) = 146+13+229=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #920DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DE5 is #6DF21A. Grayscale: #4C4C4C. Windows color (decimal): -7205403 or 15011218. OLE color: 15011218.
HSL color Cylindrical-coordinate representation of color #920DE5: hue angle of 276.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DE5 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 13 | 229 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.10 |
| HSL | 276.94º | 0.89% | 0.47% | - |
| HSV(B) | 276.94º | 0.94% | 0.9% | - |
| XYZ | 26.14 | 12.06 | 75.08 | - |
| YUV | 77.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 229 | 0.36 | 0.94 | 0 | 0.10 | 276.94 | 0.89 | 0.47 |
| Hex | 92 | D | E5 | 24 | 5E | 0 | A | 115 | 59 | 2F |
| Octal | 222 | 15 | 345 | 44 | 136 | 0 | 12 | 425 | 131 | 57 |
| Binary | 10010010 | 1101 | 11100101 | 100100 | 1011110 | 0 | 1010 | 100010101 | 1011001 | 101111 |
Color Harmonies of #920DE5
Complementary color
Monochromatic Colors of #920DE5
Black with #920DE5
Text Example
Text Example
White with #920DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DE5; }
p { color: rgb(146,13,229); }
H1.HeaderClassName
{
color: #920DE5;
}
.AnyTagClassName
{
color: #920DE5;
}
</style>
background-color css
<style>
a { background-color: #920DE5; }
a { background-color: rgb(146,13,229); }
div.DivClassName
{
background-color: #920DE5;
}
.BgClassName
{
background-color: #920DE5;
}
</style>
border-color css
<style>
span { border-color: #920DE5; }
span { border-color: rgb(146,13,229); }
td.TdClassName
{
border-color: #920DE5;
}
.TagClassName
{
border-color: #920DE5;
}
</style>