Shades of Dark Purple #980E7B
Tints of Dark Purple #980E7B
RGB
CMYK
RGB Variations
Color information
#980E7B (or 0x980E7B) is known color: Dark Purple. HEX triplet: 98, 0E and 7B. RGB value is (152,14,123). Sum of RGB (Red+Green+Blue) = 152+14+123=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E7B is #67F184. Grayscale: #434343. Windows color (decimal): -6812037 or 8064664. OLE color: 8064664.
HSL color Cylindrical-coordinate representation of color #980E7B: hue angle of 312.61º 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 #980E7B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 123 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.40 |
| HSL | 312.61º | 0.83% | 0.33% | - |
| HSV(B) | 312.61º | 0.91% | 0.6% | - |
| XYZ | 16.68 | 8.42 | 19.48 | - |
| YUV | 67.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 123 | 0 | 0.91 | 0.19 | 0.40 | 312.61 | 0.83 | 0.33 |
| Hex | 98 | E | 7B | 0 | 5B | 13 | 28 | 139 | 53 | 21 |
| Octal | 230 | 16 | 173 | 0 | 133 | 23 | 50 | 471 | 123 | 41 |
| Binary | 10011000 | 1110 | 1111011 | 0 | 1011011 | 10011 | 101000 | 100111001 | 1010011 | 100001 |
Color Harmonies of #980E7B
Complementary color
Monochromatic Colors of #980E7B
Black with #980E7B
Text Example
Text Example
White with #980E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E7B; }
p { color: rgb(152,14,123); }
H1.HeaderClassName
{
color: #980E7B;
}
.AnyTagClassName
{
color: #980E7B;
}
</style>
background-color css
<style>
a { background-color: #980E7B; }
a { background-color: rgb(152,14,123); }
div.DivClassName
{
background-color: #980E7B;
}
.BgClassName
{
background-color: #980E7B;
}
</style>
border-color css
<style>
span { border-color: #980E7B; }
span { border-color: rgb(152,14,123); }
td.TdClassName
{
border-color: #980E7B;
}
.TagClassName
{
border-color: #980E7B;
}
</style>