Shades of Trendy Pink #805E81
Tints of Trendy Pink #805E81
RGB
CMYK
RGB Variations
Color information
#805E81 (or 0x805E81) is known color: Trendy Pink. HEX triplet: 80, 5E and 81. RGB value is (128,94,129). Sum of RGB (Red+Green+Blue) = 128+94+129=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #805E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E81 is #7FA17E. Grayscale: #6C6C6C. Windows color (decimal): -8364415 or 8478336. OLE color: 8478336.
HSL color Cylindrical-coordinate representation of color #805E81: hue angle of 298.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E81 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 94 | 129 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.49 |
| HSL | 298.29º | 0.16% | 0.44% | - |
| HSV(B) | 298.29º | 0.27% | 0.51% | - |
| XYZ | 16.87 | 14.18 | 22.62 | - |
| YUV | 108.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 129 | 0.01 | 0.27 | 0 | 0.49 | 298.29 | 0.16 | 0.44 |
| Hex | 80 | 5E | 81 | 1 | 1B | 0 | 31 | 12A | 10 | 2C |
| Octal | 200 | 136 | 201 | 1 | 33 | 0 | 61 | 452 | 20 | 54 |
| Binary | 10000000 | 1011110 | 10000001 | 1 | 11011 | 0 | 110001 | 100101010 | 10000 | 101100 |
Color Harmonies of #805E81
Complementary color
Monochromatic Colors of #805E81
Black with #805E81
Text Example
Text Example
White with #805E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E81; }
p { color: rgb(128,94,129); }
H1.HeaderClassName
{
color: #805E81;
}
.AnyTagClassName
{
color: #805E81;
}
</style>
background-color css
<style>
a { background-color: #805E81; }
a { background-color: rgb(128,94,129); }
div.DivClassName
{
background-color: #805E81;
}
.BgClassName
{
background-color: #805E81;
}
</style>
border-color css
<style>
span { border-color: #805E81; }
span { border-color: rgb(128,94,129); }
td.TdClassName
{
border-color: #805E81;
}
.TagClassName
{
border-color: #805E81;
}
</style>