Shades of Dark Violet #980DD3
Tints of Dark Violet #980DD3
RGB
CMYK
RGB Variations
Color information
#980DD3 (or 0x980DD3) is known color: Dark Violet. HEX triplet: 98, 0D and D3. RGB value is (152,13,211). Sum of RGB (Red+Green+Blue) = 152+13+211=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #980DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DD3 is #67F22C. Grayscale: #4C4C4C. Windows color (decimal): -6812205 or 13831576. OLE color: 13831576.
HSL color Cylindrical-coordinate representation of color #980DD3: hue angle of 282.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980DD3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 13 | 211 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.17 |
| HSL | 282.12º | 0.88% | 0.44% | - |
| HSV(B) | 282.12º | 0.94% | 0.83% | - |
| XYZ | 24.85 | 11.67 | 62.57 | - |
| YUV | 77.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 211 | 0.28 | 0.94 | 0 | 0.17 | 282.12 | 0.88 | 0.44 |
| Hex | 98 | D | D3 | 1C | 5E | 0 | 11 | 11A | 58 | 2C |
| Octal | 230 | 15 | 323 | 34 | 136 | 0 | 21 | 432 | 130 | 54 |
| Binary | 10011000 | 1101 | 11010011 | 11100 | 1011110 | 0 | 10001 | 100011010 | 1011000 | 101100 |
Color Harmonies of #980DD3
Complementary color
Monochromatic Colors of #980DD3
Black with #980DD3
Text Example
Text Example
White with #980DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DD3; }
p { color: rgb(152,13,211); }
H1.HeaderClassName
{
color: #980DD3;
}
.AnyTagClassName
{
color: #980DD3;
}
</style>
background-color css
<style>
a { background-color: #980DD3; }
a { background-color: rgb(152,13,211); }
div.DivClassName
{
background-color: #980DD3;
}
.BgClassName
{
background-color: #980DD3;
}
</style>
border-color css
<style>
span { border-color: #980DD3; }
span { border-color: rgb(152,13,211); }
td.TdClassName
{
border-color: #980DD3;
}
.TagClassName
{
border-color: #980DD3;
}
</style>