Shades of Purple #8D0979
Tints of Purple #8D0979
RGB
CMYK
RGB Variations
Color information
#8D0979 (or 0x8D0979) is known color: Purple. HEX triplet: 8D, 09 and 79. RGB value is (141,9,121). Sum of RGB (Red+Green+Blue) = 141+9+121=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0979 is #72F686. Grayscale: #3C3C3C. Windows color (decimal): -7534215 or 7932301. OLE color: 7932301.
HSL color Cylindrical-coordinate representation of color #8D0979: hue angle of 309.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0979 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 121 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.45 |
| HSL | 309.09º | 0.88% | 0.29% | - |
| HSV(B) | 309.09º | 0.94% | 0.55% | - |
| XYZ | 14.53 | 7.24 | 18.72 | - |
| YUV | 61.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 121 | 0 | 0.94 | 0.14 | 0.45 | 309.09 | 0.88 | 0.29 |
| Hex | 8D | 9 | 79 | 0 | 5E | E | 2D | 135 | 58 | 1D |
| Octal | 215 | 11 | 171 | 0 | 136 | 16 | 55 | 465 | 130 | 35 |
| Binary | 10001101 | 1001 | 1111001 | 0 | 1011110 | 1110 | 101101 | 100110101 | 1011000 | 11101 |
Color Harmonies of #8D0979
Complementary color
Monochromatic Colors of #8D0979
Black with #8D0979
Text Example
Text Example
White with #8D0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0979; }
p { color: rgb(141,9,121); }
H1.HeaderClassName
{
color: #8D0979;
}
.AnyTagClassName
{
color: #8D0979;
}
</style>
background-color css
<style>
a { background-color: #8D0979; }
a { background-color: rgb(141,9,121); }
div.DivClassName
{
background-color: #8D0979;
}
.BgClassName
{
background-color: #8D0979;
}
</style>
border-color css
<style>
span { border-color: #8D0979; }
span { border-color: rgb(141,9,121); }
td.TdClassName
{
border-color: #8D0979;
}
.TagClassName
{
border-color: #8D0979;
}
</style>