Shades of Dark Violet #920DB2
Tints of Dark Violet #920DB2
RGB
CMYK
RGB Variations
Color information
#920DB2 (or 0x920DB2) is known color: Dark Violet. HEX triplet: 92, 0D and B2. RGB value is (146,13,178). Sum of RGB (Red+Green+Blue) = 146+13+178=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #920DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920DB2 is #6DF24D. Grayscale: #474747. Windows color (decimal): -7205454 or 11668882. OLE color: 11668882.
HSL color Cylindrical-coordinate representation of color #920DB2: hue angle of 288.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920DB2 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 13 | 178 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.30 |
| HSL | 288.36º | 0.86% | 0.37% | - |
| HSV(B) | 288.36º | 0.93% | 0.7% | - |
| XYZ | 20.03 | 9.61 | 42.92 | - |
| YUV | 71.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 178 | 0.18 | 0.93 | 0 | 0.30 | 288.36 | 0.86 | 0.37 |
| Hex | 92 | D | B2 | 12 | 5D | 0 | 1E | 120 | 56 | 25 |
| Octal | 222 | 15 | 262 | 22 | 135 | 0 | 36 | 440 | 126 | 45 |
| Binary | 10010010 | 1101 | 10110010 | 10010 | 1011101 | 0 | 11110 | 100100000 | 1010110 | 100101 |
Color Harmonies of #920DB2
Complementary color
Monochromatic Colors of #920DB2
Black with #920DB2
Text Example
Text Example
White with #920DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DB2; }
p { color: rgb(146,13,178); }
H1.HeaderClassName
{
color: #920DB2;
}
.AnyTagClassName
{
color: #920DB2;
}
</style>
background-color css
<style>
a { background-color: #920DB2; }
a { background-color: rgb(146,13,178); }
div.DivClassName
{
background-color: #920DB2;
}
.BgClassName
{
background-color: #920DB2;
}
</style>
border-color css
<style>
span { border-color: #920DB2; }
span { border-color: rgb(146,13,178); }
td.TdClassName
{
border-color: #920DB2;
}
.TagClassName
{
border-color: #920DB2;
}
</style>