Shades of Purple #800C87
Tints of Purple #800C87
RGB
CMYK
RGB Variations
Color information
#800C87 (or 0x800C87) is known color: Purple. HEX triplet: 80, 0C and 87. RGB value is (128,12,135). Sum of RGB (Red+Green+Blue) = 128+12+135=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #800C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C87 is #7FF378. Grayscale: #3C3C3C. Windows color (decimal): -8385401 or 8850560. OLE color: 8850560.
HSL color Cylindrical-coordinate representation of color #800C87: hue angle of 296.59º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C87 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 12 | 135 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.47 |
| HSL | 296.59º | 0.84% | 0.29% | - |
| HSV(B) | 296.59º | 0.91% | 0.53% | - |
| XYZ | 13.41 | 6.6 | 23.49 | - |
| YUV | 60.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 135 | 0.05 | 0.91 | 0 | 0.47 | 296.59 | 0.84 | 0.29 |
| Hex | 80 | C | 87 | 5 | 5B | 0 | 2F | 129 | 54 | 1D |
| Octal | 200 | 14 | 207 | 5 | 133 | 0 | 57 | 451 | 124 | 35 |
| Binary | 10000000 | 1100 | 10000111 | 101 | 1011011 | 0 | 101111 | 100101001 | 1010100 | 11101 |
Color Harmonies of #800C87
Complementary color
Monochromatic Colors of #800C87
Black with #800C87
Text Example
Text Example
White with #800C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C87; }
p { color: rgb(128,12,135); }
H1.HeaderClassName
{
color: #800C87;
}
.AnyTagClassName
{
color: #800C87;
}
</style>
background-color css
<style>
a { background-color: #800C87; }
a { background-color: rgb(128,12,135); }
div.DivClassName
{
background-color: #800C87;
}
.BgClassName
{
background-color: #800C87;
}
</style>
border-color css
<style>
span { border-color: #800C87; }
span { border-color: rgb(128,12,135); }
td.TdClassName
{
border-color: #800C87;
}
.TagClassName
{
border-color: #800C87;
}
</style>