Shades of Dark Violet #980EF0
Tints of Dark Violet #980EF0
RGB
CMYK
RGB Variations
Color information
#980EF0 (or 0x980EF0) is known color: Dark Violet. HEX triplet: 98, 0E and F0. RGB value is (152,14,240). Sum of RGB (Red+Green+Blue) = 152+14+240=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #980EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EF0 is #67F10F. Grayscale: #505050. Windows color (decimal): -6811920 or 15732376. OLE color: 15732376.
HSL color Cylindrical-coordinate representation of color #980EF0: hue angle of 276.64º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EF0 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 14 | 240 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.06 |
| HSL | 276.64º | 0.89% | 0.5% | - |
| HSV(B) | 276.64º | 0.94% | 0.94% | - |
| XYZ | 28.83 | 13.28 | 83.48 | - |
| YUV | 81.03 | 217.72 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 240 | 0.37 | 0.94 | 0 | 0.06 | 276.64 | 0.89 | 0.5 |
| Hex | 98 | E | F0 | 25 | 5E | 0 | 6 | 115 | 59 | 32 |
| Octal | 230 | 16 | 360 | 45 | 136 | 0 | 6 | 425 | 131 | 62 |
| Binary | 10011000 | 1110 | 11110000 | 100101 | 1011110 | 0 | 110 | 100010101 | 1011001 | 110010 |
Color Harmonies of #980EF0
Complementary color
Monochromatic Colors of #980EF0
Black with #980EF0
Text Example
Text Example
White with #980EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EF0; }
p { color: rgb(152,14,240); }
H1.HeaderClassName
{
color: #980EF0;
}
.AnyTagClassName
{
color: #980EF0;
}
</style>
background-color css
<style>
a { background-color: #980EF0; }
a { background-color: rgb(152,14,240); }
div.DivClassName
{
background-color: #980EF0;
}
.BgClassName
{
background-color: #980EF0;
}
</style>
border-color css
<style>
span { border-color: #980EF0; }
span { border-color: rgb(152,14,240); }
td.TdClassName
{
border-color: #980EF0;
}
.TagClassName
{
border-color: #980EF0;
}
</style>