Shades of Purple #8D057B
Tints of Purple #8D057B
RGB
CMYK
RGB Variations
Color information
#8D057B (or 0x8D057B) is known color: Purple. HEX triplet: 8D, 05 and 7B. RGB value is (141,5,123). Sum of RGB (Red+Green+Blue) = 141+5+123=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D057B is #72FA84. Grayscale: #3A3A3A. Windows color (decimal): -7535237 or 8062349. OLE color: 8062349.
HSL color Cylindrical-coordinate representation of color #8D057B: hue angle of 307.94º 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 #8D057B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 123 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.45 |
| HSL | 307.94º | 0.93% | 0.29% | - |
| HSV(B) | 307.94º | 0.96% | 0.55% | - |
| XYZ | 14.61 | 7.2 | 19.36 | - |
| YUV | 59.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 123 | 0 | 0.96 | 0.13 | 0.45 | 307.94 | 0.93 | 0.29 |
| Hex | 8D | 5 | 7B | 0 | 60 | D | 2D | 134 | 5D | 1D |
| Octal | 215 | 5 | 173 | 0 | 140 | 15 | 55 | 464 | 135 | 35 |
| Binary | 10001101 | 101 | 1111011 | 0 | 1100000 | 1101 | 101101 | 100110100 | 1011101 | 11101 |
Color Harmonies of #8D057B
Complementary color
Monochromatic Colors of #8D057B
Black with #8D057B
Text Example
Text Example
White with #8D057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D057B; }
p { color: rgb(141,5,123); }
H1.HeaderClassName
{
color: #8D057B;
}
.AnyTagClassName
{
color: #8D057B;
}
</style>
background-color css
<style>
a { background-color: #8D057B; }
a { background-color: rgb(141,5,123); }
div.DivClassName
{
background-color: #8D057B;
}
.BgClassName
{
background-color: #8D057B;
}
</style>
border-color css
<style>
span { border-color: #8D057B; }
span { border-color: rgb(141,5,123); }
td.TdClassName
{
border-color: #8D057B;
}
.TagClassName
{
border-color: #8D057B;
}
</style>