Shades of Trendy Pink #875A81
Tints of Trendy Pink #875A81
RGB
CMYK
RGB Variations
Color information
#875A81 (or 0x875A81) is known color: Trendy Pink. HEX triplet: 87, 5A and 81. RGB value is (135,90,129). Sum of RGB (Red+Green+Blue) = 135+90+129=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #875A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A81 is #78A57E. Grayscale: #6B6B6B. Windows color (decimal): -7906687 or 8477319. OLE color: 8477319.
HSL color Cylindrical-coordinate representation of color #875A81: hue angle of 308º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875A81 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 129 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.47 |
| HSL | 308º | 0.2% | 0.44% | - |
| HSV(B) | 308º | 0.33% | 0.53% | - |
| XYZ | 17.61 | 14.05 | 22.55 | - |
| YUV | 107.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 129 | 0 | 0.33 | 0.04 | 0.47 | 308 | 0.2 | 0.44 |
| Hex | 87 | 5A | 81 | 0 | 21 | 4 | 2F | 134 | 14 | 2C |
| Octal | 207 | 132 | 201 | 0 | 41 | 4 | 57 | 464 | 24 | 54 |
| Binary | 10000111 | 1011010 | 10000001 | 0 | 100001 | 100 | 101111 | 100110100 | 10100 | 101100 |
Color Harmonies of #875A81
Complementary color
Monochromatic Colors of #875A81
Black with #875A81
Text Example
Text Example
White with #875A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A81; }
p { color: rgb(135,90,129); }
H1.HeaderClassName
{
color: #875A81;
}
.AnyTagClassName
{
color: #875A81;
}
</style>
background-color css
<style>
a { background-color: #875A81; }
a { background-color: rgb(135,90,129); }
div.DivClassName
{
background-color: #875A81;
}
.BgClassName
{
background-color: #875A81;
}
</style>
border-color css
<style>
span { border-color: #875A81; }
span { border-color: rgb(135,90,129); }
td.TdClassName
{
border-color: #875A81;
}
.TagClassName
{
border-color: #875A81;
}
</style>