Shades of Dark Purple #8D2471
Tints of Dark Purple #8D2471
RGB
CMYK
RGB Variations
Color information
#8D2471 (or 0x8D2471) is known color: Dark Purple. HEX triplet: 8D, 24 and 71. RGB value is (141,36,113). Sum of RGB (Red+Green+Blue) = 141+36+113=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2471 is #72DB8E. Grayscale: #4B4B4B. Windows color (decimal): -7527311 or 7414925. OLE color: 7414925.
HSL color Cylindrical-coordinate representation of color #8D2471: hue angle of 316º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2471 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 113 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.45 |
| HSL | 316º | 0.59% | 0.35% | - |
| HSV(B) | 316º | 0.74% | 0.55% | - |
| XYZ | 14.6 | 8.12 | 16.42 | - |
| YUV | 76.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 113 | 0 | 0.74 | 0.20 | 0.45 | 316 | 0.59 | 0.35 |
| Hex | 8D | 24 | 71 | 0 | 4A | 14 | 2D | 13C | 3B | 23 |
| Octal | 215 | 44 | 161 | 0 | 112 | 24 | 55 | 474 | 73 | 43 |
| Binary | 10001101 | 100100 | 1110001 | 0 | 1001010 | 10100 | 101101 | 100111100 | 111011 | 100011 |
Color Harmonies of #8D2471
Complementary color
Monochromatic Colors of #8D2471
Black with #8D2471
Text Example
Text Example
White with #8D2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2471; }
p { color: rgb(141,36,113); }
H1.HeaderClassName
{
color: #8D2471;
}
.AnyTagClassName
{
color: #8D2471;
}
</style>
background-color css
<style>
a { background-color: #8D2471; }
a { background-color: rgb(141,36,113); }
div.DivClassName
{
background-color: #8D2471;
}
.BgClassName
{
background-color: #8D2471;
}
</style>
border-color css
<style>
span { border-color: #8D2471; }
span { border-color: rgb(141,36,113); }
td.TdClassName
{
border-color: #8D2471;
}
.TagClassName
{
border-color: #8D2471;
}
</style>