Shades of Dark Purple #8D177A
Tints of Dark Purple #8D177A
RGB
CMYK
RGB Variations
Color information
#8D177A (or 0x8D177A) is known color: Dark Purple. HEX triplet: 8D, 17 and 7A. RGB value is (141,23,122). Sum of RGB (Red+Green+Blue) = 141+23+122=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D177A is #72E885. Grayscale: #454545. Windows color (decimal): -7530630 or 8001421. OLE color: 8001421.
HSL color Cylindrical-coordinate representation of color #8D177A: hue angle of 309.66º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D177A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 122 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.45 |
| HSL | 309.66º | 0.72% | 0.32% | - |
| HSV(B) | 309.66º | 0.84% | 0.55% | - |
| XYZ | 14.8 | 7.68 | 19.11 | - |
| YUV | 69.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 122 | 0 | 0.84 | 0.13 | 0.45 | 309.66 | 0.72 | 0.32 |
| Hex | 8D | 17 | 7A | 0 | 54 | D | 2D | 136 | 48 | 20 |
| Octal | 215 | 27 | 172 | 0 | 124 | 15 | 55 | 466 | 110 | 40 |
| Binary | 10001101 | 10111 | 1111010 | 0 | 1010100 | 1101 | 101101 | 100110110 | 1001000 | 100000 |
Color Harmonies of #8D177A
Complementary color
Monochromatic Colors of #8D177A
Black with #8D177A
Text Example
Text Example
White with #8D177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D177A; }
p { color: rgb(141,23,122); }
H1.HeaderClassName
{
color: #8D177A;
}
.AnyTagClassName
{
color: #8D177A;
}
</style>
background-color css
<style>
a { background-color: #8D177A; }
a { background-color: rgb(141,23,122); }
div.DivClassName
{
background-color: #8D177A;
}
.BgClassName
{
background-color: #8D177A;
}
</style>
border-color css
<style>
span { border-color: #8D177A; }
span { border-color: rgb(141,23,122); }
td.TdClassName
{
border-color: #8D177A;
}
.TagClassName
{
border-color: #8D177A;
}
</style>