Shades of Dark Violet #980CDD
Tints of Dark Violet #980CDD
RGB
CMYK
RGB Variations
Color information
#980CDD (or 0x980CDD) is known color: Dark Violet. HEX triplet: 98, 0C and DD. RGB value is (152,12,221). Sum of RGB (Red+Green+Blue) = 152+12+221=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #980CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CDD is #67F322. Grayscale: #4C4C4C. Windows color (decimal): -6812451 or 14486680. OLE color: 14486680.
HSL color Cylindrical-coordinate representation of color #980CDD: hue angle of 280.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CDD is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 12 | 221 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.13 |
| HSL | 280.19º | 0.9% | 0.46% | - |
| HSV(B) | 280.19º | 0.95% | 0.87% | - |
| XYZ | 26.13 | 12.16 | 69.38 | - |
| YUV | 77.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 221 | 0.31 | 0.95 | 0 | 0.13 | 280.19 | 0.9 | 0.46 |
| Hex | 98 | C | DD | 1F | 5F | 0 | D | 118 | 5A | 2E |
| Octal | 230 | 14 | 335 | 37 | 137 | 0 | 15 | 430 | 132 | 56 |
| Binary | 10011000 | 1100 | 11011101 | 11111 | 1011111 | 0 | 1101 | 100011000 | 1011010 | 101110 |
Color Harmonies of #980CDD
Complementary color
Monochromatic Colors of #980CDD
Black with #980CDD
Text Example
Text Example
White with #980CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980CDD; }
p { color: rgb(152,12,221); }
H1.HeaderClassName
{
color: #980CDD;
}
.AnyTagClassName
{
color: #980CDD;
}
</style>
background-color css
<style>
a { background-color: #980CDD; }
a { background-color: rgb(152,12,221); }
div.DivClassName
{
background-color: #980CDD;
}
.BgClassName
{
background-color: #980CDD;
}
</style>
border-color css
<style>
span { border-color: #980CDD; }
span { border-color: rgb(152,12,221); }
td.TdClassName
{
border-color: #980CDD;
}
.TagClassName
{
border-color: #980CDD;
}
</style>