Shades of Dark Purple #8D147C
Tints of Dark Purple #8D147C
RGB
CMYK
RGB Variations
Color information
#8D147C (or 0x8D147C) is known color: Dark Purple. HEX triplet: 8D, 14 and 7C. RGB value is (141,20,124). Sum of RGB (Red+Green+Blue) = 141+20+124=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D147C is #72EB83. Grayscale: #434343. Windows color (decimal): -7531396 or 8131725. OLE color: 8131725.
HSL color Cylindrical-coordinate representation of color #8D147C: hue angle of 308.43º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D147C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 124 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.45 |
| HSL | 308.43º | 0.75% | 0.32% | - |
| HSV(B) | 308.43º | 0.86% | 0.55% | - |
| XYZ | 14.87 | 7.62 | 19.76 | - |
| YUV | 68.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 124 | 0 | 0.86 | 0.12 | 0.45 | 308.43 | 0.75 | 0.32 |
| Hex | 8D | 14 | 7C | 0 | 56 | C | 2D | 134 | 4B | 20 |
| Octal | 215 | 24 | 174 | 0 | 126 | 14 | 55 | 464 | 113 | 40 |
| Binary | 10001101 | 10100 | 1111100 | 0 | 1010110 | 1100 | 101101 | 100110100 | 1001011 | 100000 |
Color Harmonies of #8D147C
Complementary color
Monochromatic Colors of #8D147C
Black with #8D147C
Text Example
Text Example
White with #8D147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D147C; }
p { color: rgb(141,20,124); }
H1.HeaderClassName
{
color: #8D147C;
}
.AnyTagClassName
{
color: #8D147C;
}
</style>
background-color css
<style>
a { background-color: #8D147C; }
a { background-color: rgb(141,20,124); }
div.DivClassName
{
background-color: #8D147C;
}
.BgClassName
{
background-color: #8D147C;
}
</style>
border-color css
<style>
span { border-color: #8D147C; }
span { border-color: rgb(141,20,124); }
td.TdClassName
{
border-color: #8D147C;
}
.TagClassName
{
border-color: #8D147C;
}
</style>