Shades of Trendy Pink #875A8A
Tints of Trendy Pink #875A8A
RGB
CMYK
RGB Variations
Color information
#875A8A (or 0x875A8A) is known color: Trendy Pink. HEX triplet: 87, 5A and 8A. RGB value is (135,90,138). Sum of RGB (Red+Green+Blue) = 135+90+138=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #875A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A8A is #78A575. Grayscale: #6C6C6C. Windows color (decimal): -7906678 or 9067143. OLE color: 9067143.
HSL color Cylindrical-coordinate representation of color #875A8A: hue angle of 296.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875A8A is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 90 | 138 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.46 |
| HSL | 296.25º | 0.21% | 0.45% | - |
| HSV(B) | 296.25º | 0.35% | 0.54% | - |
| XYZ | 18.24 | 14.3 | 25.84 | - |
| YUV | 108.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 138 | 0.02 | 0.35 | 0 | 0.46 | 296.25 | 0.21 | 0.45 |
| Hex | 87 | 5A | 8A | 2 | 23 | 0 | 2E | 128 | 15 | 2D |
| Octal | 207 | 132 | 212 | 2 | 43 | 0 | 56 | 450 | 25 | 55 |
| Binary | 10000111 | 1011010 | 10001010 | 10 | 100011 | 0 | 101110 | 100101000 | 10101 | 101101 |
Color Harmonies of #875A8A
Complementary color
Monochromatic Colors of #875A8A
Black with #875A8A
Text Example
Text Example
White with #875A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A8A; }
p { color: rgb(135,90,138); }
H1.HeaderClassName
{
color: #875A8A;
}
.AnyTagClassName
{
color: #875A8A;
}
</style>
background-color css
<style>
a { background-color: #875A8A; }
a { background-color: rgb(135,90,138); }
div.DivClassName
{
background-color: #875A8A;
}
.BgClassName
{
background-color: #875A8A;
}
</style>
border-color css
<style>
span { border-color: #875A8A; }
span { border-color: rgb(135,90,138); }
td.TdClassName
{
border-color: #875A8A;
}
.TagClassName
{
border-color: #875A8A;
}
</style>