Shades of Trendy Pink #8A4B78
Tints of Trendy Pink #8A4B78
RGB
CMYK
RGB Variations
Color information
#8A4B78 (or 0x8A4B78) is known color: Trendy Pink. HEX triplet: 8A, 4B and 78. RGB value is (138,75,120). Sum of RGB (Red+Green+Blue) = 138+75+120=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B78 is #75B487. Grayscale: #626262. Windows color (decimal): -7713928 or 7883658. OLE color: 7883658.
HSL color Cylindrical-coordinate representation of color #8A4B78: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4B78 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 120 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.46 |
| HSL | 317.14º | 0.3% | 0.42% | - |
| HSV(B) | 317.14º | 0.46% | 0.54% | - |
| XYZ | 16.39 | 11.79 | 19.18 | - |
| YUV | 98.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 120 | 0 | 0.46 | 0.13 | 0.46 | 317.14 | 0.3 | 0.42 |
| Hex | 8A | 4B | 78 | 0 | 2E | D | 2E | 13D | 1E | 2A |
| Octal | 212 | 113 | 170 | 0 | 56 | 15 | 56 | 475 | 36 | 52 |
| Binary | 10001010 | 1001011 | 1111000 | 0 | 101110 | 1101 | 101110 | 100111101 | 11110 | 101010 |
Color Harmonies of #8A4B78
Complementary color
Monochromatic Colors of #8A4B78
Black with #8A4B78
Text Example
Text Example
White with #8A4B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B78; }
p { color: rgb(138,75,120); }
H1.HeaderClassName
{
color: #8A4B78;
}
.AnyTagClassName
{
color: #8A4B78;
}
</style>
background-color css
<style>
a { background-color: #8A4B78; }
a { background-color: rgb(138,75,120); }
div.DivClassName
{
background-color: #8A4B78;
}
.BgClassName
{
background-color: #8A4B78;
}
</style>
border-color css
<style>
span { border-color: #8A4B78; }
span { border-color: rgb(138,75,120); }
td.TdClassName
{
border-color: #8A4B78;
}
.TagClassName
{
border-color: #8A4B78;
}
</style>