Shades of Dark Purple #980B7D
Tints of Dark Purple #980B7D
RGB
CMYK
RGB Variations
Color information
#980B7D (or 0x980B7D) is known color: Dark Purple. HEX triplet: 98, 0B and 7D. RGB value is (152,11,125). Sum of RGB (Red+Green+Blue) = 152+11+125=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B7D is #67F482. Grayscale: #414141. Windows color (decimal): -6812803 or 8194968. OLE color: 8194968.
HSL color Cylindrical-coordinate representation of color #980B7D: hue angle of 311.49º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B7D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.40 |
| HSL | 311.49º | 0.87% | 0.32% | - |
| HSV(B) | 311.49º | 0.93% | 0.6% | - |
| XYZ | 16.77 | 8.4 | 20.14 | - |
| YUV | 66.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 125 | 0 | 0.93 | 0.18 | 0.40 | 311.49 | 0.87 | 0.32 |
| Hex | 98 | B | 7D | 0 | 5D | 12 | 28 | 137 | 57 | 20 |
| Octal | 230 | 13 | 175 | 0 | 135 | 22 | 50 | 467 | 127 | 40 |
| Binary | 10011000 | 1011 | 1111101 | 0 | 1011101 | 10010 | 101000 | 100110111 | 1010111 | 100000 |
Color Harmonies of #980B7D
Complementary color
Monochromatic Colors of #980B7D
Black with #980B7D
Text Example
Text Example
White with #980B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B7D; }
p { color: rgb(152,11,125); }
H1.HeaderClassName
{
color: #980B7D;
}
.AnyTagClassName
{
color: #980B7D;
}
</style>
background-color css
<style>
a { background-color: #980B7D; }
a { background-color: rgb(152,11,125); }
div.DivClassName
{
background-color: #980B7D;
}
.BgClassName
{
background-color: #980B7D;
}
</style>
border-color css
<style>
span { border-color: #980B7D; }
span { border-color: rgb(152,11,125); }
td.TdClassName
{
border-color: #980B7D;
}
.TagClassName
{
border-color: #980B7D;
}
</style>