Shades of Purple #8D037C
Tints of Purple #8D037C
RGB
CMYK
RGB Variations
Color information
#8D037C (or 0x8D037C) is known color: Purple. HEX triplet: 8D, 03 and 7C. RGB value is (141,3,124). Sum of RGB (Red+Green+Blue) = 141+3+124=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D037C is #72FC83. Grayscale: #393939. Windows color (decimal): -7535748 or 8127373. OLE color: 8127373.
HSL color Cylindrical-coordinate representation of color #8D037C: hue angle of 307.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D037C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.45 |
| HSL | 307.39º | 0.96% | 0.28% | - |
| HSV(B) | 307.39º | 0.98% | 0.55% | - |
| XYZ | 14.66 | 7.18 | 19.68 | - |
| YUV | 58.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 124 | 0 | 0.98 | 0.12 | 0.45 | 307.39 | 0.96 | 0.28 |
| Hex | 8D | 3 | 7C | 0 | 62 | C | 2D | 133 | 60 | 1C |
| Octal | 215 | 3 | 174 | 0 | 142 | 14 | 55 | 463 | 140 | 34 |
| Binary | 10001101 | 11 | 1111100 | 0 | 1100010 | 1100 | 101101 | 100110011 | 1100000 | 11100 |
Color Harmonies of #8D037C
Complementary color
Monochromatic Colors of #8D037C
Black with #8D037C
Text Example
Text Example
White with #8D037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D037C; }
p { color: rgb(141,3,124); }
H1.HeaderClassName
{
color: #8D037C;
}
.AnyTagClassName
{
color: #8D037C;
}
</style>
background-color css
<style>
a { background-color: #8D037C; }
a { background-color: rgb(141,3,124); }
div.DivClassName
{
background-color: #8D037C;
}
.BgClassName
{
background-color: #8D037C;
}
</style>
border-color css
<style>
span { border-color: #8D037C; }
span { border-color: rgb(141,3,124); }
td.TdClassName
{
border-color: #8D037C;
}
.TagClassName
{
border-color: #8D037C;
}
</style>