Shades of Dark Purple #980E7A
Tints of Dark Purple #980E7A
RGB
CMYK
RGB Variations
Color information
#980E7A (or 0x980E7A) is known color: Dark Purple. HEX triplet: 98, 0E and 7A. RGB value is (152,14,122). Sum of RGB (Red+Green+Blue) = 152+14+122=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E7A is #67F185. Grayscale: #434343. Windows color (decimal): -6812038 or 7999128. OLE color: 7999128.
HSL color Cylindrical-coordinate representation of color #980E7A: hue angle of 313.04º 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 #980E7A is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 122 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.40 |
| HSL | 313.04º | 0.83% | 0.33% | - |
| HSV(B) | 313.04º | 0.91% | 0.6% | - |
| XYZ | 16.62 | 8.39 | 19.16 | - |
| YUV | 67.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 122 | 0 | 0.91 | 0.20 | 0.40 | 313.04 | 0.83 | 0.33 |
| Hex | 98 | E | 7A | 0 | 5B | 14 | 28 | 139 | 53 | 21 |
| Octal | 230 | 16 | 172 | 0 | 133 | 24 | 50 | 471 | 123 | 41 |
| Binary | 10011000 | 1110 | 1111010 | 0 | 1011011 | 10100 | 101000 | 100111001 | 1010011 | 100001 |
Color Harmonies of #980E7A
Complementary color
Monochromatic Colors of #980E7A
Black with #980E7A
Text Example
Text Example
White with #980E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E7A; }
p { color: rgb(152,14,122); }
H1.HeaderClassName
{
color: #980E7A;
}
.AnyTagClassName
{
color: #980E7A;
}
</style>
background-color css
<style>
a { background-color: #980E7A; }
a { background-color: rgb(152,14,122); }
div.DivClassName
{
background-color: #980E7A;
}
.BgClassName
{
background-color: #980E7A;
}
</style>
border-color css
<style>
span { border-color: #980E7A; }
span { border-color: rgb(152,14,122); }
td.TdClassName
{
border-color: #980E7A;
}
.TagClassName
{
border-color: #980E7A;
}
</style>