Shades of Dark Purple #980E7C
Tints of Dark Purple #980E7C
RGB
CMYK
RGB Variations
Color information
#980E7C (or 0x980E7C) is known color: Dark Purple. HEX triplet: 98, 0E and 7C. RGB value is (152,14,124). Sum of RGB (Red+Green+Blue) = 152+14+124=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980E7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E7C is #67F183. Grayscale: #434343. Windows color (decimal): -6812036 or 8130200. OLE color: 8130200.
HSL color Cylindrical-coordinate representation of color #980E7C: hue angle of 312.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E7C is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 124 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.40 |
| HSL | 312.17º | 0.83% | 0.33% | - |
| HSV(B) | 312.17º | 0.91% | 0.6% | - |
| XYZ | 16.74 | 8.44 | 19.82 | - |
| YUV | 67.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 124 | 0 | 0.91 | 0.18 | 0.40 | 312.17 | 0.83 | 0.33 |
| Hex | 98 | E | 7C | 0 | 5B | 12 | 28 | 138 | 53 | 21 |
| Octal | 230 | 16 | 174 | 0 | 133 | 22 | 50 | 470 | 123 | 41 |
| Binary | 10011000 | 1110 | 1111100 | 0 | 1011011 | 10010 | 101000 | 100111000 | 1010011 | 100001 |
Color Harmonies of #980E7C
Complementary color
Monochromatic Colors of #980E7C
Black with #980E7C
Text Example
Text Example
White with #980E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E7C; }
p { color: rgb(152,14,124); }
H1.HeaderClassName
{
color: #980E7C;
}
.AnyTagClassName
{
color: #980E7C;
}
</style>
background-color css
<style>
a { background-color: #980E7C; }
a { background-color: rgb(152,14,124); }
div.DivClassName
{
background-color: #980E7C;
}
.BgClassName
{
background-color: #980E7C;
}
</style>
border-color css
<style>
span { border-color: #980E7C; }
span { border-color: rgb(152,14,124); }
td.TdClassName
{
border-color: #980E7C;
}
.TagClassName
{
border-color: #980E7C;
}
</style>