Shades of Purple #8D0A7C
Tints of Purple #8D0A7C
RGB
CMYK
RGB Variations
Color information
#8D0A7C (or 0x8D0A7C) is known color: Purple. HEX triplet: 8D, 0A and 7C. RGB value is (141,10,124). Sum of RGB (Red+Green+Blue) = 141+10+124=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A7C is #72F583. Grayscale: #3D3D3D. Windows color (decimal): -7533956 or 8129165. OLE color: 8129165.
HSL color Cylindrical-coordinate representation of color #8D0A7C: hue angle of 307.79º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A7C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 10 | 124 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.45 |
| HSL | 307.79º | 0.87% | 0.3% | - |
| HSV(B) | 307.79º | 0.93% | 0.55% | - |
| XYZ | 14.73 | 7.34 | 19.71 | - |
| YUV | 62.17 | 162.9 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 124 | 0 | 0.93 | 0.12 | 0.45 | 307.79 | 0.87 | 0.3 |
| Hex | 8D | A | 7C | 0 | 5D | C | 2D | 134 | 57 | 1E |
| Octal | 215 | 12 | 174 | 0 | 135 | 14 | 55 | 464 | 127 | 36 |
| Binary | 10001101 | 1010 | 1111100 | 0 | 1011101 | 1100 | 101101 | 100110100 | 1010111 | 11110 |
Color Harmonies of #8D0A7C
Complementary color
Monochromatic Colors of #8D0A7C
Black with #8D0A7C
Text Example
Text Example
White with #8D0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0A7C; }
p { color: rgb(141,10,124); }
H1.HeaderClassName
{
color: #8D0A7C;
}
.AnyTagClassName
{
color: #8D0A7C;
}
</style>
background-color css
<style>
a { background-color: #8D0A7C; }
a { background-color: rgb(141,10,124); }
div.DivClassName
{
background-color: #8D0A7C;
}
.BgClassName
{
background-color: #8D0A7C;
}
</style>
border-color css
<style>
span { border-color: #8D0A7C; }
span { border-color: rgb(141,10,124); }
td.TdClassName
{
border-color: #8D0A7C;
}
.TagClassName
{
border-color: #8D0A7C;
}
</style>