Shades of Dark Violet #980EEA
Tints of Dark Violet #980EEA
RGB
CMYK
RGB Variations
Color information
#980EEA (or 0x980EEA) is known color: Dark Violet. HEX triplet: 98, 0E and EA. RGB value is (152,14,234). Sum of RGB (Red+Green+Blue) = 152+14+234=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #980EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EEA is #67F115. Grayscale: #4F4F4F. Windows color (decimal): -6811926 or 15339160. OLE color: 15339160.
HSL color Cylindrical-coordinate representation of color #980EEA: hue angle of 277.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EEA is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 14 | 234 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.08 |
| HSL | 277.64º | 0.89% | 0.49% | - |
| HSV(B) | 277.64º | 0.94% | 0.92% | - |
| XYZ | 27.96 | 12.93 | 78.86 | - |
| YUV | 80.34 | 214.72 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 234 | 0.35 | 0.94 | 0 | 0.08 | 277.64 | 0.89 | 0.49 |
| Hex | 98 | E | EA | 23 | 5E | 0 | 8 | 116 | 59 | 31 |
| Octal | 230 | 16 | 352 | 43 | 136 | 0 | 10 | 426 | 131 | 61 |
| Binary | 10011000 | 1110 | 11101010 | 100011 | 1011110 | 0 | 1000 | 100010110 | 1011001 | 110001 |
Color Harmonies of #980EEA
Complementary color
Monochromatic Colors of #980EEA
Black with #980EEA
Text Example
Text Example
White with #980EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EEA; }
p { color: rgb(152,14,234); }
H1.HeaderClassName
{
color: #980EEA;
}
.AnyTagClassName
{
color: #980EEA;
}
</style>
background-color css
<style>
a { background-color: #980EEA; }
a { background-color: rgb(152,14,234); }
div.DivClassName
{
background-color: #980EEA;
}
.BgClassName
{
background-color: #980EEA;
}
</style>
border-color css
<style>
span { border-color: #980EEA; }
span { border-color: rgb(152,14,234); }
td.TdClassName
{
border-color: #980EEA;
}
.TagClassName
{
border-color: #980EEA;
}
</style>