Shades of Dark Violet #920ED2
Tints of Dark Violet #920ED2
RGB
CMYK
RGB Variations
Color information
#920ED2 (or 0x920ED2) is known color: Dark Violet. HEX triplet: 92, 0E and D2. RGB value is (146,14,210). Sum of RGB (Red+Green+Blue) = 146+14+210=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #920ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920ED2 is #6DF12D. Grayscale: #4B4B4B. Windows color (decimal): -7205166 or 13766290. OLE color: 13766290.
HSL color Cylindrical-coordinate representation of color #920ED2: hue angle of 280.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920ED2 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 14 | 210 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.18 |
| HSL | 280.41º | 0.88% | 0.44% | - |
| HSV(B) | 280.41º | 0.93% | 0.82% | - |
| XYZ | 23.64 | 11.08 | 61.86 | - |
| YUV | 75.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 210 | 0.30 | 0.93 | 0 | 0.18 | 280.41 | 0.88 | 0.44 |
| Hex | 92 | E | D2 | 1E | 5D | 0 | 12 | 118 | 58 | 2C |
| Octal | 222 | 16 | 322 | 36 | 135 | 0 | 22 | 430 | 130 | 54 |
| Binary | 10010010 | 1110 | 11010010 | 11110 | 1011101 | 0 | 10010 | 100011000 | 1011000 | 101100 |
Color Harmonies of #920ED2
Complementary color
Monochromatic Colors of #920ED2
Black with #920ED2
Text Example
Text Example
White with #920ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920ED2; }
p { color: rgb(146,14,210); }
H1.HeaderClassName
{
color: #920ED2;
}
.AnyTagClassName
{
color: #920ED2;
}
</style>
background-color css
<style>
a { background-color: #920ED2; }
a { background-color: rgb(146,14,210); }
div.DivClassName
{
background-color: #920ED2;
}
.BgClassName
{
background-color: #920ED2;
}
</style>
border-color css
<style>
span { border-color: #920ED2; }
span { border-color: rgb(146,14,210); }
td.TdClassName
{
border-color: #920ED2;
}
.TagClassName
{
border-color: #920ED2;
}
</style>