Shades of Dark Purple #8D1973
Tints of Dark Purple #8D1973
RGB
CMYK
RGB Variations
Color information
#8D1973 (or 0x8D1973) is known color: Dark Purple. HEX triplet: 8D, 19 and 73. RGB value is (141,25,115). Sum of RGB (Red+Green+Blue) = 141+25+115=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1973 is #72E68C. Grayscale: #454545. Windows color (decimal): -7530125 or 7543181. OLE color: 7543181.
HSL color Cylindrical-coordinate representation of color #8D1973: hue angle of 313.45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1973 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 115 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.45 |
| HSL | 313.45º | 0.7% | 0.33% | - |
| HSV(B) | 313.45º | 0.82% | 0.55% | - |
| XYZ | 14.43 | 7.6 | 16.93 | - |
| YUV | 69.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 115 | 0 | 0.82 | 0.18 | 0.45 | 313.45 | 0.7 | 0.33 |
| Hex | 8D | 19 | 73 | 0 | 52 | 12 | 2D | 139 | 46 | 21 |
| Octal | 215 | 31 | 163 | 0 | 122 | 22 | 55 | 471 | 106 | 41 |
| Binary | 10001101 | 11001 | 1110011 | 0 | 1010010 | 10010 | 101101 | 100111001 | 1000110 | 100001 |
Color Harmonies of #8D1973
Complementary color
Monochromatic Colors of #8D1973
Black with #8D1973
Text Example
Text Example
White with #8D1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1973; }
p { color: rgb(141,25,115); }
H1.HeaderClassName
{
color: #8D1973;
}
.AnyTagClassName
{
color: #8D1973;
}
</style>
background-color css
<style>
a { background-color: #8D1973; }
a { background-color: rgb(141,25,115); }
div.DivClassName
{
background-color: #8D1973;
}
.BgClassName
{
background-color: #8D1973;
}
</style>
border-color css
<style>
span { border-color: #8D1973; }
span { border-color: rgb(141,25,115); }
td.TdClassName
{
border-color: #8D1973;
}
.TagClassName
{
border-color: #8D1973;
}
</style>