Shades of Dark Purple #982A71
Tints of Dark Purple #982A71
RGB
CMYK
RGB Variations
Color information
#982A71 (or 0x982A71) is known color: Dark Purple. HEX triplet: 98, 2A and 71. RGB value is (152,42,113). Sum of RGB (Red+Green+Blue) = 152+42+113=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982A71 is #67D58E. Grayscale: #525252. Windows color (decimal): -6804879 or 7416472. OLE color: 7416472.
HSL color Cylindrical-coordinate representation of color #982A71: hue angle of 321.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982A71 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 42 | 113 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.40 |
| HSL | 321.27º | 0.57% | 0.38% | - |
| HSV(B) | 321.27º | 0.72% | 0.6% | - |
| XYZ | 16.76 | 9.52 | 16.58 | - |
| YUV | 82.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 42 | 113 | 0 | 0.72 | 0.26 | 0.40 | 321.27 | 0.57 | 0.38 |
| Hex | 98 | 2A | 71 | 0 | 48 | 1A | 28 | 141 | 39 | 26 |
| Octal | 230 | 52 | 161 | 0 | 110 | 32 | 50 | 501 | 71 | 46 |
| Binary | 10011000 | 101010 | 1110001 | 0 | 1001000 | 11010 | 101000 | 101000001 | 111001 | 100110 |
Color Harmonies of #982A71
Complementary color
Monochromatic Colors of #982A71
Black with #982A71
Text Example
Text Example
White with #982A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982A71; }
p { color: rgb(152,42,113); }
H1.HeaderClassName
{
color: #982A71;
}
.AnyTagClassName
{
color: #982A71;
}
</style>
background-color css
<style>
a { background-color: #982A71; }
a { background-color: rgb(152,42,113); }
div.DivClassName
{
background-color: #982A71;
}
.BgClassName
{
background-color: #982A71;
}
</style>
border-color css
<style>
span { border-color: #982A71; }
span { border-color: rgb(152,42,113); }
td.TdClassName
{
border-color: #982A71;
}
.TagClassName
{
border-color: #982A71;
}
</style>