Shades of Purple #8D067C
Tints of Purple #8D067C
RGB
CMYK
RGB Variations
Color information
#8D067C (or 0x8D067C) is known color: Purple. HEX triplet: 8D, 06 and 7C. RGB value is (141,6,124). Sum of RGB (Red+Green+Blue) = 141+6+124=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D067C is #72F983. Grayscale: #3B3B3B. Windows color (decimal): -7534980 or 8128141. OLE color: 8128141.
HSL color Cylindrical-coordinate representation of color #8D067C: hue angle of 307.56º degrees, saturation: 0.92, 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 #8D067C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.45 |
| HSL | 307.56º | 0.92% | 0.29% | - |
| HSV(B) | 307.56º | 0.96% | 0.55% | - |
| XYZ | 14.69 | 7.25 | 19.69 | - |
| YUV | 59.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 124 | 0 | 0.96 | 0.12 | 0.45 | 307.56 | 0.92 | 0.29 |
| Hex | 8D | 6 | 7C | 0 | 60 | C | 2D | 134 | 5C | 1D |
| Octal | 215 | 6 | 174 | 0 | 140 | 14 | 55 | 464 | 134 | 35 |
| Binary | 10001101 | 110 | 1111100 | 0 | 1100000 | 1100 | 101101 | 100110100 | 1011100 | 11101 |
Color Harmonies of #8D067C
Complementary color
Monochromatic Colors of #8D067C
Black with #8D067C
Text Example
Text Example
White with #8D067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D067C; }
p { color: rgb(141,6,124); }
H1.HeaderClassName
{
color: #8D067C;
}
.AnyTagClassName
{
color: #8D067C;
}
</style>
background-color css
<style>
a { background-color: #8D067C; }
a { background-color: rgb(141,6,124); }
div.DivClassName
{
background-color: #8D067C;
}
.BgClassName
{
background-color: #8D067C;
}
</style>
border-color css
<style>
span { border-color: #8D067C; }
span { border-color: rgb(141,6,124); }
td.TdClassName
{
border-color: #8D067C;
}
.TagClassName
{
border-color: #8D067C;
}
</style>