Shades of Purple #8A077C
Tints of Purple #8A077C
RGB
CMYK
RGB Variations
Color information
#8A077C (or 0x8A077C) is known color: Purple. HEX triplet: 8A, 07 and 7C. RGB value is (138,7,124). Sum of RGB (Red+Green+Blue) = 138+7+124=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A077C is #75F883. Grayscale: #3B3B3B. Windows color (decimal): -7731332 or 8128394. OLE color: 8128394.
HSL color Cylindrical-coordinate representation of color #8A077C: hue angle of 306.41º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A077C is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.46 |
| HSL | 306.41º | 0.9% | 0.28% | - |
| HSV(B) | 306.41º | 0.95% | 0.54% | - |
| XYZ | 14.2 | 7.01 | 19.67 | - |
| YUV | 59.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 124 | 0 | 0.95 | 0.10 | 0.46 | 306.41 | 0.9 | 0.28 |
| Hex | 8A | 7 | 7C | 0 | 5F | A | 2E | 132 | 5A | 1C |
| Octal | 212 | 7 | 174 | 0 | 137 | 12 | 56 | 462 | 132 | 34 |
| Binary | 10001010 | 111 | 1111100 | 0 | 1011111 | 1010 | 101110 | 100110010 | 1011010 | 11100 |
Color Harmonies of #8A077C
Complementary color
Monochromatic Colors of #8A077C
Black with #8A077C
Text Example
Text Example
White with #8A077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A077C; }
p { color: rgb(138,7,124); }
H1.HeaderClassName
{
color: #8A077C;
}
.AnyTagClassName
{
color: #8A077C;
}
</style>
background-color css
<style>
a { background-color: #8A077C; }
a { background-color: rgb(138,7,124); }
div.DivClassName
{
background-color: #8A077C;
}
.BgClassName
{
background-color: #8A077C;
}
</style>
border-color css
<style>
span { border-color: #8A077C; }
span { border-color: rgb(138,7,124); }
td.TdClassName
{
border-color: #8A077C;
}
.TagClassName
{
border-color: #8A077C;
}
</style>