Shades of Dark Purple #8D1D71
Tints of Dark Purple #8D1D71
RGB
CMYK
RGB Variations
Color information
#8D1D71 (or 0x8D1D71) is known color: Dark Purple. HEX triplet: 8D, 1D and 71. RGB value is (141,29,113). Sum of RGB (Red+Green+Blue) = 141+29+113=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D71 is #72E28E. Grayscale: #474747. Windows color (decimal): -7529103 or 7413133. OLE color: 7413133.
HSL color Cylindrical-coordinate representation of color #8D1D71: hue angle of 315º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D1D71 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 29 | 113 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.45 |
| HSL | 315º | 0.66% | 0.33% | - |
| HSV(B) | 315º | 0.79% | 0.55% | - |
| XYZ | 14.4 | 7.73 | 16.36 | - |
| YUV | 72.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 113 | 0 | 0.79 | 0.20 | 0.45 | 315 | 0.66 | 0.33 |
| Hex | 8D | 1D | 71 | 0 | 4F | 14 | 2D | 13B | 42 | 21 |
| Octal | 215 | 35 | 161 | 0 | 117 | 24 | 55 | 473 | 102 | 41 |
| Binary | 10001101 | 11101 | 1110001 | 0 | 1001111 | 10100 | 101101 | 100111011 | 1000010 | 100001 |
Color Harmonies of #8D1D71
Complementary color
Monochromatic Colors of #8D1D71
Black with #8D1D71
Text Example
Text Example
White with #8D1D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D71; }
p { color: rgb(141,29,113); }
H1.HeaderClassName
{
color: #8D1D71;
}
.AnyTagClassName
{
color: #8D1D71;
}
</style>
background-color css
<style>
a { background-color: #8D1D71; }
a { background-color: rgb(141,29,113); }
div.DivClassName
{
background-color: #8D1D71;
}
.BgClassName
{
background-color: #8D1D71;
}
</style>
border-color css
<style>
span { border-color: #8D1D71; }
span { border-color: rgb(141,29,113); }
td.TdClassName
{
border-color: #8D1D71;
}
.TagClassName
{
border-color: #8D1D71;
}
</style>