Shades of Dark Purple #8D217A
Tints of Dark Purple #8D217A
RGB
CMYK
RGB Variations
Color information
#8D217A (or 0x8D217A) is known color: Dark Purple. HEX triplet: 8D, 21 and 7A. RGB value is (141,33,122). Sum of RGB (Red+Green+Blue) = 141+33+122=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D217A is #72DE85. Grayscale: #4B4B4B. Windows color (decimal): -7528070 or 8003981. OLE color: 8003981.
HSL color Cylindrical-coordinate representation of color #8D217A: hue angle of 310.56º 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 #8D217A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 122 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.45 |
| HSL | 310.56º | 0.62% | 0.34% | - |
| HSV(B) | 310.56º | 0.77% | 0.55% | - |
| XYZ | 15.04 | 8.16 | 19.19 | - |
| YUV | 75.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 122 | 0 | 0.77 | 0.13 | 0.45 | 310.56 | 0.62 | 0.34 |
| Hex | 8D | 21 | 7A | 0 | 4D | D | 2D | 137 | 3E | 22 |
| Octal | 215 | 41 | 172 | 0 | 115 | 15 | 55 | 467 | 76 | 42 |
| Binary | 10001101 | 100001 | 1111010 | 0 | 1001101 | 1101 | 101101 | 100110111 | 111110 | 100010 |
Color Harmonies of #8D217A
Complementary color
Monochromatic Colors of #8D217A
Black with #8D217A
Text Example
Text Example
White with #8D217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D217A; }
p { color: rgb(141,33,122); }
H1.HeaderClassName
{
color: #8D217A;
}
.AnyTagClassName
{
color: #8D217A;
}
</style>
background-color css
<style>
a { background-color: #8D217A; }
a { background-color: rgb(141,33,122); }
div.DivClassName
{
background-color: #8D217A;
}
.BgClassName
{
background-color: #8D217A;
}
</style>
border-color css
<style>
span { border-color: #8D217A; }
span { border-color: rgb(141,33,122); }
td.TdClassName
{
border-color: #8D217A;
}
.TagClassName
{
border-color: #8D217A;
}
</style>