Shades of Purple #80087D
Tints of Purple #80087D
RGB
CMYK
RGB Variations
Color information
#80087D (or 0x80087D) is known color: Purple. HEX triplet: 80, 08 and 7D. RGB value is (128,8,125). Sum of RGB (Red+Green+Blue) = 128+8+125=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80087D is #7FF782. Grayscale: #383838. Windows color (decimal): -8386435 or 8194176. OLE color: 8194176.
HSL color Cylindrical-coordinate representation of color #80087D: hue angle of 301.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80087D is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 125 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.50 |
| HSL | 301.5º | 0.88% | 0.27% | - |
| HSV(B) | 301.5º | 0.94% | 0.5% | - |
| XYZ | 12.69 | 6.24 | 19.94 | - |
| YUV | 57.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 125 | 0 | 0.94 | 0.02 | 0.50 | 301.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 7D | 0 | 5E | 2 | 32 | 12E | 58 | 1B |
| Octal | 200 | 10 | 175 | 0 | 136 | 2 | 62 | 456 | 130 | 33 |
| Binary | 10000000 | 1000 | 1111101 | 0 | 1011110 | 10 | 110010 | 100101110 | 1011000 | 11011 |
Color Harmonies of #80087D
Complementary color
Monochromatic Colors of #80087D
Black with #80087D
Text Example
Text Example
White with #80087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80087D; }
p { color: rgb(128,8,125); }
H1.HeaderClassName
{
color: #80087D;
}
.AnyTagClassName
{
color: #80087D;
}
</style>
background-color css
<style>
a { background-color: #80087D; }
a { background-color: rgb(128,8,125); }
div.DivClassName
{
background-color: #80087D;
}
.BgClassName
{
background-color: #80087D;
}
</style>
border-color css
<style>
span { border-color: #80087D; }
span { border-color: rgb(128,8,125); }
td.TdClassName
{
border-color: #80087D;
}
.TagClassName
{
border-color: #80087D;
}
</style>