Shades of Dark Violet #980EDE
Tints of Dark Violet #980EDE
RGB
CMYK
RGB Variations
Color information
#980EDE (or 0x980EDE) is known color: Dark Violet. HEX triplet: 98, 0E and DE. RGB value is (152,14,222). Sum of RGB (Red+Green+Blue) = 152+14+222=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #980EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EDE is #67F121. Grayscale: #4E4E4E. Windows color (decimal): -6811938 or 14552728. OLE color: 14552728.
HSL color Cylindrical-coordinate representation of color #980EDE: hue angle of 279.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EDE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 14 | 222 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.81º | 0.88% | 0.46% | - |
| HSV(B) | 279.81º | 0.94% | 0.87% | - |
| XYZ | 26.29 | 12.26 | 70.09 | - |
| YUV | 78.97 | 208.72 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 222 | 0.32 | 0.94 | 0 | 0.13 | 279.81 | 0.88 | 0.46 |
| Hex | 98 | E | DE | 20 | 5E | 0 | D | 118 | 58 | 2E |
| Octal | 230 | 16 | 336 | 40 | 136 | 0 | 15 | 430 | 130 | 56 |
| Binary | 10011000 | 1110 | 11011110 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011000 | 101110 |
Color Harmonies of #980EDE
Complementary color
Monochromatic Colors of #980EDE
Black with #980EDE
Text Example
Text Example
White with #980EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EDE; }
p { color: rgb(152,14,222); }
H1.HeaderClassName
{
color: #980EDE;
}
.AnyTagClassName
{
color: #980EDE;
}
</style>
background-color css
<style>
a { background-color: #980EDE; }
a { background-color: rgb(152,14,222); }
div.DivClassName
{
background-color: #980EDE;
}
.BgClassName
{
background-color: #980EDE;
}
</style>
border-color css
<style>
span { border-color: #980EDE; }
span { border-color: rgb(152,14,222); }
td.TdClassName
{
border-color: #980EDE;
}
.TagClassName
{
border-color: #980EDE;
}
</style>