Shades of Dark Violet #980DB6
Tints of Dark Violet #980DB6
RGB
CMYK
RGB Variations
Color information
#980DB6 (or 0x980DB6) is known color: Dark Violet. HEX triplet: 98, 0D and B6. RGB value is (152,13,182). Sum of RGB (Red+Green+Blue) = 152+13+182=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #980DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DB6 is #67F249. Grayscale: #494949. Windows color (decimal): -6812234 or 11931032. OLE color: 11931032.
HSL color Cylindrical-coordinate representation of color #980DB6: hue angle of 289.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980DB6 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 13 | 182 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.29 |
| HSL | 289.35º | 0.87% | 0.38% | - |
| HSV(B) | 289.35º | 0.93% | 0.71% | - |
| XYZ | 21.54 | 10.34 | 45.12 | - |
| YUV | 73.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 182 | 0.16 | 0.93 | 0 | 0.29 | 289.35 | 0.87 | 0.38 |
| Hex | 98 | D | B6 | 10 | 5D | 0 | 1D | 121 | 57 | 26 |
| Octal | 230 | 15 | 266 | 20 | 135 | 0 | 35 | 441 | 127 | 46 |
| Binary | 10011000 | 1101 | 10110110 | 10000 | 1011101 | 0 | 11101 | 100100001 | 1010111 | 100110 |
Color Harmonies of #980DB6
Complementary color
Monochromatic Colors of #980DB6
Black with #980DB6
Text Example
Text Example
White with #980DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980DB6; }
p { color: rgb(152,13,182); }
H1.HeaderClassName
{
color: #980DB6;
}
.AnyTagClassName
{
color: #980DB6;
}
</style>
background-color css
<style>
a { background-color: #980DB6; }
a { background-color: rgb(152,13,182); }
div.DivClassName
{
background-color: #980DB6;
}
.BgClassName
{
background-color: #980DB6;
}
</style>
border-color css
<style>
span { border-color: #980DB6; }
span { border-color: rgb(152,13,182); }
td.TdClassName
{
border-color: #980DB6;
}
.TagClassName
{
border-color: #980DB6;
}
</style>