Shades of Trendy Pink #8A4680
Tints of Trendy Pink #8A4680
RGB
CMYK
RGB Variations
Color information
#8A4680 (or 0x8A4680) is known color: Trendy Pink. HEX triplet: 8A, 46 and 80. RGB value is (138,70,128). Sum of RGB (Red+Green+Blue) = 138+70+128=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4680 is #75B97F. Grayscale: #606060. Windows color (decimal): -7715200 or 8406666. OLE color: 8406666.
HSL color Cylindrical-coordinate representation of color #8A4680: hue angle of 308.82º degrees, saturation: 0.33, 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 #8A4680 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 128 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.46 |
| HSL | 308.82º | 0.33% | 0.41% | - |
| HSV(B) | 308.82º | 0.49% | 0.54% | - |
| XYZ | 16.57 | 11.34 | 21.74 | - |
| YUV | 96.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 128 | 0 | 0.49 | 0.07 | 0.46 | 308.82 | 0.33 | 0.41 |
| Hex | 8A | 46 | 80 | 0 | 31 | 7 | 2E | 135 | 21 | 29 |
| Octal | 212 | 106 | 200 | 0 | 61 | 7 | 56 | 465 | 41 | 51 |
| Binary | 10001010 | 1000110 | 10000000 | 0 | 110001 | 111 | 101110 | 100110101 | 100001 | 101001 |
Color Harmonies of #8A4680
Complementary color
Monochromatic Colors of #8A4680
Black with #8A4680
Text Example
Text Example
White with #8A4680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4680; }
p { color: rgb(138,70,128); }
H1.HeaderClassName
{
color: #8A4680;
}
.AnyTagClassName
{
color: #8A4680;
}
</style>
background-color css
<style>
a { background-color: #8A4680; }
a { background-color: rgb(138,70,128); }
div.DivClassName
{
background-color: #8A4680;
}
.BgClassName
{
background-color: #8A4680;
}
</style>
border-color css
<style>
span { border-color: #8A4680; }
span { border-color: rgb(138,70,128); }
td.TdClassName
{
border-color: #8A4680;
}
.TagClassName
{
border-color: #8A4680;
}
</style>