Shades of Dark Violet #920DB6
Tints of Dark Violet #920DB6
RGB
CMYK
RGB Variations
Color information
#920DB6 (or 0x920DB6) is known color: Dark Violet. HEX triplet: 92, 0D and B6. RGB value is (146,13,182). Sum of RGB (Red+Green+Blue) = 146+13+182=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #920DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DB6 is #6DF249. Grayscale: #474747. Windows color (decimal): -7205450 or 11931026. OLE color: 11931026.
HSL color Cylindrical-coordinate representation of color #920DB6: hue angle of 287.22º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920DB6 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 13 | 182 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.29 |
| HSL | 287.22º | 0.87% | 0.38% | - |
| HSV(B) | 287.22º | 0.93% | 0.71% | - |
| XYZ | 20.44 | 9.78 | 45.07 | - |
| YUV | 72.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 182 | 0.20 | 0.93 | 0 | 0.29 | 287.22 | 0.87 | 0.38 |
| Hex | 92 | D | B6 | 14 | 5D | 0 | 1D | 11F | 57 | 26 |
| Octal | 222 | 15 | 266 | 24 | 135 | 0 | 35 | 437 | 127 | 46 |
| Binary | 10010010 | 1101 | 10110110 | 10100 | 1011101 | 0 | 11101 | 100011111 | 1010111 | 100110 |
Color Harmonies of #920DB6
Complementary color
Monochromatic Colors of #920DB6
Black with #920DB6
Text Example
Text Example
White with #920DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DB6; }
p { color: rgb(146,13,182); }
H1.HeaderClassName
{
color: #920DB6;
}
.AnyTagClassName
{
color: #920DB6;
}
</style>
background-color css
<style>
a { background-color: #920DB6; }
a { background-color: rgb(146,13,182); }
div.DivClassName
{
background-color: #920DB6;
}
.BgClassName
{
background-color: #920DB6;
}
</style>
border-color css
<style>
span { border-color: #920DB6; }
span { border-color: rgb(146,13,182); }
td.TdClassName
{
border-color: #920DB6;
}
.TagClassName
{
border-color: #920DB6;
}
</style>