Shades of Dark Purple #8D117A
Tints of Dark Purple #8D117A
RGB
CMYK
RGB Variations
Color information
#8D117A (or 0x8D117A) is known color: Dark Purple. HEX triplet: 8D, 11 and 7A. RGB value is (141,17,122). Sum of RGB (Red+Green+Blue) = 141+17+122=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D117A is #72EE85. Grayscale: #414141. Windows color (decimal): -7532166 or 7999885. OLE color: 7999885.
HSL color Cylindrical-coordinate representation of color #8D117A: hue angle of 309.19º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D117A is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 122 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.45 |
| HSL | 309.19º | 0.78% | 0.31% | - |
| HSV(B) | 309.19º | 0.88% | 0.55% | - |
| XYZ | 14.7 | 7.47 | 19.08 | - |
| YUV | 66.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 122 | 0 | 0.88 | 0.13 | 0.45 | 309.19 | 0.78 | 0.31 |
| Hex | 8D | 11 | 7A | 0 | 58 | D | 2D | 135 | 4E | 1F |
| Octal | 215 | 21 | 172 | 0 | 130 | 15 | 55 | 465 | 116 | 37 |
| Binary | 10001101 | 10001 | 1111010 | 0 | 1011000 | 1101 | 101101 | 100110101 | 1001110 | 11111 |
Color Harmonies of #8D117A
Complementary color
Monochromatic Colors of #8D117A
Black with #8D117A
Text Example
Text Example
White with #8D117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D117A; }
p { color: rgb(141,17,122); }
H1.HeaderClassName
{
color: #8D117A;
}
.AnyTagClassName
{
color: #8D117A;
}
</style>
background-color css
<style>
a { background-color: #8D117A; }
a { background-color: rgb(141,17,122); }
div.DivClassName
{
background-color: #8D117A;
}
.BgClassName
{
background-color: #8D117A;
}
</style>
border-color css
<style>
span { border-color: #8D117A; }
span { border-color: rgb(141,17,122); }
td.TdClassName
{
border-color: #8D117A;
}
.TagClassName
{
border-color: #8D117A;
}
</style>