Shades of Purple #8D0576
Tints of Purple #8D0576
RGB
CMYK
RGB Variations
Color information
#8D0576 (or 0x8D0576) is known color: Purple. HEX triplet: 8D, 05 and 76. RGB value is (141,5,118). Sum of RGB (Red+Green+Blue) = 141+5+118=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0576 is #72FA89. Grayscale: #3A3A3A. Windows color (decimal): -7535242 or 7734669. OLE color: 7734669.
HSL color Cylindrical-coordinate representation of color #8D0576: hue angle of 310.15º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0576 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 118 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.45 |
| HSL | 310.15º | 0.93% | 0.29% | - |
| HSV(B) | 310.15º | 0.96% | 0.55% | - |
| XYZ | 14.31 | 7.08 | 17.75 | - |
| YUV | 58.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 118 | 0 | 0.96 | 0.16 | 0.45 | 310.15 | 0.93 | 0.29 |
| Hex | 8D | 5 | 76 | 0 | 60 | 10 | 2D | 136 | 5D | 1D |
| Octal | 215 | 5 | 166 | 0 | 140 | 20 | 55 | 466 | 135 | 35 |
| Binary | 10001101 | 101 | 1110110 | 0 | 1100000 | 10000 | 101101 | 100110110 | 1011101 | 11101 |
Color Harmonies of #8D0576
Complementary color
Monochromatic Colors of #8D0576
Black with #8D0576
Text Example
Text Example
White with #8D0576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0576; }
p { color: rgb(141,5,118); }
H1.HeaderClassName
{
color: #8D0576;
}
.AnyTagClassName
{
color: #8D0576;
}
</style>
background-color css
<style>
a { background-color: #8D0576; }
a { background-color: rgb(141,5,118); }
div.DivClassName
{
background-color: #8D0576;
}
.BgClassName
{
background-color: #8D0576;
}
</style>
border-color css
<style>
span { border-color: #8D0576; }
span { border-color: rgb(141,5,118); }
td.TdClassName
{
border-color: #8D0576;
}
.TagClassName
{
border-color: #8D0576;
}
</style>