Shades of Purple #801185
Tints of Purple #801185
RGB
CMYK
RGB Variations
Color information
#801185 (or 0x801185) is known color: Purple. HEX triplet: 80, 11 and 85. RGB value is (128,17,133). Sum of RGB (Red+Green+Blue) = 128+17+133=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #801185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801185 is #7FEE7A. Grayscale: #3F3F3F. Windows color (decimal): -8384123 or 8720768. OLE color: 8720768.
HSL color Cylindrical-coordinate representation of color #801185: hue angle of 297.41º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801185 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 17 | 133 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.48 |
| HSL | 297.41º | 0.77% | 0.29% | - |
| HSV(B) | 297.41º | 0.87% | 0.52% | - |
| XYZ | 13.34 | 6.68 | 22.78 | - |
| YUV | 63.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 133 | 0.04 | 0.87 | 0 | 0.48 | 297.41 | 0.77 | 0.29 |
| Hex | 80 | 11 | 85 | 4 | 57 | 0 | 30 | 129 | 4D | 1D |
| Octal | 200 | 21 | 205 | 4 | 127 | 0 | 60 | 451 | 115 | 35 |
| Binary | 10000000 | 10001 | 10000101 | 100 | 1010111 | 0 | 110000 | 100101001 | 1001101 | 11101 |
Color Harmonies of #801185
Complementary color
Monochromatic Colors of #801185
Black with #801185
Text Example
Text Example
White with #801185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801185; }
p { color: rgb(128,17,133); }
H1.HeaderClassName
{
color: #801185;
}
.AnyTagClassName
{
color: #801185;
}
</style>
background-color css
<style>
a { background-color: #801185; }
a { background-color: rgb(128,17,133); }
div.DivClassName
{
background-color: #801185;
}
.BgClassName
{
background-color: #801185;
}
</style>
border-color css
<style>
span { border-color: #801185; }
span { border-color: rgb(128,17,133); }
td.TdClassName
{
border-color: #801185;
}
.TagClassName
{
border-color: #801185;
}
</style>