Shades of Dark Violet #980FDD
Tints of Dark Violet #980FDD
RGB
CMYK
RGB Variations
Color information
#980FDD (or 0x980FDD) is known color: Dark Violet. HEX triplet: 98, 0F and DD. RGB value is (152,15,221). Sum of RGB (Red+Green+Blue) = 152+15+221=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #980FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FDD is #67F022. Grayscale: #4E4E4E. Windows color (decimal): -6811683 or 14487448. OLE color: 14487448.
HSL color Cylindrical-coordinate representation of color #980FDD: hue angle of 279.9º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FDD is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 15 | 221 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.13 |
| HSL | 279.9º | 0.87% | 0.46% | - |
| HSV(B) | 279.9º | 0.93% | 0.87% | - |
| XYZ | 26.17 | 12.24 | 69.39 | - |
| YUV | 79.45 | 207.89 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 221 | 0.31 | 0.93 | 0 | 0.13 | 279.9 | 0.87 | 0.46 |
| Hex | 98 | F | DD | 1F | 5D | 0 | D | 118 | 57 | 2E |
| Octal | 230 | 17 | 335 | 37 | 135 | 0 | 15 | 430 | 127 | 56 |
| Binary | 10011000 | 1111 | 11011101 | 11111 | 1011101 | 0 | 1101 | 100011000 | 1010111 | 101110 |
Color Harmonies of #980FDD
Complementary color
Monochromatic Colors of #980FDD
Black with #980FDD
Text Example
Text Example
White with #980FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980FDD; }
p { color: rgb(152,15,221); }
H1.HeaderClassName
{
color: #980FDD;
}
.AnyTagClassName
{
color: #980FDD;
}
</style>
background-color css
<style>
a { background-color: #980FDD; }
a { background-color: rgb(152,15,221); }
div.DivClassName
{
background-color: #980FDD;
}
.BgClassName
{
background-color: #980FDD;
}
</style>
border-color css
<style>
span { border-color: #980FDD; }
span { border-color: rgb(152,15,221); }
td.TdClassName
{
border-color: #980FDD;
}
.TagClassName
{
border-color: #980FDD;
}
</style>