Shades of Trendy Pink #8A4A87
Tints of Trendy Pink #8A4A87
RGB
CMYK
RGB Variations
Color information
#8A4A87 (or 0x8A4A87) is known color: Trendy Pink. HEX triplet: 8A, 4A and 87. RGB value is (138,74,135). Sum of RGB (Red+Green+Blue) = 138+74+135=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4A87 is #75B578. Grayscale: #636363. Windows color (decimal): -7714169 or 8866442. OLE color: 8866442.
HSL color Cylindrical-coordinate representation of color #8A4A87: hue angle of 302.81º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4A87 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 135 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.46 |
| HSL | 302.81º | 0.3% | 0.42% | - |
| HSV(B) | 302.81º | 0.46% | 0.54% | - |
| XYZ | 17.3 | 12.05 | 24.34 | - |
| YUV | 100.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 135 | 0 | 0.46 | 0.02 | 0.46 | 302.81 | 0.3 | 0.42 |
| Hex | 8A | 4A | 87 | 0 | 2E | 2 | 2E | 12F | 1E | 2A |
| Octal | 212 | 112 | 207 | 0 | 56 | 2 | 56 | 457 | 36 | 52 |
| Binary | 10001010 | 1001010 | 10000111 | 0 | 101110 | 10 | 101110 | 100101111 | 11110 | 101010 |
Color Harmonies of #8A4A87
Complementary color
Monochromatic Colors of #8A4A87
Black with #8A4A87
Text Example
Text Example
White with #8A4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A87; }
p { color: rgb(138,74,135); }
H1.HeaderClassName
{
color: #8A4A87;
}
.AnyTagClassName
{
color: #8A4A87;
}
</style>
background-color css
<style>
a { background-color: #8A4A87; }
a { background-color: rgb(138,74,135); }
div.DivClassName
{
background-color: #8A4A87;
}
.BgClassName
{
background-color: #8A4A87;
}
</style>
border-color css
<style>
span { border-color: #8A4A87; }
span { border-color: rgb(138,74,135); }
td.TdClassName
{
border-color: #8A4A87;
}
.TagClassName
{
border-color: #8A4A87;
}
</style>