Shades of Purple #8A0A7A
Tints of Purple #8A0A7A
RGB
CMYK
RGB Variations
Color information
#8A0A7A (or 0x8A0A7A) is known color: Purple. HEX triplet: 8A, 0A and 7A. RGB value is (138,10,122). Sum of RGB (Red+Green+Blue) = 138+10+122=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0A7A is #75F585. Grayscale: #3C3C3C. Windows color (decimal): -7730566 or 7998090. OLE color: 7998090.
HSL color Cylindrical-coordinate representation of color #8A0A7A: hue angle of 307.5º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A7A is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 122 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.46 |
| HSL | 307.5º | 0.86% | 0.29% | - |
| HSV(B) | 307.5º | 0.93% | 0.54% | - |
| XYZ | 14.1 | 7.03 | 19.03 | - |
| YUV | 61.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 122 | 0 | 0.93 | 0.12 | 0.46 | 307.5 | 0.86 | 0.29 |
| Hex | 8A | A | 7A | 0 | 5D | C | 2E | 134 | 56 | 1D |
| Octal | 212 | 12 | 172 | 0 | 135 | 14 | 56 | 464 | 126 | 35 |
| Binary | 10001010 | 1010 | 1111010 | 0 | 1011101 | 1100 | 101110 | 100110100 | 1010110 | 11101 |
Color Harmonies of #8A0A7A
Complementary color
Monochromatic Colors of #8A0A7A
Black with #8A0A7A
Text Example
Text Example
White with #8A0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A7A; }
p { color: rgb(138,10,122); }
H1.HeaderClassName
{
color: #8A0A7A;
}
.AnyTagClassName
{
color: #8A0A7A;
}
</style>
background-color css
<style>
a { background-color: #8A0A7A; }
a { background-color: rgb(138,10,122); }
div.DivClassName
{
background-color: #8A0A7A;
}
.BgClassName
{
background-color: #8A0A7A;
}
</style>
border-color css
<style>
span { border-color: #8A0A7A; }
span { border-color: rgb(138,10,122); }
td.TdClassName
{
border-color: #8A0A7A;
}
.TagClassName
{
border-color: #8A0A7A;
}
</style>