Shades of Purple #80018A
Tints of Purple #80018A
RGB
CMYK
RGB Variations
Color information
#80018A (or 0x80018A) is known color: Purple. HEX triplet: 80, 01 and 8A. RGB value is (128,1,138). Sum of RGB (Red+Green+Blue) = 128+1+138=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #80018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018A is #7FFE75. Grayscale: #363636. Windows color (decimal): -8388214 or 9044352. OLE color: 9044352.
HSL color Cylindrical-coordinate representation of color #80018A: hue angle of 295.62º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80018A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 1 | 138 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.46 |
| HSL | 295.62º | 0.99% | 0.27% | - |
| HSV(B) | 295.62º | 0.99% | 0.54% | - |
| XYZ | 13.5 | 6.45 | 24.58 | - |
| YUV | 54.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 138 | 0.07 | 0.99 | 0 | 0.46 | 295.62 | 0.99 | 0.27 |
| Hex | 80 | 1 | 8A | 7 | 63 | 0 | 2E | 128 | 63 | 1B |
| Octal | 200 | 1 | 212 | 7 | 143 | 0 | 56 | 450 | 143 | 33 |
| Binary | 10000000 | 1 | 10001010 | 111 | 1100011 | 0 | 101110 | 100101000 | 1100011 | 11011 |
Color Harmonies of #80018A
Complementary color
Monochromatic Colors of #80018A
Black with #80018A
Text Example
Text Example
White with #80018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80018A; }
p { color: rgb(128,1,138); }
H1.HeaderClassName
{
color: #80018A;
}
.AnyTagClassName
{
color: #80018A;
}
</style>
background-color css
<style>
a { background-color: #80018A; }
a { background-color: rgb(128,1,138); }
div.DivClassName
{
background-color: #80018A;
}
.BgClassName
{
background-color: #80018A;
}
</style>
border-color css
<style>
span { border-color: #80018A; }
span { border-color: rgb(128,1,138); }
td.TdClassName
{
border-color: #80018A;
}
.TagClassName
{
border-color: #80018A;
}
</style>