Shades of Trendy Pink #875A92
Tints of Trendy Pink #875A92
RGB
CMYK
RGB Variations
Color information
#875A92 (or 0x875A92) is known color: Trendy Pink. HEX triplet: 87, 5A and 92. RGB value is (135,90,146). Sum of RGB (Red+Green+Blue) = 135+90+146=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #875A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A92 is #78A56D. Grayscale: #6D6D6D. Windows color (decimal): -7906670 or 9591431. OLE color: 9591431.
HSL color Cylindrical-coordinate representation of color #875A92: hue angle of 288.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875A92 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 90 | 146 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.43 |
| HSL | 288.21º | 0.24% | 0.46% | - |
| HSV(B) | 288.21º | 0.38% | 0.57% | - |
| XYZ | 18.84 | 14.54 | 29.01 | - |
| YUV | 109.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 146 | 0.08 | 0.38 | 0 | 0.43 | 288.21 | 0.24 | 0.46 |
| Hex | 87 | 5A | 92 | 8 | 26 | 0 | 2B | 120 | 18 | 2E |
| Octal | 207 | 132 | 222 | 10 | 46 | 0 | 53 | 440 | 30 | 56 |
| Binary | 10000111 | 1011010 | 10010010 | 1000 | 100110 | 0 | 101011 | 100100000 | 11000 | 101110 |
Color Harmonies of #875A92
Complementary color
Monochromatic Colors of #875A92
Black with #875A92
Text Example
Text Example
White with #875A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A92; }
p { color: rgb(135,90,146); }
H1.HeaderClassName
{
color: #875A92;
}
.AnyTagClassName
{
color: #875A92;
}
</style>
background-color css
<style>
a { background-color: #875A92; }
a { background-color: rgb(135,90,146); }
div.DivClassName
{
background-color: #875A92;
}
.BgClassName
{
background-color: #875A92;
}
</style>
border-color css
<style>
span { border-color: #875A92; }
span { border-color: rgb(135,90,146); }
td.TdClassName
{
border-color: #875A92;
}
.TagClassName
{
border-color: #875A92;
}
</style>