Shades of Trendy Pink #875C8A
Tints of Trendy Pink #875C8A
RGB
CMYK
RGB Variations
Color information
#875C8A (or 0x875C8A) is known color: Trendy Pink. HEX triplet: 87, 5C and 8A. RGB value is (135,92,138). Sum of RGB (Red+Green+Blue) = 135+92+138=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #875C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C8A is #78A375. Grayscale: #6D6D6D. Windows color (decimal): -7906166 or 9067655. OLE color: 9067655.
HSL color Cylindrical-coordinate representation of color #875C8A: hue angle of 296.09º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875C8A is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 92 | 138 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.46 |
| HSL | 296.09º | 0.2% | 0.45% | - |
| HSV(B) | 296.09º | 0.33% | 0.54% | - |
| XYZ | 18.41 | 14.64 | 25.9 | - |
| YUV | 110.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 138 | 0.02 | 0.33 | 0 | 0.46 | 296.09 | 0.2 | 0.45 |
| Hex | 87 | 5C | 8A | 2 | 21 | 0 | 2E | 128 | 14 | 2D |
| Octal | 207 | 134 | 212 | 2 | 41 | 0 | 56 | 450 | 24 | 55 |
| Binary | 10000111 | 1011100 | 10001010 | 10 | 100001 | 0 | 101110 | 100101000 | 10100 | 101101 |
Color Harmonies of #875C8A
Complementary color
Monochromatic Colors of #875C8A
Black with #875C8A
Text Example
Text Example
White with #875C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C8A; }
p { color: rgb(135,92,138); }
H1.HeaderClassName
{
color: #875C8A;
}
.AnyTagClassName
{
color: #875C8A;
}
</style>
background-color css
<style>
a { background-color: #875C8A; }
a { background-color: rgb(135,92,138); }
div.DivClassName
{
background-color: #875C8A;
}
.BgClassName
{
background-color: #875C8A;
}
</style>
border-color css
<style>
span { border-color: #875C8A; }
span { border-color: rgb(135,92,138); }
td.TdClassName
{
border-color: #875C8A;
}
.TagClassName
{
border-color: #875C8A;
}
</style>