Shades of Dark Purple #980E81
Tints of Dark Purple #980E81
RGB
CMYK
RGB Variations
Color information
#980E81 (or 0x980E81) is known color: Dark Purple. HEX triplet: 98, 0E and 81. RGB value is (152,14,129). Sum of RGB (Red+Green+Blue) = 152+14+129=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #980E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E81 is #67F17E. Grayscale: #444444. Windows color (decimal): -6812031 or 8457880. OLE color: 8457880.
HSL color Cylindrical-coordinate representation of color #980E81: hue angle of 310º 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 #980E81 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 129 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.40 |
| HSL | 310º | 0.83% | 0.33% | - |
| HSV(B) | 310º | 0.91% | 0.6% | - |
| XYZ | 17.07 | 8.57 | 21.52 | - |
| YUV | 68.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 129 | 0 | 0.91 | 0.15 | 0.40 | 310 | 0.83 | 0.33 |
| Hex | 98 | E | 81 | 0 | 5B | F | 28 | 136 | 53 | 21 |
| Octal | 230 | 16 | 201 | 0 | 133 | 17 | 50 | 466 | 123 | 41 |
| Binary | 10011000 | 1110 | 10000001 | 0 | 1011011 | 1111 | 101000 | 100110110 | 1010011 | 100001 |
Color Harmonies of #980E81
Complementary color
Monochromatic Colors of #980E81
Black with #980E81
Text Example
Text Example
White with #980E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E81; }
p { color: rgb(152,14,129); }
H1.HeaderClassName
{
color: #980E81;
}
.AnyTagClassName
{
color: #980E81;
}
</style>
background-color css
<style>
a { background-color: #980E81; }
a { background-color: rgb(152,14,129); }
div.DivClassName
{
background-color: #980E81;
}
.BgClassName
{
background-color: #980E81;
}
</style>
border-color css
<style>
span { border-color: #980E81; }
span { border-color: rgb(152,14,129); }
td.TdClassName
{
border-color: #980E81;
}
.TagClassName
{
border-color: #980E81;
}
</style>