Shades of Trendy Pink #875482
Tints of Trendy Pink #875482
RGB
CMYK
RGB Variations
Color information
#875482 (or 0x875482) is known color: Trendy Pink. HEX triplet: 87, 54 and 82. RGB value is (135,84,130). Sum of RGB (Red+Green+Blue) = 135+84+130=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #875482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875482 is #78AB7D. Grayscale: #686868. Windows color (decimal): -7908222 or 8541319. OLE color: 8541319.
HSL color Cylindrical-coordinate representation of color #875482: hue angle of 305.88º 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 #875482 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 130 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.47 |
| HSL | 305.88º | 0.23% | 0.43% | - |
| HSV(B) | 305.88º | 0.38% | 0.53% | - |
| XYZ | 17.19 | 13.1 | 22.74 | - |
| YUV | 104.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 130 | 0 | 0.38 | 0.04 | 0.47 | 305.88 | 0.23 | 0.43 |
| Hex | 87 | 54 | 82 | 0 | 26 | 4 | 2F | 132 | 17 | 2B |
| Octal | 207 | 124 | 202 | 0 | 46 | 4 | 57 | 462 | 27 | 53 |
| Binary | 10000111 | 1010100 | 10000010 | 0 | 100110 | 100 | 101111 | 100110010 | 10111 | 101011 |
Color Harmonies of #875482
Complementary color
Monochromatic Colors of #875482
Black with #875482
Text Example
Text Example
White with #875482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875482; }
p { color: rgb(135,84,130); }
H1.HeaderClassName
{
color: #875482;
}
.AnyTagClassName
{
color: #875482;
}
</style>
background-color css
<style>
a { background-color: #875482; }
a { background-color: rgb(135,84,130); }
div.DivClassName
{
background-color: #875482;
}
.BgClassName
{
background-color: #875482;
}
</style>
border-color css
<style>
span { border-color: #875482; }
span { border-color: rgb(135,84,130); }
td.TdClassName
{
border-color: #875482;
}
.TagClassName
{
border-color: #875482;
}
</style>