Shades of Trendy Pink #8A4788
Tints of Trendy Pink #8A4788
RGB
CMYK
RGB Variations
Color information
#8A4788 (or 0x8A4788) is known color: Trendy Pink. HEX triplet: 8A, 47 and 88. RGB value is (138,71,136). Sum of RGB (Red+Green+Blue) = 138+71+136=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4788 is #75B877. Grayscale: #626262. Windows color (decimal): -7714936 or 8931210. OLE color: 8931210.
HSL color Cylindrical-coordinate representation of color #8A4788: hue angle of 301.79º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4788 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 136 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.46 |
| HSL | 301.79º | 0.32% | 0.41% | - |
| HSV(B) | 301.79º | 0.49% | 0.54% | - |
| XYZ | 17.18 | 11.69 | 24.64 | - |
| YUV | 98.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 136 | 0 | 0.49 | 0.01 | 0.46 | 301.79 | 0.32 | 0.41 |
| Hex | 8A | 47 | 88 | 0 | 31 | 1 | 2E | 12E | 20 | 29 |
| Octal | 212 | 107 | 210 | 0 | 61 | 1 | 56 | 456 | 40 | 51 |
| Binary | 10001010 | 1000111 | 10001000 | 0 | 110001 | 1 | 101110 | 100101110 | 100000 | 101001 |
Color Harmonies of #8A4788
Complementary color
Monochromatic Colors of #8A4788
Black with #8A4788
Text Example
Text Example
White with #8A4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4788; }
p { color: rgb(138,71,136); }
H1.HeaderClassName
{
color: #8A4788;
}
.AnyTagClassName
{
color: #8A4788;
}
</style>
background-color css
<style>
a { background-color: #8A4788; }
a { background-color: rgb(138,71,136); }
div.DivClassName
{
background-color: #8A4788;
}
.BgClassName
{
background-color: #8A4788;
}
</style>
border-color css
<style>
span { border-color: #8A4788; }
span { border-color: rgb(138,71,136); }
td.TdClassName
{
border-color: #8A4788;
}
.TagClassName
{
border-color: #8A4788;
}
</style>