Shades of Trendy Pink #816D84
Tints of Trendy Pink #816D84
RGB
CMYK
RGB Variations
Color information
#816D84 (or 0x816D84) is known color: Trendy Pink. HEX triplet: 81, 6D and 84. RGB value is (129,109,132). Sum of RGB (Red+Green+Blue) = 129+109+132=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #816D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D84 is #7E927B. Grayscale: #757575. Windows color (decimal): -8295036 or 8678785. OLE color: 8678785.
HSL color Cylindrical-coordinate representation of color #816D84: hue angle of 292.17º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #816D84 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 109 | 132 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.48 |
| HSL | 292.17º | 0.1% | 0.47% | - |
| HSV(B) | 292.17º | 0.17% | 0.52% | - |
| XYZ | 18.69 | 17.27 | 24.18 | - |
| YUV | 117.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 132 | 0.02 | 0.17 | 0 | 0.48 | 292.17 | 0.1 | 0.47 |
| Hex | 81 | 6D | 84 | 2 | 11 | 0 | 30 | 124 | A | 2F |
| Octal | 201 | 155 | 204 | 2 | 21 | 0 | 60 | 444 | 12 | 57 |
| Binary | 10000001 | 1101101 | 10000100 | 10 | 10001 | 0 | 110000 | 100100100 | 1010 | 101111 |
Color Harmonies of #816D84
Complementary color
Monochromatic Colors of #816D84
Black with #816D84
Text Example
Text Example
White with #816D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D84; }
p { color: rgb(129,109,132); }
H1.HeaderClassName
{
color: #816D84;
}
.AnyTagClassName
{
color: #816D84;
}
</style>
background-color css
<style>
a { background-color: #816D84; }
a { background-color: rgb(129,109,132); }
div.DivClassName
{
background-color: #816D84;
}
.BgClassName
{
background-color: #816D84;
}
</style>
border-color css
<style>
span { border-color: #816D84; }
span { border-color: rgb(129,109,132); }
td.TdClassName
{
border-color: #816D84;
}
.TagClassName
{
border-color: #816D84;
}
</style>