Shades of Dark Violet #980ED8
Tints of Dark Violet #980ED8
RGB
CMYK
RGB Variations
Color information
#980ED8 (or 0x980ED8) is known color: Dark Violet. HEX triplet: 98, 0E and D8. RGB value is (152,14,216). Sum of RGB (Red+Green+Blue) = 152+14+216=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #980ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ED8 is #67F127. Grayscale: #4D4D4D. Windows color (decimal): -6811944 or 14159512. OLE color: 14159512.
HSL color Cylindrical-coordinate representation of color #980ED8: hue angle of 280.99º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980ED8 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 14 | 216 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.15 |
| HSL | 280.99º | 0.88% | 0.45% | - |
| HSV(B) | 280.99º | 0.94% | 0.85% | - |
| XYZ | 25.5 | 11.95 | 65.93 | - |
| YUV | 78.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 216 | 0.30 | 0.94 | 0 | 0.15 | 280.99 | 0.88 | 0.45 |
| Hex | 98 | E | D8 | 1E | 5E | 0 | F | 119 | 58 | 2D |
| Octal | 230 | 16 | 330 | 36 | 136 | 0 | 17 | 431 | 130 | 55 |
| Binary | 10011000 | 1110 | 11011000 | 11110 | 1011110 | 0 | 1111 | 100011001 | 1011000 | 101101 |
Color Harmonies of #980ED8
Complementary color
Monochromatic Colors of #980ED8
Black with #980ED8
Text Example
Text Example
White with #980ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980ED8; }
p { color: rgb(152,14,216); }
H1.HeaderClassName
{
color: #980ED8;
}
.AnyTagClassName
{
color: #980ED8;
}
</style>
background-color css
<style>
a { background-color: #980ED8; }
a { background-color: rgb(152,14,216); }
div.DivClassName
{
background-color: #980ED8;
}
.BgClassName
{
background-color: #980ED8;
}
</style>
border-color css
<style>
span { border-color: #980ED8; }
span { border-color: rgb(152,14,216); }
td.TdClassName
{
border-color: #980ED8;
}
.TagClassName
{
border-color: #980ED8;
}
</style>