Shades of Purple #8A047C
Tints of Purple #8A047C
RGB
CMYK
RGB Variations
Color information
#8A047C (or 0x8A047C) is known color: Purple. HEX triplet: 8A, 04 and 7C. RGB value is (138,4,124). Sum of RGB (Red+Green+Blue) = 138+4+124=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A047C is #75FB83. Grayscale: #393939. Windows color (decimal): -7732100 or 8127626. OLE color: 8127626.
HSL color Cylindrical-coordinate representation of color #8A047C: hue angle of 306.27º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A047C is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.46 |
| HSL | 306.27º | 0.94% | 0.28% | - |
| HSV(B) | 306.27º | 0.97% | 0.54% | - |
| XYZ | 14.16 | 6.95 | 19.66 | - |
| YUV | 57.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 124 | 0 | 0.97 | 0.10 | 0.46 | 306.27 | 0.94 | 0.28 |
| Hex | 8A | 4 | 7C | 0 | 61 | A | 2E | 132 | 5E | 1C |
| Octal | 212 | 4 | 174 | 0 | 141 | 12 | 56 | 462 | 136 | 34 |
| Binary | 10001010 | 100 | 1111100 | 0 | 1100001 | 1010 | 101110 | 100110010 | 1011110 | 11100 |
Color Harmonies of #8A047C
Complementary color
Monochromatic Colors of #8A047C
Black with #8A047C
Text Example
Text Example
White with #8A047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A047C; }
p { color: rgb(138,4,124); }
H1.HeaderClassName
{
color: #8A047C;
}
.AnyTagClassName
{
color: #8A047C;
}
</style>
background-color css
<style>
a { background-color: #8A047C; }
a { background-color: rgb(138,4,124); }
div.DivClassName
{
background-color: #8A047C;
}
.BgClassName
{
background-color: #8A047C;
}
</style>
border-color css
<style>
span { border-color: #8A047C; }
span { border-color: rgb(138,4,124); }
td.TdClassName
{
border-color: #8A047C;
}
.TagClassName
{
border-color: #8A047C;
}
</style>