Shades of Dark Purple #8D2172
Tints of Dark Purple #8D2172
RGB
CMYK
RGB Variations
Color information
#8D2172 (or 0x8D2172) is known color: Dark Purple. HEX triplet: 8D, 21 and 72. RGB value is (141,33,114). Sum of RGB (Red+Green+Blue) = 141+33+114=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2172 is #72DE8D. Grayscale: #4A4A4A. Windows color (decimal): -7528078 or 7479693. OLE color: 7479693.
HSL color Cylindrical-coordinate representation of color #8D2172: hue angle of 315º 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 #8D2172 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 114 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.45 |
| HSL | 315º | 0.62% | 0.34% | - |
| HSV(B) | 315º | 0.77% | 0.55% | - |
| XYZ | 14.57 | 7.97 | 16.69 | - |
| YUV | 74.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 114 | 0 | 0.77 | 0.19 | 0.45 | 315 | 0.62 | 0.34 |
| Hex | 8D | 21 | 72 | 0 | 4D | 13 | 2D | 13B | 3E | 22 |
| Octal | 215 | 41 | 162 | 0 | 115 | 23 | 55 | 473 | 76 | 42 |
| Binary | 10001101 | 100001 | 1110010 | 0 | 1001101 | 10011 | 101101 | 100111011 | 111110 | 100010 |
Color Harmonies of #8D2172
Complementary color
Monochromatic Colors of #8D2172
Black with #8D2172
Text Example
Text Example
White with #8D2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2172; }
p { color: rgb(141,33,114); }
H1.HeaderClassName
{
color: #8D2172;
}
.AnyTagClassName
{
color: #8D2172;
}
</style>
background-color css
<style>
a { background-color: #8D2172; }
a { background-color: rgb(141,33,114); }
div.DivClassName
{
background-color: #8D2172;
}
.BgClassName
{
background-color: #8D2172;
}
</style>
border-color css
<style>
span { border-color: #8D2172; }
span { border-color: rgb(141,33,114); }
td.TdClassName
{
border-color: #8D2172;
}
.TagClassName
{
border-color: #8D2172;
}
</style>