Shades of Dark Violet #980BDA
Tints of Dark Violet #980BDA
RGB
CMYK
RGB Variations
Color information
#980BDA (or 0x980BDA) is known color: Dark Violet. HEX triplet: 98, 0B and DA. RGB value is (152,11,218). Sum of RGB (Red+Green+Blue) = 152+11+218=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #980BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BDA is #67F425. Grayscale: #4C4C4C. Windows color (decimal): -6812710 or 14289816. OLE color: 14289816.
HSL color Cylindrical-coordinate representation of color #980BDA: hue angle of 280.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BDA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 11 | 218 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.15 |
| HSL | 280.87º | 0.9% | 0.45% | - |
| HSV(B) | 280.87º | 0.95% | 0.85% | - |
| XYZ | 25.72 | 11.98 | 67.29 | - |
| YUV | 76.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 218 | 0.30 | 0.95 | 0 | 0.15 | 280.87 | 0.9 | 0.45 |
| Hex | 98 | B | DA | 1E | 5F | 0 | F | 119 | 5A | 2D |
| Octal | 230 | 13 | 332 | 36 | 137 | 0 | 17 | 431 | 132 | 55 |
| Binary | 10011000 | 1011 | 11011010 | 11110 | 1011111 | 0 | 1111 | 100011001 | 1011010 | 101101 |
Color Harmonies of #980BDA
Complementary color
Monochromatic Colors of #980BDA
Black with #980BDA
Text Example
Text Example
White with #980BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980BDA; }
p { color: rgb(152,11,218); }
H1.HeaderClassName
{
color: #980BDA;
}
.AnyTagClassName
{
color: #980BDA;
}
</style>
background-color css
<style>
a { background-color: #980BDA; }
a { background-color: rgb(152,11,218); }
div.DivClassName
{
background-color: #980BDA;
}
.BgClassName
{
background-color: #980BDA;
}
</style>
border-color css
<style>
span { border-color: #980BDA; }
span { border-color: rgb(152,11,218); }
td.TdClassName
{
border-color: #980BDA;
}
.TagClassName
{
border-color: #980BDA;
}
</style>