Shades of Dark Violet #980FDC
Tints of Dark Violet #980FDC
RGB
CMYK
RGB Variations
Color information
#980FDC (or 0x980FDC) is known color: Dark Violet. HEX triplet: 98, 0F and DC. RGB value is (152,15,220). Sum of RGB (Red+Green+Blue) = 152+15+220=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #980FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FDC is #67F023. Grayscale: #4E4E4E. Windows color (decimal): -6811684 or 14421912. OLE color: 14421912.
HSL color Cylindrical-coordinate representation of color #980FDC: hue angle of 280.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FDC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 15 | 220 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.14 |
| HSL | 280.1º | 0.87% | 0.46% | - |
| HSV(B) | 280.1º | 0.93% | 0.86% | - |
| XYZ | 26.04 | 12.18 | 68.69 | - |
| YUV | 79.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 220 | 0.31 | 0.93 | 0 | 0.14 | 280.1 | 0.87 | 0.46 |
| Hex | 98 | F | DC | 1F | 5D | 0 | E | 118 | 57 | 2E |
| Octal | 230 | 17 | 334 | 37 | 135 | 0 | 16 | 430 | 127 | 56 |
| Binary | 10011000 | 1111 | 11011100 | 11111 | 1011101 | 0 | 1110 | 100011000 | 1010111 | 101110 |
Color Harmonies of #980FDC
Complementary color
Monochromatic Colors of #980FDC
Black with #980FDC
Text Example
Text Example
White with #980FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FDC; }
p { color: rgb(152,15,220); }
H1.HeaderClassName
{
color: #980FDC;
}
.AnyTagClassName
{
color: #980FDC;
}
</style>
background-color css
<style>
a { background-color: #980FDC; }
a { background-color: rgb(152,15,220); }
div.DivClassName
{
background-color: #980FDC;
}
.BgClassName
{
background-color: #980FDC;
}
</style>
border-color css
<style>
span { border-color: #980FDC; }
span { border-color: rgb(152,15,220); }
td.TdClassName
{
border-color: #980FDC;
}
.TagClassName
{
border-color: #980FDC;
}
</style>