Shades of Trendy Pink #8A5588
Tints of Trendy Pink #8A5588
RGB
CMYK
RGB Variations
Color information
#8A5588 (or 0x8A5588) is known color: Trendy Pink. HEX triplet: 8A, 55 and 88. RGB value is (138,85,136). Sum of RGB (Red+Green+Blue) = 138+85+136=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5588 is #75AA77. Grayscale: #6A6A6A. Windows color (decimal): -7711352 or 8934794. OLE color: 8934794.
HSL color Cylindrical-coordinate representation of color #8A5588: hue angle of 302.26º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5588 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 136 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.46 |
| HSL | 302.26º | 0.24% | 0.44% | - |
| HSV(B) | 302.26º | 0.38% | 0.54% | - |
| XYZ | 18.17 | 13.68 | 24.97 | - |
| YUV | 106.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 136 | 0 | 0.38 | 0.01 | 0.46 | 302.26 | 0.24 | 0.44 |
| Hex | 8A | 55 | 88 | 0 | 26 | 1 | 2E | 12E | 18 | 2C |
| Octal | 212 | 125 | 210 | 0 | 46 | 1 | 56 | 456 | 30 | 54 |
| Binary | 10001010 | 1010101 | 10001000 | 0 | 100110 | 1 | 101110 | 100101110 | 11000 | 101100 |
Color Harmonies of #8A5588
Complementary color
Monochromatic Colors of #8A5588
Black with #8A5588
Text Example
Text Example
White with #8A5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5588; }
p { color: rgb(138,85,136); }
H1.HeaderClassName
{
color: #8A5588;
}
.AnyTagClassName
{
color: #8A5588;
}
</style>
background-color css
<style>
a { background-color: #8A5588; }
a { background-color: rgb(138,85,136); }
div.DivClassName
{
background-color: #8A5588;
}
.BgClassName
{
background-color: #8A5588;
}
</style>
border-color css
<style>
span { border-color: #8A5588; }
span { border-color: rgb(138,85,136); }
td.TdClassName
{
border-color: #8A5588;
}
.TagClassName
{
border-color: #8A5588;
}
</style>