Shades of Trendy Pink #87638A
Tints of Trendy Pink #87638A
RGB
CMYK
RGB Variations
Color information
#87638A (or 0x87638A) is known color: Trendy Pink. HEX triplet: 87, 63 and 8A. RGB value is (135,99,138). Sum of RGB (Red+Green+Blue) = 135+99+138=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #87638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87638A is #789C75. Grayscale: #727272. Windows color (decimal): -7904374 or 9069447. OLE color: 9069447.
HSL color Cylindrical-coordinate representation of color #87638A: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87638A is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 99 | 138 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.46 |
| HSL | 295.38º | 0.16% | 0.46% | - |
| HSV(B) | 295.38º | 0.28% | 0.54% | - |
| XYZ | 19.04 | 15.91 | 26.11 | - |
| YUV | 114.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 138 | 0.02 | 0.28 | 0 | 0.46 | 295.38 | 0.16 | 0.46 |
| Hex | 87 | 63 | 8A | 2 | 1C | 0 | 2E | 127 | 10 | 2E |
| Octal | 207 | 143 | 212 | 2 | 34 | 0 | 56 | 447 | 20 | 56 |
| Binary | 10000111 | 1100011 | 10001010 | 10 | 11100 | 0 | 101110 | 100100111 | 10000 | 101110 |
Color Harmonies of #87638A
Complementary color
Monochromatic Colors of #87638A
Black with #87638A
Text Example
Text Example
White with #87638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87638A; }
p { color: rgb(135,99,138); }
H1.HeaderClassName
{
color: #87638A;
}
.AnyTagClassName
{
color: #87638A;
}
</style>
background-color css
<style>
a { background-color: #87638A; }
a { background-color: rgb(135,99,138); }
div.DivClassName
{
background-color: #87638A;
}
.BgClassName
{
background-color: #87638A;
}
</style>
border-color css
<style>
span { border-color: #87638A; }
span { border-color: rgb(135,99,138); }
td.TdClassName
{
border-color: #87638A;
}
.TagClassName
{
border-color: #87638A;
}
</style>