Shades of Purple #8D057A
Tints of Purple #8D057A
RGB
CMYK
RGB Variations
Color information
#8D057A (or 0x8D057A) is known color: Purple. HEX triplet: 8D, 05 and 7A. RGB value is (141,5,122). Sum of RGB (Red+Green+Blue) = 141+5+122=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D057A is #72FA85. Grayscale: #3A3A3A. Windows color (decimal): -7535238 or 7996813. OLE color: 7996813.
HSL color Cylindrical-coordinate representation of color #8D057A: hue angle of 308.38º 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 #8D057A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 122 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.45 |
| HSL | 308.38º | 0.93% | 0.29% | - |
| HSV(B) | 308.38º | 0.96% | 0.55% | - |
| XYZ | 14.55 | 7.18 | 19.03 | - |
| YUV | 59 | 163.56 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 122 | 0 | 0.96 | 0.13 | 0.45 | 308.38 | 0.93 | 0.29 |
| Hex | 8D | 5 | 7A | 0 | 60 | D | 2D | 134 | 5D | 1D |
| Octal | 215 | 5 | 172 | 0 | 140 | 15 | 55 | 464 | 135 | 35 |
| Binary | 10001101 | 101 | 1111010 | 0 | 1100000 | 1101 | 101101 | 100110100 | 1011101 | 11101 |
Color Harmonies of #8D057A
Complementary color
Monochromatic Colors of #8D057A
Black with #8D057A
Text Example
Text Example
White with #8D057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D057A; }
p { color: rgb(141,5,122); }
H1.HeaderClassName
{
color: #8D057A;
}
.AnyTagClassName
{
color: #8D057A;
}
</style>
background-color css
<style>
a { background-color: #8D057A; }
a { background-color: rgb(141,5,122); }
div.DivClassName
{
background-color: #8D057A;
}
.BgClassName
{
background-color: #8D057A;
}
</style>
border-color css
<style>
span { border-color: #8D057A; }
span { border-color: rgb(141,5,122); }
td.TdClassName
{
border-color: #8D057A;
}
.TagClassName
{
border-color: #8D057A;
}
</style>