Shades of Dark Purple #8D117D
Tints of Dark Purple #8D117D
RGB
CMYK
RGB Variations
Color information
#8D117D (or 0x8D117D) is known color: Dark Purple. HEX triplet: 8D, 11 and 7D. RGB value is (141,17,125). Sum of RGB (Red+Green+Blue) = 141+17+125=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D117D is #72EE82. Grayscale: #424242. Windows color (decimal): -7532163 or 8196493. OLE color: 8196493.
HSL color Cylindrical-coordinate representation of color #8D117D: hue angle of 307.74º 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 #8D117D is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 125 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.45 |
| HSL | 307.74º | 0.78% | 0.31% | - |
| HSV(B) | 307.74º | 0.88% | 0.55% | - |
| XYZ | 14.89 | 7.54 | 20.07 | - |
| YUV | 66.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 125 | 0 | 0.88 | 0.11 | 0.45 | 307.74 | 0.78 | 0.31 |
| Hex | 8D | 11 | 7D | 0 | 58 | B | 2D | 134 | 4E | 1F |
| Octal | 215 | 21 | 175 | 0 | 130 | 13 | 55 | 464 | 116 | 37 |
| Binary | 10001101 | 10001 | 1111101 | 0 | 1011000 | 1011 | 101101 | 100110100 | 1001110 | 11111 |
Color Harmonies of #8D117D
Complementary color
Monochromatic Colors of #8D117D
Black with #8D117D
Text Example
Text Example
White with #8D117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D117D; }
p { color: rgb(141,17,125); }
H1.HeaderClassName
{
color: #8D117D;
}
.AnyTagClassName
{
color: #8D117D;
}
</style>
background-color css
<style>
a { background-color: #8D117D; }
a { background-color: rgb(141,17,125); }
div.DivClassName
{
background-color: #8D117D;
}
.BgClassName
{
background-color: #8D117D;
}
</style>
border-color css
<style>
span { border-color: #8D117D; }
span { border-color: rgb(141,17,125); }
td.TdClassName
{
border-color: #8D117D;
}
.TagClassName
{
border-color: #8D117D;
}
</style>