Shades of Trendy Pink #8A5387
Tints of Trendy Pink #8A5387
RGB
CMYK
RGB Variations
Color information
#8A5387 (or 0x8A5387) is known color: Trendy Pink. HEX triplet: 8A, 53 and 87. RGB value is (138,83,135). Sum of RGB (Red+Green+Blue) = 138+83+135=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5387 is #75AC78. Grayscale: #696969. Windows color (decimal): -7711865 or 8868746. OLE color: 8868746.
HSL color Cylindrical-coordinate representation of color #8A5387: hue angle of 303.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A5387 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 83 | 135 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.46 |
| HSL | 303.27º | 0.25% | 0.43% | - |
| HSV(B) | 303.27º | 0.4% | 0.54% | - |
| XYZ | 17.95 | 13.34 | 24.55 | - |
| YUV | 105.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 135 | 0 | 0.40 | 0.02 | 0.46 | 303.27 | 0.25 | 0.43 |
| Hex | 8A | 53 | 87 | 0 | 28 | 2 | 2E | 12F | 19 | 2B |
| Octal | 212 | 123 | 207 | 0 | 50 | 2 | 56 | 457 | 31 | 53 |
| Binary | 10001010 | 1010011 | 10000111 | 0 | 101000 | 10 | 101110 | 100101111 | 11001 | 101011 |
Color Harmonies of #8A5387
Complementary color
Monochromatic Colors of #8A5387
Black with #8A5387
Text Example
Text Example
White with #8A5387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5387; }
p { color: rgb(138,83,135); }
H1.HeaderClassName
{
color: #8A5387;
}
.AnyTagClassName
{
color: #8A5387;
}
</style>
background-color css
<style>
a { background-color: #8A5387; }
a { background-color: rgb(138,83,135); }
div.DivClassName
{
background-color: #8A5387;
}
.BgClassName
{
background-color: #8A5387;
}
</style>
border-color css
<style>
span { border-color: #8A5387; }
span { border-color: rgb(138,83,135); }
td.TdClassName
{
border-color: #8A5387;
}
.TagClassName
{
border-color: #8A5387;
}
</style>