Shades of Purple #8D027A
Tints of Purple #8D027A
RGB
CMYK
RGB Variations
Color information
#8D027A (or 0x8D027A) is known color: Purple. HEX triplet: 8D, 02 and 7A. RGB value is (141,2,122). Sum of RGB (Red+Green+Blue) = 141+2+122=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D027A is #72FD85. Grayscale: #383838. Windows color (decimal): -7536006 or 7996045. OLE color: 7996045.
HSL color Cylindrical-coordinate representation of color #8D027A: hue angle of 308.2º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D027A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.45 |
| HSL | 308.2º | 0.97% | 0.28% | - |
| HSV(B) | 308.2º | 0.99% | 0.55% | - |
| XYZ | 14.52 | 7.11 | 19.02 | - |
| YUV | 57.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 122 | 0 | 0.99 | 0.13 | 0.45 | 308.2 | 0.97 | 0.28 |
| Hex | 8D | 2 | 7A | 0 | 63 | D | 2D | 134 | 61 | 1C |
| Octal | 215 | 2 | 172 | 0 | 143 | 15 | 55 | 464 | 141 | 34 |
| Binary | 10001101 | 10 | 1111010 | 0 | 1100011 | 1101 | 101101 | 100110100 | 1100001 | 11100 |
Color Harmonies of #8D027A
Complementary color
Monochromatic Colors of #8D027A
Black with #8D027A
Text Example
Text Example
White with #8D027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D027A; }
p { color: rgb(141,2,122); }
H1.HeaderClassName
{
color: #8D027A;
}
.AnyTagClassName
{
color: #8D027A;
}
</style>
background-color css
<style>
a { background-color: #8D027A; }
a { background-color: rgb(141,2,122); }
div.DivClassName
{
background-color: #8D027A;
}
.BgClassName
{
background-color: #8D027A;
}
</style>
border-color css
<style>
span { border-color: #8D027A; }
span { border-color: rgb(141,2,122); }
td.TdClassName
{
border-color: #8D027A;
}
.TagClassName
{
border-color: #8D027A;
}
</style>