Shades of Dark Purple #8D2173
Tints of Dark Purple #8D2173
RGB
CMYK
RGB Variations
Color information
#8D2173 (or 0x8D2173) is known color: Dark Purple. HEX triplet: 8D, 21 and 73. RGB value is (141,33,115). Sum of RGB (Red+Green+Blue) = 141+33+115=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2173 is #72DE8C. Grayscale: #4A4A4A. Windows color (decimal): -7528077 or 7545229. OLE color: 7545229.
HSL color Cylindrical-coordinate representation of color #8D2173: hue angle of 314.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2173 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 115 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.45 |
| HSL | 314.44º | 0.62% | 0.34% | - |
| HSV(B) | 314.44º | 0.77% | 0.55% | - |
| XYZ | 14.62 | 7.99 | 16.99 | - |
| YUV | 74.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 115 | 0 | 0.77 | 0.18 | 0.45 | 314.44 | 0.62 | 0.34 |
| Hex | 8D | 21 | 73 | 0 | 4D | 12 | 2D | 13A | 3E | 22 |
| Octal | 215 | 41 | 163 | 0 | 115 | 22 | 55 | 472 | 76 | 42 |
| Binary | 10001101 | 100001 | 1110011 | 0 | 1001101 | 10010 | 101101 | 100111010 | 111110 | 100010 |
Color Harmonies of #8D2173
Complementary color
Monochromatic Colors of #8D2173
Black with #8D2173
Text Example
Text Example
White with #8D2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2173; }
p { color: rgb(141,33,115); }
H1.HeaderClassName
{
color: #8D2173;
}
.AnyTagClassName
{
color: #8D2173;
}
</style>
background-color css
<style>
a { background-color: #8D2173; }
a { background-color: rgb(141,33,115); }
div.DivClassName
{
background-color: #8D2173;
}
.BgClassName
{
background-color: #8D2173;
}
</style>
border-color css
<style>
span { border-color: #8D2173; }
span { border-color: rgb(141,33,115); }
td.TdClassName
{
border-color: #8D2173;
}
.TagClassName
{
border-color: #8D2173;
}
</style>