Shades of Dark Violet #980ED1
Tints of Dark Violet #980ED1
RGB
CMYK
RGB Variations
Color information
#980ED1 (or 0x980ED1) is known color: Dark Violet. HEX triplet: 98, 0E and D1. RGB value is (152,14,209). Sum of RGB (Red+Green+Blue) = 152+14+209=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #980ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ED1 is #67F12E. Grayscale: #4C4C4C. Windows color (decimal): -6811951 or 13700760. OLE color: 13700760.
HSL color Cylindrical-coordinate representation of color #980ED1: hue angle of 282.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980ED1 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 14 | 209 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.18 |
| HSL | 282.46º | 0.87% | 0.44% | - |
| HSV(B) | 282.46º | 0.93% | 0.82% | - |
| XYZ | 24.61 | 11.59 | 61.26 | - |
| YUV | 77.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 209 | 0.27 | 0.93 | 0 | 0.18 | 282.46 | 0.87 | 0.44 |
| Hex | 98 | E | D1 | 1B | 5D | 0 | 12 | 11A | 57 | 2C |
| Octal | 230 | 16 | 321 | 33 | 135 | 0 | 22 | 432 | 127 | 54 |
| Binary | 10011000 | 1110 | 11010001 | 11011 | 1011101 | 0 | 10010 | 100011010 | 1010111 | 101100 |
Color Harmonies of #980ED1
Complementary color
Monochromatic Colors of #980ED1
Black with #980ED1
Text Example
Text Example
White with #980ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980ED1; }
p { color: rgb(152,14,209); }
H1.HeaderClassName
{
color: #980ED1;
}
.AnyTagClassName
{
color: #980ED1;
}
</style>
background-color css
<style>
a { background-color: #980ED1; }
a { background-color: rgb(152,14,209); }
div.DivClassName
{
background-color: #980ED1;
}
.BgClassName
{
background-color: #980ED1;
}
</style>
border-color css
<style>
span { border-color: #980ED1; }
span { border-color: rgb(152,14,209); }
td.TdClassName
{
border-color: #980ED1;
}
.TagClassName
{
border-color: #980ED1;
}
</style>