Shades of Dark Purple #8D1177
Tints of Dark Purple #8D1177
RGB
CMYK
RGB Variations
Color information
#8D1177 (or 0x8D1177) is known color: Dark Purple. HEX triplet: 8D, 11 and 77. RGB value is (141,17,119). Sum of RGB (Red+Green+Blue) = 141+17+119=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1177 is #72EE88. Grayscale: #414141. Windows color (decimal): -7532169 or 7803277. OLE color: 7803277.
HSL color Cylindrical-coordinate representation of color #8D1177: hue angle of 310.65º 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 #8D1177 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 119 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.45 |
| HSL | 310.65º | 0.78% | 0.31% | - |
| HSV(B) | 310.65º | 0.88% | 0.55% | - |
| XYZ | 14.51 | 7.4 | 18.12 | - |
| YUV | 65.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 119 | 0 | 0.88 | 0.16 | 0.45 | 310.65 | 0.78 | 0.31 |
| Hex | 8D | 11 | 77 | 0 | 58 | 10 | 2D | 137 | 4E | 1F |
| Octal | 215 | 21 | 167 | 0 | 130 | 20 | 55 | 467 | 116 | 37 |
| Binary | 10001101 | 10001 | 1110111 | 0 | 1011000 | 10000 | 101101 | 100110111 | 1001110 | 11111 |
Color Harmonies of #8D1177
Complementary color
Monochromatic Colors of #8D1177
Black with #8D1177
Text Example
Text Example
White with #8D1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1177; }
p { color: rgb(141,17,119); }
H1.HeaderClassName
{
color: #8D1177;
}
.AnyTagClassName
{
color: #8D1177;
}
</style>
background-color css
<style>
a { background-color: #8D1177; }
a { background-color: rgb(141,17,119); }
div.DivClassName
{
background-color: #8D1177;
}
.BgClassName
{
background-color: #8D1177;
}
</style>
border-color css
<style>
span { border-color: #8D1177; }
span { border-color: rgb(141,17,119); }
td.TdClassName
{
border-color: #8D1177;
}
.TagClassName
{
border-color: #8D1177;
}
</style>