Shades of Dark Purple #8D2981
Tints of Dark Purple #8D2981
RGB
CMYK
RGB Variations
Color information
#8D2981 (or 0x8D2981) is known color: Dark Purple. HEX triplet: 8D, 29 and 81. RGB value is (141,41,129). Sum of RGB (Red+Green+Blue) = 141+41+129=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2981 is #72D67E. Grayscale: #505050. Windows color (decimal): -7526015 or 8464781. OLE color: 8464781.
HSL color Cylindrical-coordinate representation of color #8D2981: hue angle of 307.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2981 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 129 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.45 |
| HSL | 307.2º | 0.55% | 0.36% | - |
| HSV(B) | 307.2º | 0.71% | 0.55% | - |
| XYZ | 15.74 | 8.83 | 21.64 | - |
| YUV | 80.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 129 | 0 | 0.71 | 0.09 | 0.45 | 307.2 | 0.55 | 0.36 |
| Hex | 8D | 29 | 81 | 0 | 47 | 9 | 2D | 133 | 37 | 24 |
| Octal | 215 | 51 | 201 | 0 | 107 | 11 | 55 | 463 | 67 | 44 |
| Binary | 10001101 | 101001 | 10000001 | 0 | 1000111 | 1001 | 101101 | 100110011 | 110111 | 100100 |
Color Harmonies of #8D2981
Complementary color
Monochromatic Colors of #8D2981
Black with #8D2981
Text Example
Text Example
White with #8D2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2981; }
p { color: rgb(141,41,129); }
H1.HeaderClassName
{
color: #8D2981;
}
.AnyTagClassName
{
color: #8D2981;
}
</style>
background-color css
<style>
a { background-color: #8D2981; }
a { background-color: rgb(141,41,129); }
div.DivClassName
{
background-color: #8D2981;
}
.BgClassName
{
background-color: #8D2981;
}
</style>
border-color css
<style>
span { border-color: #8D2981; }
span { border-color: rgb(141,41,129); }
td.TdClassName
{
border-color: #8D2981;
}
.TagClassName
{
border-color: #8D2981;
}
</style>