Shades of Trendy Pink #805E84
Tints of Trendy Pink #805E84
RGB
CMYK
RGB Variations
Color information
#805E84 (or 0x805E84) is known color: Trendy Pink. HEX triplet: 80, 5E and 84. RGB value is (128,94,132). Sum of RGB (Red+Green+Blue) = 128+94+132=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #805E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805E84 is #7FA17B. Grayscale: #6C6C6C. Windows color (decimal): -8364412 or 8674944. OLE color: 8674944.
HSL color Cylindrical-coordinate representation of color #805E84: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #805E84 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 94 | 132 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.48 |
| HSL | 293.68º | 0.17% | 0.44% | - |
| HSV(B) | 293.68º | 0.29% | 0.52% | - |
| XYZ | 17.07 | 14.26 | 23.68 | - |
| YUV | 108.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 132 | 0.03 | 0.29 | 0 | 0.48 | 293.68 | 0.17 | 0.44 |
| Hex | 80 | 5E | 84 | 3 | 1D | 0 | 30 | 126 | 11 | 2C |
| Octal | 200 | 136 | 204 | 3 | 35 | 0 | 60 | 446 | 21 | 54 |
| Binary | 10000000 | 1011110 | 10000100 | 11 | 11101 | 0 | 110000 | 100100110 | 10001 | 101100 |
Color Harmonies of #805E84
Complementary color
Monochromatic Colors of #805E84
Black with #805E84
Text Example
Text Example
White with #805E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E84; }
p { color: rgb(128,94,132); }
H1.HeaderClassName
{
color: #805E84;
}
.AnyTagClassName
{
color: #805E84;
}
</style>
background-color css
<style>
a { background-color: #805E84; }
a { background-color: rgb(128,94,132); }
div.DivClassName
{
background-color: #805E84;
}
.BgClassName
{
background-color: #805E84;
}
</style>
border-color css
<style>
span { border-color: #805E84; }
span { border-color: rgb(128,94,132); }
td.TdClassName
{
border-color: #805E84;
}
.TagClassName
{
border-color: #805E84;
}
</style>