Shades of Dark Purple #8D217C
Tints of Dark Purple #8D217C
RGB
CMYK
RGB Variations
Color information
#8D217C (or 0x8D217C) is known color: Dark Purple. HEX triplet: 8D, 21 and 7C. RGB value is (141,33,124). Sum of RGB (Red+Green+Blue) = 141+33+124=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D217C is #72DE83. Grayscale: #4B4B4B. Windows color (decimal): -7528068 or 8135053. OLE color: 8135053.
HSL color Cylindrical-coordinate representation of color #8D217C: hue angle of 309.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 #8D217C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 124 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.45 |
| HSL | 309.44º | 0.62% | 0.34% | - |
| HSV(B) | 309.44º | 0.77% | 0.55% | - |
| XYZ | 15.17 | 8.21 | 19.85 | - |
| YUV | 75.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 124 | 0 | 0.77 | 0.12 | 0.45 | 309.44 | 0.62 | 0.34 |
| Hex | 8D | 21 | 7C | 0 | 4D | C | 2D | 135 | 3E | 22 |
| Octal | 215 | 41 | 174 | 0 | 115 | 14 | 55 | 465 | 76 | 42 |
| Binary | 10001101 | 100001 | 1111100 | 0 | 1001101 | 1100 | 101101 | 100110101 | 111110 | 100010 |
Color Harmonies of #8D217C
Complementary color
Monochromatic Colors of #8D217C
Black with #8D217C
Text Example
Text Example
White with #8D217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D217C; }
p { color: rgb(141,33,124); }
H1.HeaderClassName
{
color: #8D217C;
}
.AnyTagClassName
{
color: #8D217C;
}
</style>
background-color css
<style>
a { background-color: #8D217C; }
a { background-color: rgb(141,33,124); }
div.DivClassName
{
background-color: #8D217C;
}
.BgClassName
{
background-color: #8D217C;
}
</style>
border-color css
<style>
span { border-color: #8D217C; }
span { border-color: rgb(141,33,124); }
td.TdClassName
{
border-color: #8D217C;
}
.TagClassName
{
border-color: #8D217C;
}
</style>