Shades of Dark Purple #8D1179
Tints of Dark Purple #8D1179
RGB
CMYK
RGB Variations
Color information
#8D1179 (or 0x8D1179) is known color: Dark Purple. HEX triplet: 8D, 11 and 79. RGB value is (141,17,121). Sum of RGB (Red+Green+Blue) = 141+17+121=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1179 is #72EE86. Grayscale: #414141. Windows color (decimal): -7532167 or 7934349. OLE color: 7934349.
HSL color Cylindrical-coordinate representation of color #8D1179: hue angle of 309.68º 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 #8D1179 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 121 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.45 |
| HSL | 309.68º | 0.78% | 0.31% | - |
| HSV(B) | 309.68º | 0.88% | 0.55% | - |
| XYZ | 14.64 | 7.44 | 18.75 | - |
| YUV | 65.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 121 | 0 | 0.88 | 0.14 | 0.45 | 309.68 | 0.78 | 0.31 |
| Hex | 8D | 11 | 79 | 0 | 58 | E | 2D | 136 | 4E | 1F |
| Octal | 215 | 21 | 171 | 0 | 130 | 16 | 55 | 466 | 116 | 37 |
| Binary | 10001101 | 10001 | 1111001 | 0 | 1011000 | 1110 | 101101 | 100110110 | 1001110 | 11111 |
Color Harmonies of #8D1179
Complementary color
Monochromatic Colors of #8D1179
Black with #8D1179
Text Example
Text Example
White with #8D1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1179; }
p { color: rgb(141,17,121); }
H1.HeaderClassName
{
color: #8D1179;
}
.AnyTagClassName
{
color: #8D1179;
}
</style>
background-color css
<style>
a { background-color: #8D1179; }
a { background-color: rgb(141,17,121); }
div.DivClassName
{
background-color: #8D1179;
}
.BgClassName
{
background-color: #8D1179;
}
</style>
border-color css
<style>
span { border-color: #8D1179; }
span { border-color: rgb(141,17,121); }
td.TdClassName
{
border-color: #8D1179;
}
.TagClassName
{
border-color: #8D1179;
}
</style>