Shades of Trendy Pink #8A518A
Tints of Trendy Pink #8A518A
RGB
CMYK
RGB Variations
Color information
#8A518A (or 0x8A518A) is known color: Trendy Pink. HEX triplet: 8A, 51 and 8A. RGB value is (138,81,138). Sum of RGB (Red+Green+Blue) = 138+81+138=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A518A is #75AE75. Grayscale: #686868. Windows color (decimal): -7712374 or 9064842. OLE color: 9064842.
HSL color Cylindrical-coordinate representation of color #8A518A: hue angle of 300º 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 #8A518A is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 138 | - |
| CMYK | 0 | 0.41 | 0 | 0.46 |
| HSL | 300º | 0.26% | 0.43% | - |
| HSV(B) | 300º | 0.41% | 0.54% | - |
| XYZ | 18.01 | 13.12 | 25.63 | - |
| YUV | 104.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 138 | 0 | 0.41 | 0 | 0.46 | 300 | 0.26 | 0.43 |
| Hex | 8A | 51 | 8A | 0 | 29 | 0 | 2E | 12C | 1A | 2B |
| Octal | 212 | 121 | 212 | 0 | 51 | 0 | 56 | 454 | 32 | 53 |
| Binary | 10001010 | 1010001 | 10001010 | 0 | 101001 | 0 | 101110 | 100101100 | 11010 | 101011 |
Color Harmonies of #8A518A
Complementary color
Monochromatic Colors of #8A518A
Black with #8A518A
Text Example
Text Example
White with #8A518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A518A; }
p { color: rgb(138,81,138); }
H1.HeaderClassName
{
color: #8A518A;
}
.AnyTagClassName
{
color: #8A518A;
}
</style>
background-color css
<style>
a { background-color: #8A518A; }
a { background-color: rgb(138,81,138); }
div.DivClassName
{
background-color: #8A518A;
}
.BgClassName
{
background-color: #8A518A;
}
</style>
border-color css
<style>
span { border-color: #8A518A; }
span { border-color: rgb(138,81,138); }
td.TdClassName
{
border-color: #8A518A;
}
.TagClassName
{
border-color: #8A518A;
}
</style>