Shades of Trendy Pink #8A4E78
Tints of Trendy Pink #8A4E78
RGB
CMYK
RGB Variations
Color information
#8A4E78 (or 0x8A4E78) is known color: Trendy Pink. HEX triplet: 8A, 4E and 78. RGB value is (138,78,120). Sum of RGB (Red+Green+Blue) = 138+78+120=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E78 is #75B187. Grayscale: #646464. Windows color (decimal): -7713160 or 7884426. OLE color: 7884426.
HSL color Cylindrical-coordinate representation of color #8A4E78: hue angle of 318º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E78 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 120 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.46 |
| HSL | 318º | 0.28% | 0.42% | - |
| HSV(B) | 318º | 0.43% | 0.54% | - |
| XYZ | 16.6 | 12.21 | 19.25 | - |
| YUV | 100.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 120 | 0 | 0.43 | 0.13 | 0.46 | 318 | 0.28 | 0.42 |
| Hex | 8A | 4E | 78 | 0 | 2B | D | 2E | 13E | 1C | 2A |
| Octal | 212 | 116 | 170 | 0 | 53 | 15 | 56 | 476 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1111000 | 0 | 101011 | 1101 | 101110 | 100111110 | 11100 | 101010 |
Color Harmonies of #8A4E78
Complementary color
Monochromatic Colors of #8A4E78
Black with #8A4E78
Text Example
Text Example
White with #8A4E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E78; }
p { color: rgb(138,78,120); }
H1.HeaderClassName
{
color: #8A4E78;
}
.AnyTagClassName
{
color: #8A4E78;
}
</style>
background-color css
<style>
a { background-color: #8A4E78; }
a { background-color: rgb(138,78,120); }
div.DivClassName
{
background-color: #8A4E78;
}
.BgClassName
{
background-color: #8A4E78;
}
</style>
border-color css
<style>
span { border-color: #8A4E78; }
span { border-color: rgb(138,78,120); }
td.TdClassName
{
border-color: #8A4E78;
}
.TagClassName
{
border-color: #8A4E78;
}
</style>