Shades of Trendy Pink #874D8B
Tints of Trendy Pink #874D8B
RGB
CMYK
RGB Variations
Color information
#874D8B (or 0x874D8B) is known color: Trendy Pink. HEX triplet: 87, 4D and 8B. RGB value is (135,77,139). Sum of RGB (Red+Green+Blue) = 135+77+139=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #874D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D8B is #78B274. Grayscale: #656565. Windows color (decimal): -7910005 or 9129351. OLE color: 9129351.
HSL color Cylindrical-coordinate representation of color #874D8B: hue angle of 296.13º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874D8B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 77 | 139 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.45 |
| HSL | 296.13º | 0.29% | 0.42% | - |
| HSV(B) | 296.13º | 0.45% | 0.55% | - |
| XYZ | 17.31 | 12.32 | 25.89 | - |
| YUV | 101.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 139 | 0.03 | 0.45 | 0 | 0.45 | 296.13 | 0.29 | 0.42 |
| Hex | 87 | 4D | 8B | 3 | 2D | 0 | 2D | 128 | 1D | 2A |
| Octal | 207 | 115 | 213 | 3 | 55 | 0 | 55 | 450 | 35 | 52 |
| Binary | 10000111 | 1001101 | 10001011 | 11 | 101101 | 0 | 101101 | 100101000 | 11101 | 101010 |
Color Harmonies of #874D8B
Complementary color
Monochromatic Colors of #874D8B
Black with #874D8B
Text Example
Text Example
White with #874D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D8B; }
p { color: rgb(135,77,139); }
H1.HeaderClassName
{
color: #874D8B;
}
.AnyTagClassName
{
color: #874D8B;
}
</style>
background-color css
<style>
a { background-color: #874D8B; }
a { background-color: rgb(135,77,139); }
div.DivClassName
{
background-color: #874D8B;
}
.BgClassName
{
background-color: #874D8B;
}
</style>
border-color css
<style>
span { border-color: #874D8B; }
span { border-color: rgb(135,77,139); }
td.TdClassName
{
border-color: #874D8B;
}
.TagClassName
{
border-color: #874D8B;
}
</style>