Shades of Purple #800A8A
Tints of Purple #800A8A
RGB
CMYK
RGB Variations
Color information
#800A8A (or 0x800A8A) is known color: Purple. HEX triplet: 80, 0A and 8A. RGB value is (128,10,138). Sum of RGB (Red+Green+Blue) = 128+10+138=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #800A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800A8A is #7FF575. Grayscale: #3B3B3B. Windows color (decimal): -8385910 or 9046656. OLE color: 9046656.
HSL color Cylindrical-coordinate representation of color #800A8A: hue angle of 295.31º 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 #800A8A is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 10 | 138 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.46 |
| HSL | 295.31º | 0.86% | 0.29% | - |
| HSV(B) | 295.31º | 0.93% | 0.54% | - |
| XYZ | 13.6 | 6.64 | 24.61 | - |
| YUV | 59.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 138 | 0.07 | 0.93 | 0 | 0.46 | 295.31 | 0.86 | 0.29 |
| Hex | 80 | A | 8A | 7 | 5D | 0 | 2E | 127 | 56 | 1D |
| Octal | 200 | 12 | 212 | 7 | 135 | 0 | 56 | 447 | 126 | 35 |
| Binary | 10000000 | 1010 | 10001010 | 111 | 1011101 | 0 | 101110 | 100100111 | 1010110 | 11101 |
Color Harmonies of #800A8A
Complementary color
Monochromatic Colors of #800A8A
Black with #800A8A
Text Example
Text Example
White with #800A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A8A; }
p { color: rgb(128,10,138); }
H1.HeaderClassName
{
color: #800A8A;
}
.AnyTagClassName
{
color: #800A8A;
}
</style>
background-color css
<style>
a { background-color: #800A8A; }
a { background-color: rgb(128,10,138); }
div.DivClassName
{
background-color: #800A8A;
}
.BgClassName
{
background-color: #800A8A;
}
</style>
border-color css
<style>
span { border-color: #800A8A; }
span { border-color: rgb(128,10,138); }
td.TdClassName
{
border-color: #800A8A;
}
.TagClassName
{
border-color: #800A8A;
}
</style>