Shades of Dark Violet #980EDC
Tints of Dark Violet #980EDC
RGB
CMYK
RGB Variations
Color information
#980EDC (or 0x980EDC) is known color: Dark Violet. HEX triplet: 98, 0E and DC. RGB value is (152,14,220). Sum of RGB (Red+Green+Blue) = 152+14+220=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #980EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EDC is #67F123. Grayscale: #4E4E4E. Windows color (decimal): -6811940 or 14421656. OLE color: 14421656.
HSL color Cylindrical-coordinate representation of color #980EDC: hue angle of 280.19º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EDC is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 14 | 220 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.14 |
| HSL | 280.19º | 0.88% | 0.46% | - |
| HSV(B) | 280.19º | 0.94% | 0.86% | - |
| XYZ | 26.02 | 12.16 | 68.69 | - |
| YUV | 78.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 220 | 0.31 | 0.94 | 0 | 0.14 | 280.19 | 0.88 | 0.46 |
| Hex | 98 | E | DC | 1F | 5E | 0 | E | 118 | 58 | 2E |
| Octal | 230 | 16 | 334 | 37 | 136 | 0 | 16 | 430 | 130 | 56 |
| Binary | 10011000 | 1110 | 11011100 | 11111 | 1011110 | 0 | 1110 | 100011000 | 1011000 | 101110 |
Color Harmonies of #980EDC
Complementary color
Monochromatic Colors of #980EDC
Black with #980EDC
Text Example
Text Example
White with #980EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EDC; }
p { color: rgb(152,14,220); }
H1.HeaderClassName
{
color: #980EDC;
}
.AnyTagClassName
{
color: #980EDC;
}
</style>
background-color css
<style>
a { background-color: #980EDC; }
a { background-color: rgb(152,14,220); }
div.DivClassName
{
background-color: #980EDC;
}
.BgClassName
{
background-color: #980EDC;
}
</style>
border-color css
<style>
span { border-color: #980EDC; }
span { border-color: rgb(152,14,220); }
td.TdClassName
{
border-color: #980EDC;
}
.TagClassName
{
border-color: #980EDC;
}
</style>