Shades of Dark Violet #980BDB
Tints of Dark Violet #980BDB
RGB
CMYK
RGB Variations
Color information
#980BDB (or 0x980BDB) is known color: Dark Violet. HEX triplet: 98, 0B and DB. RGB value is (152,11,219). Sum of RGB (Red+Green+Blue) = 152+11+219=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #980BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDB is #67F424. Grayscale: #4C4C4C. Windows color (decimal): -6812709 or 14355352. OLE color: 14355352.
HSL color Cylindrical-coordinate representation of color #980BDB: hue angle of 280.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 11 | 219 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.14 |
| HSL | 280.67º | 0.9% | 0.45% | - |
| HSV(B) | 280.67º | 0.95% | 0.86% | - |
| XYZ | 25.85 | 12.03 | 67.98 | - |
| YUV | 76.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 219 | 0.31 | 0.95 | 0 | 0.14 | 280.67 | 0.9 | 0.45 |
| Hex | 98 | B | DB | 1F | 5F | 0 | E | 119 | 5A | 2D |
| Octal | 230 | 13 | 333 | 37 | 137 | 0 | 16 | 431 | 132 | 55 |
| Binary | 10011000 | 1011 | 11011011 | 11111 | 1011111 | 0 | 1110 | 100011001 | 1011010 | 101101 |
Color Harmonies of #980BDB
Complementary color
Monochromatic Colors of #980BDB
Black with #980BDB
Text Example
Text Example
White with #980BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BDB; }
p { color: rgb(152,11,219); }
H1.HeaderClassName
{
color: #980BDB;
}
.AnyTagClassName
{
color: #980BDB;
}
</style>
background-color css
<style>
a { background-color: #980BDB; }
a { background-color: rgb(152,11,219); }
div.DivClassName
{
background-color: #980BDB;
}
.BgClassName
{
background-color: #980BDB;
}
</style>
border-color css
<style>
span { border-color: #980BDB; }
span { border-color: rgb(152,11,219); }
td.TdClassName
{
border-color: #980BDB;
}
.TagClassName
{
border-color: #980BDB;
}
</style>