Shades of Trendy Pink #8A518C
Tints of Trendy Pink #8A518C
RGB
CMYK
RGB Variations
Color information
#8A518C (or 0x8A518C) is known color: Trendy Pink. HEX triplet: 8A, 51 and 8C. RGB value is (138,81,140). Sum of RGB (Red+Green+Blue) = 138+81+140=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A518C is #75AE73. Grayscale: #686868. Windows color (decimal): -7712372 or 9195914. OLE color: 9195914.
HSL color Cylindrical-coordinate representation of color #8A518C: hue angle of 297.97º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A518C is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 81 | 140 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.45 |
| HSL | 297.97º | 0.27% | 0.43% | - |
| HSV(B) | 297.97º | 0.42% | 0.55% | - |
| XYZ | 18.16 | 13.18 | 26.4 | - |
| YUV | 104.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 140 | 0.01 | 0.42 | 0 | 0.45 | 297.97 | 0.27 | 0.43 |
| Hex | 8A | 51 | 8C | 1 | 2A | 0 | 2D | 12A | 1B | 2B |
| Octal | 212 | 121 | 214 | 1 | 52 | 0 | 55 | 452 | 33 | 53 |
| Binary | 10001010 | 1010001 | 10001100 | 1 | 101010 | 0 | 101101 | 100101010 | 11011 | 101011 |
Color Harmonies of #8A518C
Complementary color
Monochromatic Colors of #8A518C
Black with #8A518C
Text Example
Text Example
White with #8A518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A518C; }
p { color: rgb(138,81,140); }
H1.HeaderClassName
{
color: #8A518C;
}
.AnyTagClassName
{
color: #8A518C;
}
</style>
background-color css
<style>
a { background-color: #8A518C; }
a { background-color: rgb(138,81,140); }
div.DivClassName
{
background-color: #8A518C;
}
.BgClassName
{
background-color: #8A518C;
}
</style>
border-color css
<style>
span { border-color: #8A518C; }
span { border-color: rgb(138,81,140); }
td.TdClassName
{
border-color: #8A518C;
}
.TagClassName
{
border-color: #8A518C;
}
</style>