Shades of Dark Purple #8D2473
Tints of Dark Purple #8D2473
RGB
CMYK
RGB Variations
Color information
#8D2473 (or 0x8D2473) is known color: Dark Purple. HEX triplet: 8D, 24 and 73. RGB value is (141,36,115). Sum of RGB (Red+Green+Blue) = 141+36+115=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2473 is #72DB8C. Grayscale: #4C4C4C. Windows color (decimal): -7527309 or 7545997. OLE color: 7545997.
HSL color Cylindrical-coordinate representation of color #8D2473: hue angle of 314.86º 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 #8D2473 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 115 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.45 |
| HSL | 314.86º | 0.59% | 0.35% | - |
| HSV(B) | 314.86º | 0.74% | 0.55% | - |
| XYZ | 14.71 | 8.16 | 17.02 | - |
| YUV | 76.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 115 | 0 | 0.74 | 0.18 | 0.45 | 314.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 73 | 0 | 4A | 12 | 2D | 13B | 3B | 23 |
| Octal | 215 | 44 | 163 | 0 | 112 | 22 | 55 | 473 | 73 | 43 |
| Binary | 10001101 | 100100 | 1110011 | 0 | 1001010 | 10010 | 101101 | 100111011 | 111011 | 100011 |
Color Harmonies of #8D2473
Complementary color
Monochromatic Colors of #8D2473
Black with #8D2473
Text Example
Text Example
White with #8D2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2473; }
p { color: rgb(141,36,115); }
H1.HeaderClassName
{
color: #8D2473;
}
.AnyTagClassName
{
color: #8D2473;
}
</style>
background-color css
<style>
a { background-color: #8D2473; }
a { background-color: rgb(141,36,115); }
div.DivClassName
{
background-color: #8D2473;
}
.BgClassName
{
background-color: #8D2473;
}
</style>
border-color css
<style>
span { border-color: #8D2473; }
span { border-color: rgb(141,36,115); }
td.TdClassName
{
border-color: #8D2473;
}
.TagClassName
{
border-color: #8D2473;
}
</style>