Shades of Purple #800187
Tints of Purple #800187
RGB
CMYK
RGB Variations
Color information
#800187 (or 0x800187) is known color: Purple. HEX triplet: 80, 01 and 87. RGB value is (128,1,135). Sum of RGB (Red+Green+Blue) = 128+1+135=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #800187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800187 is #7FFE78. Grayscale: #353535. Windows color (decimal): -8388217 or 8847744. OLE color: 8847744.
HSL color Cylindrical-coordinate representation of color #800187: hue angle of 296.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800187 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 1 | 135 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.47 |
| HSL | 296.87º | 0.99% | 0.27% | - |
| HSV(B) | 296.87º | 0.99% | 0.53% | - |
| XYZ | 13.29 | 6.36 | 23.45 | - |
| YUV | 54.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 135 | 0.05 | 0.99 | 0 | 0.47 | 296.87 | 0.99 | 0.27 |
| Hex | 80 | 1 | 87 | 5 | 63 | 0 | 2F | 129 | 63 | 1B |
| Octal | 200 | 1 | 207 | 5 | 143 | 0 | 57 | 451 | 143 | 33 |
| Binary | 10000000 | 1 | 10000111 | 101 | 1100011 | 0 | 101111 | 100101001 | 1100011 | 11011 |
Color Harmonies of #800187
Complementary color
Monochromatic Colors of #800187
Black with #800187
Text Example
Text Example
White with #800187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800187; }
p { color: rgb(128,1,135); }
H1.HeaderClassName
{
color: #800187;
}
.AnyTagClassName
{
color: #800187;
}
</style>
background-color css
<style>
a { background-color: #800187; }
a { background-color: rgb(128,1,135); }
div.DivClassName
{
background-color: #800187;
}
.BgClassName
{
background-color: #800187;
}
</style>
border-color css
<style>
span { border-color: #800187; }
span { border-color: rgb(128,1,135); }
td.TdClassName
{
border-color: #800187;
}
.TagClassName
{
border-color: #800187;
}
</style>