Shades of Dark Violet #920CDF
Tints of Dark Violet #920CDF
RGB
CMYK
RGB Variations
Color information
#920CDF (or 0x920CDF) is known color: Dark Violet. HEX triplet: 92, 0C and DF. RGB value is (146,12,223). Sum of RGB (Red+Green+Blue) = 146+12+223=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #920CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CDF is #6DF320. Grayscale: #4B4B4B. Windows color (decimal): -7205665 or 14617746. OLE color: 14617746.
HSL color Cylindrical-coordinate representation of color #920CDF: hue angle of 278.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920CDF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 12 | 223 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.13 |
| HSL | 278.1º | 0.9% | 0.46% | - |
| HSV(B) | 278.1º | 0.95% | 0.87% | - |
| XYZ | 25.3 | 11.7 | 70.74 | - |
| YUV | 76.12 | 210.89 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 223 | 0.35 | 0.95 | 0 | 0.13 | 278.1 | 0.9 | 0.46 |
| Hex | 92 | C | DF | 23 | 5F | 0 | D | 116 | 5A | 2E |
| Octal | 222 | 14 | 337 | 43 | 137 | 0 | 15 | 426 | 132 | 56 |
| Binary | 10010010 | 1100 | 11011111 | 100011 | 1011111 | 0 | 1101 | 100010110 | 1011010 | 101110 |
Color Harmonies of #920CDF
Complementary color
Monochromatic Colors of #920CDF
Black with #920CDF
Text Example
Text Example
White with #920CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CDF; }
p { color: rgb(146,12,223); }
H1.HeaderClassName
{
color: #920CDF;
}
.AnyTagClassName
{
color: #920CDF;
}
</style>
background-color css
<style>
a { background-color: #920CDF; }
a { background-color: rgb(146,12,223); }
div.DivClassName
{
background-color: #920CDF;
}
.BgClassName
{
background-color: #920CDF;
}
</style>
border-color css
<style>
span { border-color: #920CDF; }
span { border-color: rgb(146,12,223); }
td.TdClassName
{
border-color: #920CDF;
}
.TagClassName
{
border-color: #920CDF;
}
</style>