Shades of Purple #80148A
Tints of Purple #80148A
RGB
CMYK
RGB Variations
Color information
#80148A (or 0x80148A) is known color: Purple. HEX triplet: 80, 14 and 8A. RGB value is (128,20,138). Sum of RGB (Red+Green+Blue) = 128+20+138=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #80148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80148A is #7FEB75. Grayscale: #414141. Windows color (decimal): -8383350 or 9049216. OLE color: 9049216.
HSL color Cylindrical-coordinate representation of color #80148A: hue angle of 294.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80148A is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 20 | 138 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.46 |
| HSL | 294.92º | 0.75% | 0.31% | - |
| HSV(B) | 294.92º | 0.86% | 0.54% | - |
| XYZ | 13.74 | 6.92 | 24.66 | - |
| YUV | 65.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 138 | 0.07 | 0.86 | 0 | 0.46 | 294.92 | 0.75 | 0.31 |
| Hex | 80 | 14 | 8A | 7 | 56 | 0 | 2E | 127 | 4B | 1F |
| Octal | 200 | 24 | 212 | 7 | 126 | 0 | 56 | 447 | 113 | 37 |
| Binary | 10000000 | 10100 | 10001010 | 111 | 1010110 | 0 | 101110 | 100100111 | 1001011 | 11111 |
Color Harmonies of #80148A
Complementary color
Monochromatic Colors of #80148A
Black with #80148A
Text Example
Text Example
White with #80148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80148A; }
p { color: rgb(128,20,138); }
H1.HeaderClassName
{
color: #80148A;
}
.AnyTagClassName
{
color: #80148A;
}
</style>
background-color css
<style>
a { background-color: #80148A; }
a { background-color: rgb(128,20,138); }
div.DivClassName
{
background-color: #80148A;
}
.BgClassName
{
background-color: #80148A;
}
</style>
border-color css
<style>
span { border-color: #80148A; }
span { border-color: rgb(128,20,138); }
td.TdClassName
{
border-color: #80148A;
}
.TagClassName
{
border-color: #80148A;
}
</style>