Shades of Dark Purple #8D137A
Tints of Dark Purple #8D137A
RGB
CMYK
RGB Variations
Color information
#8D137A (or 0x8D137A) is known color: Dark Purple. HEX triplet: 8D, 13 and 7A. RGB value is (141,19,122). Sum of RGB (Red+Green+Blue) = 141+19+122=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D137A is #72EC85. Grayscale: #424242. Windows color (decimal): -7531654 or 8000397. OLE color: 8000397.
HSL color Cylindrical-coordinate representation of color #8D137A: hue angle of 309.34º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D137A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 122 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.45 |
| HSL | 309.34º | 0.76% | 0.31% | - |
| HSV(B) | 309.34º | 0.87% | 0.55% | - |
| XYZ | 14.73 | 7.53 | 19.09 | - |
| YUV | 67.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 122 | 0 | 0.87 | 0.13 | 0.45 | 309.34 | 0.76 | 0.31 |
| Hex | 8D | 13 | 7A | 0 | 57 | D | 2D | 135 | 4C | 1F |
| Octal | 215 | 23 | 172 | 0 | 127 | 15 | 55 | 465 | 114 | 37 |
| Binary | 10001101 | 10011 | 1111010 | 0 | 1010111 | 1101 | 101101 | 100110101 | 1001100 | 11111 |
Color Harmonies of #8D137A
Complementary color
Monochromatic Colors of #8D137A
Black with #8D137A
Text Example
Text Example
White with #8D137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D137A; }
p { color: rgb(141,19,122); }
H1.HeaderClassName
{
color: #8D137A;
}
.AnyTagClassName
{
color: #8D137A;
}
</style>
background-color css
<style>
a { background-color: #8D137A; }
a { background-color: rgb(141,19,122); }
div.DivClassName
{
background-color: #8D137A;
}
.BgClassName
{
background-color: #8D137A;
}
</style>
border-color css
<style>
span { border-color: #8D137A; }
span { border-color: rgb(141,19,122); }
td.TdClassName
{
border-color: #8D137A;
}
.TagClassName
{
border-color: #8D137A;
}
</style>