Shades of Purple #8D0076
Tints of Purple #8D0076
RGB
CMYK
RGB Variations
Color information
#8D0076 (or 0x8D0076) is known color: Purple. HEX triplet: 8D, 00 and 76. RGB value is (141,0,118). Sum of RGB (Red+Green+Blue) = 141+0+118=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0076 is #72FF89. Grayscale: #373737. Windows color (decimal): -7536522 or 7733389. OLE color: 7733389.
HSL color Cylindrical-coordinate representation of color #8D0076: hue angle of 309.79º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0076 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.16 | 0.45 |
| HSL | 309.79º | 1% | 0.28% | - |
| HSV(B) | 309.79º | 1% | 0.55% | - |
| XYZ | 14.25 | 6.97 | 17.73 | - |
| YUV | 55.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 118 | 0 | 1 | 0.16 | 0.45 | 309.79 | 1 | 0.28 |
| Hex | 8D | 0 | 76 | 0 | 64 | 10 | 2D | 136 | 64 | 1C |
| Octal | 215 | 0 | 166 | 0 | 144 | 20 | 55 | 466 | 144 | 34 |
| Binary | 10001101 | 0 | 1110110 | 0 | 1100100 | 10000 | 101101 | 100110110 | 1100100 | 11100 |
Color Harmonies of #8D0076
Complementary color
Monochromatic Colors of #8D0076
Black with #8D0076
Text Example
Text Example
White with #8D0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0076; }
p { color: rgb(141,0,118); }
H1.HeaderClassName
{
color: #8D0076;
}
.AnyTagClassName
{
color: #8D0076;
}
</style>
background-color css
<style>
a { background-color: #8D0076; }
a { background-color: rgb(141,0,118); }
div.DivClassName
{
background-color: #8D0076;
}
.BgClassName
{
background-color: #8D0076;
}
</style>
border-color css
<style>
span { border-color: #8D0076; }
span { border-color: rgb(141,0,118); }
td.TdClassName
{
border-color: #8D0076;
}
.TagClassName
{
border-color: #8D0076;
}
</style>