Shades of Dark Violet #980EDF
Tints of Dark Violet #980EDF
RGB
CMYK
RGB Variations
Color information
#980EDF (or 0x980EDF) is known color: Dark Violet. HEX triplet: 98, 0E and DF. RGB value is (152,14,223). Sum of RGB (Red+Green+Blue) = 152+14+223=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #980EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EDF is #67F120. Grayscale: #4E4E4E. Windows color (decimal): -6811937 or 14618264. OLE color: 14618264.
HSL color Cylindrical-coordinate representation of color #980EDF: hue angle of 279.62º 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 #980EDF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 14 | 223 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.62º | 0.88% | 0.46% | - |
| HSV(B) | 279.62º | 0.94% | 0.87% | - |
| XYZ | 26.43 | 12.32 | 70.8 | - |
| YUV | 79.09 | 209.22 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 223 | 0.32 | 0.94 | 0 | 0.13 | 279.62 | 0.88 | 0.46 |
| Hex | 98 | E | DF | 20 | 5E | 0 | D | 118 | 58 | 2E |
| Octal | 230 | 16 | 337 | 40 | 136 | 0 | 15 | 430 | 130 | 56 |
| Binary | 10011000 | 1110 | 11011111 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011000 | 101110 |
Color Harmonies of #980EDF
Complementary color
Monochromatic Colors of #980EDF
Black with #980EDF
Text Example
Text Example
White with #980EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EDF; }
p { color: rgb(152,14,223); }
H1.HeaderClassName
{
color: #980EDF;
}
.AnyTagClassName
{
color: #980EDF;
}
</style>
background-color css
<style>
a { background-color: #980EDF; }
a { background-color: rgb(152,14,223); }
div.DivClassName
{
background-color: #980EDF;
}
.BgClassName
{
background-color: #980EDF;
}
</style>
border-color css
<style>
span { border-color: #980EDF; }
span { border-color: rgb(152,14,223); }
td.TdClassName
{
border-color: #980EDF;
}
.TagClassName
{
border-color: #980EDF;
}
</style>