Shades of Trendy Pink #8A5686
Tints of Trendy Pink #8A5686
RGB
CMYK
RGB Variations
Color information
#8A5686 (or 0x8A5686) is known color: Trendy Pink. HEX triplet: 8A, 56 and 86. RGB value is (138,86,134). Sum of RGB (Red+Green+Blue) = 138+86+134=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5686 is #75A979. Grayscale: #6A6A6A. Windows color (decimal): -7711098 or 8803978. OLE color: 8803978.
HSL color Cylindrical-coordinate representation of color #8A5686: hue angle of 304.62º degrees, saturation: 0.23, 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 #8A5686 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 134 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.46 |
| HSL | 304.62º | 0.23% | 0.44% | - |
| HSV(B) | 304.62º | 0.38% | 0.54% | - |
| XYZ | 18.11 | 13.78 | 24.26 | - |
| YUV | 107.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 134 | 0 | 0.38 | 0.03 | 0.46 | 304.62 | 0.23 | 0.44 |
| Hex | 8A | 56 | 86 | 0 | 26 | 3 | 2E | 131 | 17 | 2C |
| Octal | 212 | 126 | 206 | 0 | 46 | 3 | 56 | 461 | 27 | 54 |
| Binary | 10001010 | 1010110 | 10000110 | 0 | 100110 | 11 | 101110 | 100110001 | 10111 | 101100 |
Color Harmonies of #8A5686
Complementary color
Monochromatic Colors of #8A5686
Black with #8A5686
Text Example
Text Example
White with #8A5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5686; }
p { color: rgb(138,86,134); }
H1.HeaderClassName
{
color: #8A5686;
}
.AnyTagClassName
{
color: #8A5686;
}
</style>
background-color css
<style>
a { background-color: #8A5686; }
a { background-color: rgb(138,86,134); }
div.DivClassName
{
background-color: #8A5686;
}
.BgClassName
{
background-color: #8A5686;
}
</style>
border-color css
<style>
span { border-color: #8A5686; }
span { border-color: rgb(138,86,134); }
td.TdClassName
{
border-color: #8A5686;
}
.TagClassName
{
border-color: #8A5686;
}
</style>