Shades of Trendy Pink #816084
Tints of Trendy Pink #816084
RGB
CMYK
RGB Variations
Color information
#816084 (or 0x816084) is known color: Trendy Pink. HEX triplet: 81, 60 and 84. RGB value is (129,96,132). Sum of RGB (Red+Green+Blue) = 129+96+132=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #816084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816084 is #7E9F7B. Grayscale: #6D6D6D. Windows color (decimal): -8298364 or 8675457. OLE color: 8675457.
HSL color Cylindrical-coordinate representation of color #816084: hue angle of 295º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816084 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 96 | 132 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.48 |
| HSL | 295º | 0.16% | 0.45% | - |
| HSV(B) | 295º | 0.27% | 0.52% | - |
| XYZ | 17.4 | 14.7 | 23.75 | - |
| YUV | 109.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 132 | 0.02 | 0.27 | 0 | 0.48 | 295 | 0.16 | 0.45 |
| Hex | 81 | 60 | 84 | 2 | 1B | 0 | 30 | 127 | 10 | 2D |
| Octal | 201 | 140 | 204 | 2 | 33 | 0 | 60 | 447 | 20 | 55 |
| Binary | 10000001 | 1100000 | 10000100 | 10 | 11011 | 0 | 110000 | 100100111 | 10000 | 101101 |
Color Harmonies of #816084
Complementary color
Monochromatic Colors of #816084
Black with #816084
Text Example
Text Example
White with #816084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816084; }
p { color: rgb(129,96,132); }
H1.HeaderClassName
{
color: #816084;
}
.AnyTagClassName
{
color: #816084;
}
</style>
background-color css
<style>
a { background-color: #816084; }
a { background-color: rgb(129,96,132); }
div.DivClassName
{
background-color: #816084;
}
.BgClassName
{
background-color: #816084;
}
</style>
border-color css
<style>
span { border-color: #816084; }
span { border-color: rgb(129,96,132); }
td.TdClassName
{
border-color: #816084;
}
.TagClassName
{
border-color: #816084;
}
</style>