Shades of Trendy Pink #8A5186
Tints of Trendy Pink #8A5186
RGB
CMYK
RGB Variations
Color information
#8A5186 (or 0x8A5186) is known color: Trendy Pink. HEX triplet: 8A, 51 and 86. RGB value is (138,81,134). Sum of RGB (Red+Green+Blue) = 138+81+134=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5186 is #75AE79. Grayscale: #676767. Windows color (decimal): -7712378 or 8802698. OLE color: 8802698.
HSL color Cylindrical-coordinate representation of color #8A5186: hue angle of 304.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5186 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 134 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.46 |
| HSL | 304.21º | 0.26% | 0.43% | - |
| HSV(B) | 304.21º | 0.41% | 0.54% | - |
| XYZ | 17.73 | 13.01 | 24.13 | - |
| YUV | 104.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 134 | 0 | 0.41 | 0.03 | 0.46 | 304.21 | 0.26 | 0.43 |
| Hex | 8A | 51 | 86 | 0 | 29 | 3 | 2E | 130 | 1A | 2B |
| Octal | 212 | 121 | 206 | 0 | 51 | 3 | 56 | 460 | 32 | 53 |
| Binary | 10001010 | 1010001 | 10000110 | 0 | 101001 | 11 | 101110 | 100110000 | 11010 | 101011 |
Color Harmonies of #8A5186
Complementary color
Monochromatic Colors of #8A5186
Black with #8A5186
Text Example
Text Example
White with #8A5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5186; }
p { color: rgb(138,81,134); }
H1.HeaderClassName
{
color: #8A5186;
}
.AnyTagClassName
{
color: #8A5186;
}
</style>
background-color css
<style>
a { background-color: #8A5186; }
a { background-color: rgb(138,81,134); }
div.DivClassName
{
background-color: #8A5186;
}
.BgClassName
{
background-color: #8A5186;
}
</style>
border-color css
<style>
span { border-color: #8A5186; }
span { border-color: rgb(138,81,134); }
td.TdClassName
{
border-color: #8A5186;
}
.TagClassName
{
border-color: #8A5186;
}
</style>