Shades of Dark Violet #980DDE
Tints of Dark Violet #980DDE
RGB
CMYK
RGB Variations
Color information
#980DDE (or 0x980DDE) is known color: Dark Violet. HEX triplet: 98, 0D and DE. RGB value is (152,13,222). Sum of RGB (Red+Green+Blue) = 152+13+222=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #980DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DDE is #67F221. Grayscale: #4D4D4D. Windows color (decimal): -6812194 or 14552472. OLE color: 14552472.
HSL color Cylindrical-coordinate representation of color #980DDE: hue angle of 279.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980DDE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 13 | 222 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.9º | 0.89% | 0.46% | - |
| HSV(B) | 279.9º | 0.94% | 0.87% | - |
| XYZ | 26.28 | 12.24 | 70.08 | - |
| YUV | 78.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 222 | 0.32 | 0.94 | 0 | 0.13 | 279.9 | 0.89 | 0.46 |
| Hex | 98 | D | DE | 20 | 5E | 0 | D | 118 | 59 | 2E |
| Octal | 230 | 15 | 336 | 40 | 136 | 0 | 15 | 430 | 131 | 56 |
| Binary | 10011000 | 1101 | 11011110 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011001 | 101110 |
Color Harmonies of #980DDE
Complementary color
Monochromatic Colors of #980DDE
Black with #980DDE
Text Example
Text Example
White with #980DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DDE; }
p { color: rgb(152,13,222); }
H1.HeaderClassName
{
color: #980DDE;
}
.AnyTagClassName
{
color: #980DDE;
}
</style>
background-color css
<style>
a { background-color: #980DDE; }
a { background-color: rgb(152,13,222); }
div.DivClassName
{
background-color: #980DDE;
}
.BgClassName
{
background-color: #980DDE;
}
</style>
border-color css
<style>
span { border-color: #980DDE; }
span { border-color: rgb(152,13,222); }
td.TdClassName
{
border-color: #980DDE;
}
.TagClassName
{
border-color: #980DDE;
}
</style>