Shades of Dark Violet #980DDF
Tints of Dark Violet #980DDF
RGB
CMYK
RGB Variations
Color information
#980DDF (or 0x980DDF) is known color: Dark Violet. HEX triplet: 98, 0D and DF. RGB value is (152,13,223). Sum of RGB (Red+Green+Blue) = 152+13+223=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #980DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DDF is #67F220. Grayscale: #4D4D4D. Windows color (decimal): -6812193 or 14618008. OLE color: 14618008.
HSL color Cylindrical-coordinate representation of color #980DDF: hue angle of 279.71º 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 #980DDF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 13 | 223 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.71º | 0.89% | 0.46% | - |
| HSV(B) | 279.71º | 0.94% | 0.87% | - |
| XYZ | 26.41 | 12.29 | 70.79 | - |
| YUV | 78.5 | 209.55 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 223 | 0.32 | 0.94 | 0 | 0.13 | 279.71 | 0.89 | 0.46 |
| Hex | 98 | D | DF | 20 | 5E | 0 | D | 118 | 59 | 2E |
| Octal | 230 | 15 | 337 | 40 | 136 | 0 | 15 | 430 | 131 | 56 |
| Binary | 10011000 | 1101 | 11011111 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011001 | 101110 |
Color Harmonies of #980DDF
Complementary color
Monochromatic Colors of #980DDF
Black with #980DDF
Text Example
Text Example
White with #980DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DDF; }
p { color: rgb(152,13,223); }
H1.HeaderClassName
{
color: #980DDF;
}
.AnyTagClassName
{
color: #980DDF;
}
</style>
background-color css
<style>
a { background-color: #980DDF; }
a { background-color: rgb(152,13,223); }
div.DivClassName
{
background-color: #980DDF;
}
.BgClassName
{
background-color: #980DDF;
}
</style>
border-color css
<style>
span { border-color: #980DDF; }
span { border-color: rgb(152,13,223); }
td.TdClassName
{
border-color: #980DDF;
}
.TagClassName
{
border-color: #980DDF;
}
</style>