Shades of Dark Violet #980EDB
Tints of Dark Violet #980EDB
RGB
CMYK
RGB Variations
Color information
#980EDB (or 0x980EDB) is known color: Dark Violet. HEX triplet: 98, 0E and DB. RGB value is (152,14,219). Sum of RGB (Red+Green+Blue) = 152+14+219=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #980EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EDB is #67F124. Grayscale: #4D4D4D. Windows color (decimal): -6811941 or 14356120. OLE color: 14356120.
HSL color Cylindrical-coordinate representation of color #980EDB: hue angle of 280.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EDB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 14 | 219 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.14 |
| HSL | 280.39º | 0.88% | 0.46% | - |
| HSV(B) | 280.39º | 0.94% | 0.86% | - |
| XYZ | 25.89 | 12.1 | 67.99 | - |
| YUV | 78.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 219 | 0.31 | 0.94 | 0 | 0.14 | 280.39 | 0.88 | 0.46 |
| Hex | 98 | E | DB | 1F | 5E | 0 | E | 118 | 58 | 2E |
| Octal | 230 | 16 | 333 | 37 | 136 | 0 | 16 | 430 | 130 | 56 |
| Binary | 10011000 | 1110 | 11011011 | 11111 | 1011110 | 0 | 1110 | 100011000 | 1011000 | 101110 |
Color Harmonies of #980EDB
Complementary color
Monochromatic Colors of #980EDB
Black with #980EDB
Text Example
Text Example
White with #980EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980EDB; }
p { color: rgb(152,14,219); }
H1.HeaderClassName
{
color: #980EDB;
}
.AnyTagClassName
{
color: #980EDB;
}
</style>
background-color css
<style>
a { background-color: #980EDB; }
a { background-color: rgb(152,14,219); }
div.DivClassName
{
background-color: #980EDB;
}
.BgClassName
{
background-color: #980EDB;
}
</style>
border-color css
<style>
span { border-color: #980EDB; }
span { border-color: rgb(152,14,219); }
td.TdClassName
{
border-color: #980EDB;
}
.TagClassName
{
border-color: #980EDB;
}
</style>