Shades of Dark Purple #8D4279
Tints of Dark Purple #8D4279
RGB
CMYK
RGB Variations
Color information
#8D4279 (or 0x8D4279) is known color: Dark Purple. HEX triplet: 8D, 42 and 79. RGB value is (141,66,121). Sum of RGB (Red+Green+Blue) = 141+66+121=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4279 is #72BD86. Grayscale: #5E5E5E. Windows color (decimal): -7519623 or 7946893. OLE color: 7946893.
HSL color Cylindrical-coordinate representation of color #8D4279: hue angle of 316º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4279 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 121 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.45 |
| HSL | 316º | 0.36% | 0.41% | - |
| HSV(B) | 316º | 0.53% | 0.55% | - |
| XYZ | 16.38 | 10.94 | 19.34 | - |
| YUV | 94.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 121 | 0 | 0.53 | 0.14 | 0.45 | 316 | 0.36 | 0.41 |
| Hex | 8D | 42 | 79 | 0 | 35 | E | 2D | 13C | 24 | 29 |
| Octal | 215 | 102 | 171 | 0 | 65 | 16 | 55 | 474 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1111001 | 0 | 110101 | 1110 | 101101 | 100111100 | 100100 | 101001 |
Color Harmonies of #8D4279
Complementary color
Monochromatic Colors of #8D4279
Black with #8D4279
Text Example
Text Example
White with #8D4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4279; }
p { color: rgb(141,66,121); }
H1.HeaderClassName
{
color: #8D4279;
}
.AnyTagClassName
{
color: #8D4279;
}
</style>
background-color css
<style>
a { background-color: #8D4279; }
a { background-color: rgb(141,66,121); }
div.DivClassName
{
background-color: #8D4279;
}
.BgClassName
{
background-color: #8D4279;
}
</style>
border-color css
<style>
span { border-color: #8D4279; }
span { border-color: rgb(141,66,121); }
td.TdClassName
{
border-color: #8D4279;
}
.TagClassName
{
border-color: #8D4279;
}
</style>