Shades of Purple #8A007A
Tints of Purple #8A007A
RGB
CMYK
RGB Variations
Color information
#8A007A (or 0x8A007A) is known color: Purple. HEX triplet: 8A, 00 and 7A. RGB value is (138,0,122). Sum of RGB (Red+Green+Blue) = 138+0+122=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A007A is #75FF85. Grayscale: #363636. Windows color (decimal): -7733126 or 7995530. OLE color: 7995530.
HSL color Cylindrical-coordinate representation of color #8A007A: hue angle of 306.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A007A is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.12 | 0.46 |
| HSL | 306.96º | 1% | 0.27% | - |
| HSV(B) | 306.96º | 1% | 0.54% | - |
| XYZ | 13.99 | 6.81 | 18.99 | - |
| YUV | 55.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 122 | 0 | 1 | 0.12 | 0.46 | 306.96 | 1 | 0.27 |
| Hex | 8A | 0 | 7A | 0 | 64 | C | 2E | 133 | 64 | 1B |
| Octal | 212 | 0 | 172 | 0 | 144 | 14 | 56 | 463 | 144 | 33 |
| Binary | 10001010 | 0 | 1111010 | 0 | 1100100 | 1100 | 101110 | 100110011 | 1100100 | 11011 |
Color Harmonies of #8A007A
Complementary color
Monochromatic Colors of #8A007A
Black with #8A007A
Text Example
Text Example
White with #8A007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A007A; }
p { color: rgb(138,0,122); }
H1.HeaderClassName
{
color: #8A007A;
}
.AnyTagClassName
{
color: #8A007A;
}
</style>
background-color css
<style>
a { background-color: #8A007A; }
a { background-color: rgb(138,0,122); }
div.DivClassName
{
background-color: #8A007A;
}
.BgClassName
{
background-color: #8A007A;
}
</style>
border-color css
<style>
span { border-color: #8A007A; }
span { border-color: rgb(138,0,122); }
td.TdClassName
{
border-color: #8A007A;
}
.TagClassName
{
border-color: #8A007A;
}
</style>