Shades of Trendy Pink #875481
Tints of Trendy Pink #875481
RGB
CMYK
RGB Variations
Color information
#875481 (or 0x875481) is known color: Trendy Pink. HEX triplet: 87, 54 and 81. RGB value is (135,84,129). Sum of RGB (Red+Green+Blue) = 135+84+129=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875481 is #78AB7E. Grayscale: #686868. Windows color (decimal): -7908223 or 8475783. OLE color: 8475783.
HSL color Cylindrical-coordinate representation of color #875481: hue angle of 307.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875481 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 129 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.47 |
| HSL | 307.06º | 0.23% | 0.43% | - |
| HSV(B) | 307.06º | 0.38% | 0.53% | - |
| XYZ | 17.12 | 13.08 | 22.39 | - |
| YUV | 104.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 129 | 0 | 0.38 | 0.04 | 0.47 | 307.06 | 0.23 | 0.43 |
| Hex | 87 | 54 | 81 | 0 | 26 | 4 | 2F | 133 | 17 | 2B |
| Octal | 207 | 124 | 201 | 0 | 46 | 4 | 57 | 463 | 27 | 53 |
| Binary | 10000111 | 1010100 | 10000001 | 0 | 100110 | 100 | 101111 | 100110011 | 10111 | 101011 |
Color Harmonies of #875481
Complementary color
Monochromatic Colors of #875481
Black with #875481
Text Example
Text Example
White with #875481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875481; }
p { color: rgb(135,84,129); }
H1.HeaderClassName
{
color: #875481;
}
.AnyTagClassName
{
color: #875481;
}
</style>
background-color css
<style>
a { background-color: #875481; }
a { background-color: rgb(135,84,129); }
div.DivClassName
{
background-color: #875481;
}
.BgClassName
{
background-color: #875481;
}
</style>
border-color css
<style>
span { border-color: #875481; }
span { border-color: rgb(135,84,129); }
td.TdClassName
{
border-color: #875481;
}
.TagClassName
{
border-color: #875481;
}
</style>