Shades of Dark Purple #8D1679
Tints of Dark Purple #8D1679
RGB
CMYK
RGB Variations
Color information
#8D1679 (or 0x8D1679) is known color: Dark Purple. HEX triplet: 8D, 16 and 79. RGB value is (141,22,121). Sum of RGB (Red+Green+Blue) = 141+22+121=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1679 is #72E986. Grayscale: #444444. Windows color (decimal): -7530887 or 7935629. OLE color: 7935629.
HSL color Cylindrical-coordinate representation of color #8D1679: hue angle of 310.08º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1679 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 121 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.45 |
| HSL | 310.08º | 0.73% | 0.32% | - |
| HSV(B) | 310.08º | 0.84% | 0.55% | - |
| XYZ | 14.72 | 7.62 | 18.78 | - |
| YUV | 68.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 121 | 0 | 0.84 | 0.14 | 0.45 | 310.08 | 0.73 | 0.32 |
| Hex | 8D | 16 | 79 | 0 | 54 | E | 2D | 136 | 49 | 20 |
| Octal | 215 | 26 | 171 | 0 | 124 | 16 | 55 | 466 | 111 | 40 |
| Binary | 10001101 | 10110 | 1111001 | 0 | 1010100 | 1110 | 101101 | 100110110 | 1001001 | 100000 |
Color Harmonies of #8D1679
Complementary color
Monochromatic Colors of #8D1679
Black with #8D1679
Text Example
Text Example
White with #8D1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1679; }
p { color: rgb(141,22,121); }
H1.HeaderClassName
{
color: #8D1679;
}
.AnyTagClassName
{
color: #8D1679;
}
</style>
background-color css
<style>
a { background-color: #8D1679; }
a { background-color: rgb(141,22,121); }
div.DivClassName
{
background-color: #8D1679;
}
.BgClassName
{
background-color: #8D1679;
}
</style>
border-color css
<style>
span { border-color: #8D1679; }
span { border-color: rgb(141,22,121); }
td.TdClassName
{
border-color: #8D1679;
}
.TagClassName
{
border-color: #8D1679;
}
</style>