Shades of Dark Purple #8D117F
Tints of Dark Purple #8D117F
RGB
CMYK
RGB Variations
Color information
#8D117F (or 0x8D117F) is known color: Dark Purple. HEX triplet: 8D, 11 and 7F. RGB value is (141,17,127). Sum of RGB (Red+Green+Blue) = 141+17+127=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D117F is #72EE80. Grayscale: #424242. Windows color (decimal): -7532161 or 8327565. OLE color: 8327565.
HSL color Cylindrical-coordinate representation of color #8D117F: hue angle of 306.77º 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 #8D117F is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 127 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.45 |
| HSL | 306.77º | 0.78% | 0.31% | - |
| HSV(B) | 306.77º | 0.88% | 0.55% | - |
| XYZ | 15.02 | 7.6 | 20.75 | - |
| YUV | 66.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 127 | 0 | 0.88 | 0.10 | 0.45 | 306.77 | 0.78 | 0.31 |
| Hex | 8D | 11 | 7F | 0 | 58 | A | 2D | 133 | 4E | 1F |
| Octal | 215 | 21 | 177 | 0 | 130 | 12 | 55 | 463 | 116 | 37 |
| Binary | 10001101 | 10001 | 1111111 | 0 | 1011000 | 1010 | 101101 | 100110011 | 1001110 | 11111 |
Color Harmonies of #8D117F
Complementary color
Monochromatic Colors of #8D117F
Black with #8D117F
Text Example
Text Example
White with #8D117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D117F; }
p { color: rgb(141,17,127); }
H1.HeaderClassName
{
color: #8D117F;
}
.AnyTagClassName
{
color: #8D117F;
}
</style>
background-color css
<style>
a { background-color: #8D117F; }
a { background-color: rgb(141,17,127); }
div.DivClassName
{
background-color: #8D117F;
}
.BgClassName
{
background-color: #8D117F;
}
</style>
border-color css
<style>
span { border-color: #8D117F; }
span { border-color: rgb(141,17,127); }
td.TdClassName
{
border-color: #8D117F;
}
.TagClassName
{
border-color: #8D117F;
}
</style>