Shades of Trendy Pink #8A5B87
Tints of Trendy Pink #8A5B87
RGB
CMYK
RGB Variations
Color information
#8A5B87 (or 0x8A5B87) is known color: Trendy Pink. HEX triplet: 8A, 5B and 87. RGB value is (138,91,135). Sum of RGB (Red+Green+Blue) = 138+91+135=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5B87 is #75A478. Grayscale: #6D6D6D. Windows color (decimal): -7709817 or 8870794. OLE color: 8870794.
HSL color Cylindrical-coordinate representation of color #8A5B87: hue angle of 303.83º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A5B87 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 91 | 135 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.46 |
| HSL | 303.83º | 0.21% | 0.45% | - |
| HSV(B) | 303.83º | 0.34% | 0.54% | - |
| XYZ | 18.6 | 14.63 | 24.77 | - |
| YUV | 110.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 91 | 135 | 0 | 0.34 | 0.02 | 0.46 | 303.83 | 0.21 | 0.45 |
| Hex | 8A | 5B | 87 | 0 | 22 | 2 | 2E | 130 | 15 | 2D |
| Octal | 212 | 133 | 207 | 0 | 42 | 2 | 56 | 460 | 25 | 55 |
| Binary | 10001010 | 1011011 | 10000111 | 0 | 100010 | 10 | 101110 | 100110000 | 10101 | 101101 |
Color Harmonies of #8A5B87
Complementary color
Monochromatic Colors of #8A5B87
Black with #8A5B87
Text Example
Text Example
White with #8A5B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5B87; }
p { color: rgb(138,91,135); }
H1.HeaderClassName
{
color: #8A5B87;
}
.AnyTagClassName
{
color: #8A5B87;
}
</style>
background-color css
<style>
a { background-color: #8A5B87; }
a { background-color: rgb(138,91,135); }
div.DivClassName
{
background-color: #8A5B87;
}
.BgClassName
{
background-color: #8A5B87;
}
</style>
border-color css
<style>
span { border-color: #8A5B87; }
span { border-color: rgb(138,91,135); }
td.TdClassName
{
border-color: #8A5B87;
}
.TagClassName
{
border-color: #8A5B87;
}
</style>