Shades of Purple #80087B
Tints of Purple #80087B
RGB
CMYK
RGB Variations
Color information
#80087B (or 0x80087B) is known color: Purple. HEX triplet: 80, 08 and 7B. RGB value is (128,8,123). Sum of RGB (Red+Green+Blue) = 128+8+123=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80087B is #7FF784. Grayscale: #383838. Windows color (decimal): -8386437 or 8063104. OLE color: 8063104.
HSL color Cylindrical-coordinate representation of color #80087B: hue angle of 302.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 #80087B is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 123 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.50 |
| HSL | 302.5º | 0.88% | 0.27% | - |
| HSV(B) | 302.5º | 0.94% | 0.5% | - |
| XYZ | 12.56 | 6.19 | 19.27 | - |
| YUV | 56.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 123 | 0 | 0.94 | 0.04 | 0.50 | 302.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 7B | 0 | 5E | 4 | 32 | 12E | 58 | 1B |
| Octal | 200 | 10 | 173 | 0 | 136 | 4 | 62 | 456 | 130 | 33 |
| Binary | 10000000 | 1000 | 1111011 | 0 | 1011110 | 100 | 110010 | 100101110 | 1011000 | 11011 |
Color Harmonies of #80087B
Complementary color
Monochromatic Colors of #80087B
Black with #80087B
Text Example
Text Example
White with #80087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80087B; }
p { color: rgb(128,8,123); }
H1.HeaderClassName
{
color: #80087B;
}
.AnyTagClassName
{
color: #80087B;
}
</style>
background-color css
<style>
a { background-color: #80087B; }
a { background-color: rgb(128,8,123); }
div.DivClassName
{
background-color: #80087B;
}
.BgClassName
{
background-color: #80087B;
}
</style>
border-color css
<style>
span { border-color: #80087B; }
span { border-color: rgb(128,8,123); }
td.TdClassName
{
border-color: #80087B;
}
.TagClassName
{
border-color: #80087B;
}
</style>