Shades of Dark Violet #920DC1
Tints of Dark Violet #920DC1
RGB
CMYK
RGB Variations
Color information
#920DC1 (or 0x920DC1) is known color: Dark Violet. HEX triplet: 92, 0D and C1. RGB value is (146,13,193). Sum of RGB (Red+Green+Blue) = 146+13+193=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #920DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920DC1 is #6DF23E. Grayscale: #484848. Windows color (decimal): -7205439 or 12651922. OLE color: 12651922.
HSL color Cylindrical-coordinate representation of color #920DC1: hue angle of 284.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920DC1 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 13 | 193 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.24 |
| HSL | 284.33º | 0.87% | 0.4% | - |
| HSV(B) | 284.33º | 0.93% | 0.76% | - |
| XYZ | 21.62 | 10.25 | 51.29 | - |
| YUV | 73.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 193 | 0.24 | 0.93 | 0 | 0.24 | 284.33 | 0.87 | 0.4 |
| Hex | 92 | D | C1 | 18 | 5D | 0 | 18 | 11C | 57 | 28 |
| Octal | 222 | 15 | 301 | 30 | 135 | 0 | 30 | 434 | 127 | 50 |
| Binary | 10010010 | 1101 | 11000001 | 11000 | 1011101 | 0 | 11000 | 100011100 | 1010111 | 101000 |
Color Harmonies of #920DC1
Complementary color
Monochromatic Colors of #920DC1
Black with #920DC1
Text Example
Text Example
White with #920DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920DC1; }
p { color: rgb(146,13,193); }
H1.HeaderClassName
{
color: #920DC1;
}
.AnyTagClassName
{
color: #920DC1;
}
</style>
background-color css
<style>
a { background-color: #920DC1; }
a { background-color: rgb(146,13,193); }
div.DivClassName
{
background-color: #920DC1;
}
.BgClassName
{
background-color: #920DC1;
}
</style>
border-color css
<style>
span { border-color: #920DC1; }
span { border-color: rgb(146,13,193); }
td.TdClassName
{
border-color: #920DC1;
}
.TagClassName
{
border-color: #920DC1;
}
</style>