Shades of Purple #8D037A
Tints of Purple #8D037A
RGB
CMYK
RGB Variations
Color information
#8D037A (or 0x8D037A) is known color: Purple. HEX triplet: 8D, 03 and 7A. RGB value is (141,3,122). Sum of RGB (Red+Green+Blue) = 141+3+122=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D037A is #72FC85. Grayscale: #393939. Windows color (decimal): -7535750 or 7996301. OLE color: 7996301.
HSL color Cylindrical-coordinate representation of color #8D037A: hue angle of 308.26º 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 #8D037A is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.45 |
| HSL | 308.26º | 0.96% | 0.28% | - |
| HSV(B) | 308.26º | 0.98% | 0.55% | - |
| XYZ | 14.53 | 7.13 | 19.02 | - |
| YUV | 57.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 122 | 0 | 0.98 | 0.13 | 0.45 | 308.26 | 0.96 | 0.28 |
| Hex | 8D | 3 | 7A | 0 | 62 | D | 2D | 134 | 60 | 1C |
| Octal | 215 | 3 | 172 | 0 | 142 | 15 | 55 | 464 | 140 | 34 |
| Binary | 10001101 | 11 | 1111010 | 0 | 1100010 | 1101 | 101101 | 100110100 | 1100000 | 11100 |
Color Harmonies of #8D037A
Complementary color
Monochromatic Colors of #8D037A
Black with #8D037A
Text Example
Text Example
White with #8D037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D037A; }
p { color: rgb(141,3,122); }
H1.HeaderClassName
{
color: #8D037A;
}
.AnyTagClassName
{
color: #8D037A;
}
</style>
background-color css
<style>
a { background-color: #8D037A; }
a { background-color: rgb(141,3,122); }
div.DivClassName
{
background-color: #8D037A;
}
.BgClassName
{
background-color: #8D037A;
}
</style>
border-color css
<style>
span { border-color: #8D037A; }
span { border-color: rgb(141,3,122); }
td.TdClassName
{
border-color: #8D037A;
}
.TagClassName
{
border-color: #8D037A;
}
</style>