Shades of Purple #8A0080
Tints of Purple #8A0080
RGB
CMYK
RGB Variations
Color information
#8A0080 (or 0x8A0080) is known color: Purple. HEX triplet: 8A, 00 and 80. RGB value is (138,0,128). Sum of RGB (Red+Green+Blue) = 138+0+128=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0080 is #75FF7F. Grayscale: #373737. Windows color (decimal): -7733120 or 8388746. OLE color: 8388746.
HSL color Cylindrical-coordinate representation of color #8A0080: hue angle of 304.35º 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 #8A0080 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.07 | 0.46 |
| HSL | 304.35º | 1% | 0.27% | - |
| HSV(B) | 304.35º | 1% | 0.54% | - |
| XYZ | 14.38 | 6.96 | 21.01 | - |
| YUV | 55.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 128 | 0 | 1 | 0.07 | 0.46 | 304.35 | 1 | 0.27 |
| Hex | 8A | 0 | 80 | 0 | 64 | 7 | 2E | 130 | 64 | 1B |
| Octal | 212 | 0 | 200 | 0 | 144 | 7 | 56 | 460 | 144 | 33 |
| Binary | 10001010 | 0 | 10000000 | 0 | 1100100 | 111 | 101110 | 100110000 | 1100100 | 11011 |
Color Harmonies of #8A0080
Complementary color
Monochromatic Colors of #8A0080
Black with #8A0080
Text Example
Text Example
White with #8A0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0080; }
p { color: rgb(138,0,128); }
H1.HeaderClassName
{
color: #8A0080;
}
.AnyTagClassName
{
color: #8A0080;
}
</style>
background-color css
<style>
a { background-color: #8A0080; }
a { background-color: rgb(138,0,128); }
div.DivClassName
{
background-color: #8A0080;
}
.BgClassName
{
background-color: #8A0080;
}
</style>
border-color css
<style>
span { border-color: #8A0080; }
span { border-color: rgb(138,0,128); }
td.TdClassName
{
border-color: #8A0080;
}
.TagClassName
{
border-color: #8A0080;
}
</style>