Shades of Purple #8D0575
Tints of Purple #8D0575
RGB
CMYK
RGB Variations
Color information
#8D0575 (or 0x8D0575) is known color: Purple. HEX triplet: 8D, 05 and 75. RGB value is (141,5,117). Sum of RGB (Red+Green+Blue) = 141+5+117=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0575 is #72FA8A. Grayscale: #3A3A3A. Windows color (decimal): -7535243 or 7669133. OLE color: 7669133.
HSL color Cylindrical-coordinate representation of color #8D0575: hue angle of 310.59º 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 #8D0575 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 117 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.45 |
| HSL | 310.59º | 0.93% | 0.29% | - |
| HSV(B) | 310.59º | 0.96% | 0.55% | - |
| XYZ | 14.25 | 7.06 | 17.44 | - |
| YUV | 58.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 117 | 0 | 0.96 | 0.17 | 0.45 | 310.59 | 0.93 | 0.29 |
| Hex | 8D | 5 | 75 | 0 | 60 | 11 | 2D | 137 | 5D | 1D |
| Octal | 215 | 5 | 165 | 0 | 140 | 21 | 55 | 467 | 135 | 35 |
| Binary | 10001101 | 101 | 1110101 | 0 | 1100000 | 10001 | 101101 | 100110111 | 1011101 | 11101 |
Color Harmonies of #8D0575
Complementary color
Monochromatic Colors of #8D0575
Black with #8D0575
Text Example
Text Example
White with #8D0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0575; }
p { color: rgb(141,5,117); }
H1.HeaderClassName
{
color: #8D0575;
}
.AnyTagClassName
{
color: #8D0575;
}
</style>
background-color css
<style>
a { background-color: #8D0575; }
a { background-color: rgb(141,5,117); }
div.DivClassName
{
background-color: #8D0575;
}
.BgClassName
{
background-color: #8D0575;
}
</style>
border-color css
<style>
span { border-color: #8D0575; }
span { border-color: rgb(141,5,117); }
td.TdClassName
{
border-color: #8D0575;
}
.TagClassName
{
border-color: #8D0575;
}
</style>