Shades of Trendy Pink #875983
Tints of Trendy Pink #875983
RGB
CMYK
RGB Variations
Color information
#875983 (or 0x875983) is known color: Trendy Pink. HEX triplet: 87, 59 and 83. RGB value is (135,89,131). Sum of RGB (Red+Green+Blue) = 135+89+131=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #875983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875983 is #78A67C. Grayscale: #6B6B6B. Windows color (decimal): -7906941 or 8608135. OLE color: 8608135.
HSL color Cylindrical-coordinate representation of color #875983: hue angle of 305.22º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875983 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 131 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.47 |
| HSL | 305.22º | 0.21% | 0.44% | - |
| HSV(B) | 305.22º | 0.34% | 0.53% | - |
| XYZ | 17.66 | 13.93 | 23.23 | - |
| YUV | 107.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 131 | 0 | 0.34 | 0.03 | 0.47 | 305.22 | 0.21 | 0.44 |
| Hex | 87 | 59 | 83 | 0 | 22 | 3 | 2F | 131 | 15 | 2C |
| Octal | 207 | 131 | 203 | 0 | 42 | 3 | 57 | 461 | 25 | 54 |
| Binary | 10000111 | 1011001 | 10000011 | 0 | 100010 | 11 | 101111 | 100110001 | 10101 | 101100 |
Color Harmonies of #875983
Complementary color
Monochromatic Colors of #875983
Black with #875983
Text Example
Text Example
White with #875983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875983; }
p { color: rgb(135,89,131); }
H1.HeaderClassName
{
color: #875983;
}
.AnyTagClassName
{
color: #875983;
}
</style>
background-color css
<style>
a { background-color: #875983; }
a { background-color: rgb(135,89,131); }
div.DivClassName
{
background-color: #875983;
}
.BgClassName
{
background-color: #875983;
}
</style>
border-color css
<style>
span { border-color: #875983; }
span { border-color: rgb(135,89,131); }
td.TdClassName
{
border-color: #875983;
}
.TagClassName
{
border-color: #875983;
}
</style>