Shades of Dark Purple #981971
Tints of Dark Purple #981971
RGB
CMYK
RGB Variations
Color information
#981971 (or 0x981971) is known color: Dark Purple. HEX triplet: 98, 19 and 71. RGB value is (152,25,113). Sum of RGB (Red+Green+Blue) = 152+25+113=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981971 is #67E68E. Grayscale: #484848. Windows color (decimal): -6809231 or 7412120. OLE color: 7412120.
HSL color Cylindrical-coordinate representation of color #981971: hue angle of 318.43º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981971 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 113 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.40 |
| HSL | 318.43º | 0.72% | 0.35% | - |
| HSV(B) | 318.43º | 0.84% | 0.6% | - |
| XYZ | 16.28 | 8.56 | 16.42 | - |
| YUV | 73.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 113 | 0 | 0.84 | 0.26 | 0.40 | 318.43 | 0.72 | 0.35 |
| Hex | 98 | 19 | 71 | 0 | 54 | 1A | 28 | 13E | 48 | 23 |
| Octal | 230 | 31 | 161 | 0 | 124 | 32 | 50 | 476 | 110 | 43 |
| Binary | 10011000 | 11001 | 1110001 | 0 | 1010100 | 11010 | 101000 | 100111110 | 1001000 | 100011 |
Color Harmonies of #981971
Complementary color
Monochromatic Colors of #981971
Black with #981971
Text Example
Text Example
White with #981971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981971; }
p { color: rgb(152,25,113); }
H1.HeaderClassName
{
color: #981971;
}
.AnyTagClassName
{
color: #981971;
}
</style>
background-color css
<style>
a { background-color: #981971; }
a { background-color: rgb(152,25,113); }
div.DivClassName
{
background-color: #981971;
}
.BgClassName
{
background-color: #981971;
}
</style>
border-color css
<style>
span { border-color: #981971; }
span { border-color: rgb(152,25,113); }
td.TdClassName
{
border-color: #981971;
}
.TagClassName
{
border-color: #981971;
}
</style>