Shades of Purple #800D87
Tints of Purple #800D87
RGB
CMYK
RGB Variations
Color information
#800D87 (or 0x800D87) is known color: Purple. HEX triplet: 80, 0D and 87. RGB value is (128,13,135). Sum of RGB (Red+Green+Blue) = 128+13+135=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #800D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800D87 is #7FF278. Grayscale: #3C3C3C. Windows color (decimal): -8385145 or 8850816. OLE color: 8850816.
HSL color Cylindrical-coordinate representation of color #800D87: hue angle of 296.56º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D87 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 13 | 135 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.47 |
| HSL | 296.56º | 0.82% | 0.29% | - |
| HSV(B) | 296.56º | 0.9% | 0.53% | - |
| XYZ | 13.42 | 6.63 | 23.49 | - |
| YUV | 61.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 135 | 0.05 | 0.90 | 0 | 0.47 | 296.56 | 0.82 | 0.29 |
| Hex | 80 | D | 87 | 5 | 5A | 0 | 2F | 129 | 52 | 1D |
| Octal | 200 | 15 | 207 | 5 | 132 | 0 | 57 | 451 | 122 | 35 |
| Binary | 10000000 | 1101 | 10000111 | 101 | 1011010 | 0 | 101111 | 100101001 | 1010010 | 11101 |
Color Harmonies of #800D87
Complementary color
Monochromatic Colors of #800D87
Black with #800D87
Text Example
Text Example
White with #800D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D87; }
p { color: rgb(128,13,135); }
H1.HeaderClassName
{
color: #800D87;
}
.AnyTagClassName
{
color: #800D87;
}
</style>
background-color css
<style>
a { background-color: #800D87; }
a { background-color: rgb(128,13,135); }
div.DivClassName
{
background-color: #800D87;
}
.BgClassName
{
background-color: #800D87;
}
</style>
border-color css
<style>
span { border-color: #800D87; }
span { border-color: rgb(128,13,135); }
td.TdClassName
{
border-color: #800D87;
}
.TagClassName
{
border-color: #800D87;
}
</style>