Shades of Dark Violet #920DDF
Tints of Dark Violet #920DDF
RGB
CMYK
RGB Variations
Color information
#920DDF (or 0x920DDF) is known color: Dark Violet. HEX triplet: 92, 0D and DF. RGB value is (146,13,223). Sum of RGB (Red+Green+Blue) = 146+13+223=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #920DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DDF is #6DF220. Grayscale: #4C4C4C. Windows color (decimal): -7205409 or 14618002. OLE color: 14618002.
HSL color Cylindrical-coordinate representation of color #920DDF: hue angle of 278º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DDF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 13 | 223 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.13 |
| HSL | 278º | 0.89% | 0.46% | - |
| HSV(B) | 278º | 0.94% | 0.87% | - |
| XYZ | 25.32 | 11.73 | 70.74 | - |
| YUV | 76.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 223 | 0.35 | 0.94 | 0 | 0.13 | 278 | 0.89 | 0.46 |
| Hex | 92 | D | DF | 23 | 5E | 0 | D | 116 | 59 | 2E |
| Octal | 222 | 15 | 337 | 43 | 136 | 0 | 15 | 426 | 131 | 56 |
| Binary | 10010010 | 1101 | 11011111 | 100011 | 1011110 | 0 | 1101 | 100010110 | 1011001 | 101110 |
Color Harmonies of #920DDF
Complementary color
Monochromatic Colors of #920DDF
Black with #920DDF
Text Example
Text Example
White with #920DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DDF; }
p { color: rgb(146,13,223); }
H1.HeaderClassName
{
color: #920DDF;
}
.AnyTagClassName
{
color: #920DDF;
}
</style>
background-color css
<style>
a { background-color: #920DDF; }
a { background-color: rgb(146,13,223); }
div.DivClassName
{
background-color: #920DDF;
}
.BgClassName
{
background-color: #920DDF;
}
</style>
border-color css
<style>
span { border-color: #920DDF; }
span { border-color: rgb(146,13,223); }
td.TdClassName
{
border-color: #920DDF;
}
.TagClassName
{
border-color: #920DDF;
}
</style>