Shades of Purple #8D007A
Tints of Purple #8D007A
RGB
CMYK
RGB Variations
Color information
#8D007A (or 0x8D007A) is known color: Purple. HEX triplet: 8D, 00 and 7A. RGB value is (141,0,122). Sum of RGB (Red+Green+Blue) = 141+0+122=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D007A is #72FF85. Grayscale: #373737. Windows color (decimal): -7536518 or 7995533. OLE color: 7995533.
HSL color Cylindrical-coordinate representation of color #8D007A: hue angle of 308.09º 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 #8D007A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.13 | 0.45 |
| HSL | 308.09º | 1% | 0.28% | - |
| HSV(B) | 308.09º | 1% | 0.55% | - |
| XYZ | 14.5 | 7.07 | 19.01 | - |
| YUV | 56.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 122 | 0 | 1 | 0.13 | 0.45 | 308.09 | 1 | 0.28 |
| Hex | 8D | 0 | 7A | 0 | 64 | D | 2D | 134 | 64 | 1C |
| Octal | 215 | 0 | 172 | 0 | 144 | 15 | 55 | 464 | 144 | 34 |
| Binary | 10001101 | 0 | 1111010 | 0 | 1100100 | 1101 | 101101 | 100110100 | 1100100 | 11100 |
Color Harmonies of #8D007A
Complementary color
Monochromatic Colors of #8D007A
Black with #8D007A
Text Example
Text Example
White with #8D007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D007A; }
p { color: rgb(141,0,122); }
H1.HeaderClassName
{
color: #8D007A;
}
.AnyTagClassName
{
color: #8D007A;
}
</style>
background-color css
<style>
a { background-color: #8D007A; }
a { background-color: rgb(141,0,122); }
div.DivClassName
{
background-color: #8D007A;
}
.BgClassName
{
background-color: #8D007A;
}
</style>
border-color css
<style>
span { border-color: #8D007A; }
span { border-color: rgb(141,0,122); }
td.TdClassName
{
border-color: #8D007A;
}
.TagClassName
{
border-color: #8D007A;
}
</style>