Shades of Trendy Pink #875380
Tints of Trendy Pink #875380
RGB
CMYK
RGB Variations
Color information
#875380 (or 0x875380) is known color: Trendy Pink. HEX triplet: 87, 53 and 80. RGB value is (135,83,128). Sum of RGB (Red+Green+Blue) = 135+83+128=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875380 is #78AC7F. Grayscale: #676767. Windows color (decimal): -7908480 or 8409991. OLE color: 8409991.
HSL color Cylindrical-coordinate representation of color #875380: hue angle of 308.08º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875380 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 128 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.47 |
| HSL | 308.08º | 0.24% | 0.43% | - |
| HSV(B) | 308.08º | 0.39% | 0.53% | - |
| XYZ | 16.98 | 12.9 | 22.02 | - |
| YUV | 103.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 128 | 0 | 0.39 | 0.05 | 0.47 | 308.08 | 0.24 | 0.43 |
| Hex | 87 | 53 | 80 | 0 | 27 | 5 | 2F | 134 | 18 | 2B |
| Octal | 207 | 123 | 200 | 0 | 47 | 5 | 57 | 464 | 30 | 53 |
| Binary | 10000111 | 1010011 | 10000000 | 0 | 100111 | 101 | 101111 | 100110100 | 11000 | 101011 |
Color Harmonies of #875380
Complementary color
Monochromatic Colors of #875380
Black with #875380
Text Example
Text Example
White with #875380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875380; }
p { color: rgb(135,83,128); }
H1.HeaderClassName
{
color: #875380;
}
.AnyTagClassName
{
color: #875380;
}
</style>
background-color css
<style>
a { background-color: #875380; }
a { background-color: rgb(135,83,128); }
div.DivClassName
{
background-color: #875380;
}
.BgClassName
{
background-color: #875380;
}
</style>
border-color css
<style>
span { border-color: #875380; }
span { border-color: rgb(135,83,128); }
td.TdClassName
{
border-color: #875380;
}
.TagClassName
{
border-color: #875380;
}
</style>