Shades of Trendy Pink #875B81
Tints of Trendy Pink #875B81
RGB
CMYK
RGB Variations
Color information
#875B81 (or 0x875B81) is known color: Trendy Pink. HEX triplet: 87, 5B and 81. RGB value is (135,91,129). Sum of RGB (Red+Green+Blue) = 135+91+129=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #875B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B81 is #78A47E. Grayscale: #6C6C6C. Windows color (decimal): -7906431 or 8477575. OLE color: 8477575.
HSL color Cylindrical-coordinate representation of color #875B81: hue angle of 308.18º degrees, saturation: 0.19, 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 #875B81 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 129 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.47 |
| HSL | 308.18º | 0.19% | 0.44% | - |
| HSV(B) | 308.18º | 0.33% | 0.53% | - |
| XYZ | 17.7 | 14.22 | 22.58 | - |
| YUV | 108.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 129 | 0 | 0.33 | 0.04 | 0.47 | 308.18 | 0.19 | 0.44 |
| Hex | 87 | 5B | 81 | 0 | 21 | 4 | 2F | 134 | 13 | 2C |
| Octal | 207 | 133 | 201 | 0 | 41 | 4 | 57 | 464 | 23 | 54 |
| Binary | 10000111 | 1011011 | 10000001 | 0 | 100001 | 100 | 101111 | 100110100 | 10011 | 101100 |
Color Harmonies of #875B81
Complementary color
Monochromatic Colors of #875B81
Black with #875B81
Text Example
Text Example
White with #875B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B81; }
p { color: rgb(135,91,129); }
H1.HeaderClassName
{
color: #875B81;
}
.AnyTagClassName
{
color: #875B81;
}
</style>
background-color css
<style>
a { background-color: #875B81; }
a { background-color: rgb(135,91,129); }
div.DivClassName
{
background-color: #875B81;
}
.BgClassName
{
background-color: #875B81;
}
</style>
border-color css
<style>
span { border-color: #875B81; }
span { border-color: rgb(135,91,129); }
td.TdClassName
{
border-color: #875B81;
}
.TagClassName
{
border-color: #875B81;
}
</style>