Shades of Purple #8D077A
Tints of Purple #8D077A
RGB
CMYK
RGB Variations
Color information
#8D077A (or 0x8D077A) is known color: Purple. HEX triplet: 8D, 07 and 7A. RGB value is (141,7,122). Sum of RGB (Red+Green+Blue) = 141+7+122=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D077A is #72F885. Grayscale: #3B3B3B. Windows color (decimal): -7534726 or 7997325. OLE color: 7997325.
HSL color Cylindrical-coordinate representation of color #8D077A: hue angle of 308.51º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D077A is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 122 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.45 |
| HSL | 308.51º | 0.91% | 0.29% | - |
| HSV(B) | 308.51º | 0.95% | 0.55% | - |
| XYZ | 14.57 | 7.22 | 19.04 | - |
| YUV | 60.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 122 | 0 | 0.95 | 0.13 | 0.45 | 308.51 | 0.91 | 0.29 |
| Hex | 8D | 7 | 7A | 0 | 5F | D | 2D | 135 | 5B | 1D |
| Octal | 215 | 7 | 172 | 0 | 137 | 15 | 55 | 465 | 133 | 35 |
| Binary | 10001101 | 111 | 1111010 | 0 | 1011111 | 1101 | 101101 | 100110101 | 1011011 | 11101 |
Color Harmonies of #8D077A
Complementary color
Monochromatic Colors of #8D077A
Black with #8D077A
Text Example
Text Example
White with #8D077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D077A; }
p { color: rgb(141,7,122); }
H1.HeaderClassName
{
color: #8D077A;
}
.AnyTagClassName
{
color: #8D077A;
}
</style>
background-color css
<style>
a { background-color: #8D077A; }
a { background-color: rgb(141,7,122); }
div.DivClassName
{
background-color: #8D077A;
}
.BgClassName
{
background-color: #8D077A;
}
</style>
border-color css
<style>
span { border-color: #8D077A; }
span { border-color: rgb(141,7,122); }
td.TdClassName
{
border-color: #8D077A;
}
.TagClassName
{
border-color: #8D077A;
}
</style>