Shades of Purple #800D85
Tints of Purple #800D85
RGB
CMYK
RGB Variations
Color information
#800D85 (or 0x800D85) is known color: Purple. HEX triplet: 80, 0D and 85. RGB value is (128,13,133). Sum of RGB (Red+Green+Blue) = 128+13+133=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #800D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800D85 is #7FF27A. Grayscale: #3C3C3C. Windows color (decimal): -8385147 or 8719744. OLE color: 8719744.
HSL color Cylindrical-coordinate representation of color #800D85: hue angle of 297.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D85 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 13 | 133 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.48 |
| HSL | 297.5º | 0.82% | 0.29% | - |
| HSV(B) | 297.5º | 0.9% | 0.52% | - |
| XYZ | 13.28 | 6.57 | 22.76 | - |
| YUV | 61.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 133 | 0.04 | 0.90 | 0 | 0.48 | 297.5 | 0.82 | 0.29 |
| Hex | 80 | D | 85 | 4 | 5A | 0 | 30 | 12A | 52 | 1D |
| Octal | 200 | 15 | 205 | 4 | 132 | 0 | 60 | 452 | 122 | 35 |
| Binary | 10000000 | 1101 | 10000101 | 100 | 1011010 | 0 | 110000 | 100101010 | 1010010 | 11101 |
Color Harmonies of #800D85
Complementary color
Monochromatic Colors of #800D85
Black with #800D85
Text Example
Text Example
White with #800D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D85; }
p { color: rgb(128,13,133); }
H1.HeaderClassName
{
color: #800D85;
}
.AnyTagClassName
{
color: #800D85;
}
</style>
background-color css
<style>
a { background-color: #800D85; }
a { background-color: rgb(128,13,133); }
div.DivClassName
{
background-color: #800D85;
}
.BgClassName
{
background-color: #800D85;
}
</style>
border-color css
<style>
span { border-color: #800D85; }
span { border-color: rgb(128,13,133); }
td.TdClassName
{
border-color: #800D85;
}
.TagClassName
{
border-color: #800D85;
}
</style>