Shades of Dark Violet #920DB3
Tints of Dark Violet #920DB3
RGB
CMYK
RGB Variations
Color information
#920DB3 (or 0x920DB3) is known color: Dark Violet. HEX triplet: 92, 0D and B3. RGB value is (146,13,179). Sum of RGB (Red+Green+Blue) = 146+13+179=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #920DB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DB3 is #6DF24C. Grayscale: #474747. Windows color (decimal): -7205453 or 11734418. OLE color: 11734418.
HSL color Cylindrical-coordinate representation of color #920DB3: hue angle of 288.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920DB3 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 13 | 179 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.30 |
| HSL | 288.07º | 0.86% | 0.38% | - |
| HSV(B) | 288.07º | 0.93% | 0.7% | - |
| XYZ | 20.13 | 9.65 | 43.45 | - |
| YUV | 71.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 179 | 0.18 | 0.93 | 0 | 0.30 | 288.07 | 0.86 | 0.38 |
| Hex | 92 | D | B3 | 12 | 5D | 0 | 1E | 120 | 56 | 26 |
| Octal | 222 | 15 | 263 | 22 | 135 | 0 | 36 | 440 | 126 | 46 |
| Binary | 10010010 | 1101 | 10110011 | 10010 | 1011101 | 0 | 11110 | 100100000 | 1010110 | 100110 |
Color Harmonies of #920DB3
Complementary color
Monochromatic Colors of #920DB3
Black with #920DB3
Text Example
Text Example
White with #920DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DB3; }
p { color: rgb(146,13,179); }
H1.HeaderClassName
{
color: #920DB3;
}
.AnyTagClassName
{
color: #920DB3;
}
</style>
background-color css
<style>
a { background-color: #920DB3; }
a { background-color: rgb(146,13,179); }
div.DivClassName
{
background-color: #920DB3;
}
.BgClassName
{
background-color: #920DB3;
}
</style>
border-color css
<style>
span { border-color: #920DB3; }
span { border-color: rgb(146,13,179); }
td.TdClassName
{
border-color: #920DB3;
}
.TagClassName
{
border-color: #920DB3;
}
</style>