Shades of Purple #8D057C
Tints of Purple #8D057C
RGB
CMYK
RGB Variations
Color information
#8D057C (or 0x8D057C) is known color: Purple. HEX triplet: 8D, 05 and 7C. RGB value is (141,5,124). Sum of RGB (Red+Green+Blue) = 141+5+124=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D057C is #72FA83. Grayscale: #3A3A3A. Windows color (decimal): -7535236 or 8127885. OLE color: 8127885.
HSL color Cylindrical-coordinate representation of color #8D057C: hue angle of 307.5º 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 #8D057C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 124 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.45 |
| HSL | 307.5º | 0.93% | 0.29% | - |
| HSV(B) | 307.5º | 0.96% | 0.55% | - |
| XYZ | 14.68 | 7.23 | 19.69 | - |
| YUV | 59.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 124 | 0 | 0.96 | 0.12 | 0.45 | 307.5 | 0.93 | 0.29 |
| Hex | 8D | 5 | 7C | 0 | 60 | C | 2D | 134 | 5D | 1D |
| Octal | 215 | 5 | 174 | 0 | 140 | 14 | 55 | 464 | 135 | 35 |
| Binary | 10001101 | 101 | 1111100 | 0 | 1100000 | 1100 | 101101 | 100110100 | 1011101 | 11101 |
Color Harmonies of #8D057C
Complementary color
Monochromatic Colors of #8D057C
Black with #8D057C
Text Example
Text Example
White with #8D057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D057C; }
p { color: rgb(141,5,124); }
H1.HeaderClassName
{
color: #8D057C;
}
.AnyTagClassName
{
color: #8D057C;
}
</style>
background-color css
<style>
a { background-color: #8D057C; }
a { background-color: rgb(141,5,124); }
div.DivClassName
{
background-color: #8D057C;
}
.BgClassName
{
background-color: #8D057C;
}
</style>
border-color css
<style>
span { border-color: #8D057C; }
span { border-color: rgb(141,5,124); }
td.TdClassName
{
border-color: #8D057C;
}
.TagClassName
{
border-color: #8D057C;
}
</style>