Shades of Trendy Pink #8A6A84
Tints of Trendy Pink #8A6A84
RGB
CMYK
RGB Variations
Color information
#8A6A84 (or 0x8A6A84) is known color: Trendy Pink. HEX triplet: 8A, 6A and 84. RGB value is (138,106,132). Sum of RGB (Red+Green+Blue) = 138+106+132=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6A84 is #75957B. Grayscale: #767676. Windows color (decimal): -7705980 or 8678026. OLE color: 8678026.
HSL color Cylindrical-coordinate representation of color #8A6A84: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A6A84 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 106 | 132 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.46 |
| HSL | 311.25º | 0.13% | 0.48% | - |
| HSV(B) | 311.25º | 0.23% | 0.54% | - |
| XYZ | 19.8 | 17.38 | 24.14 | - |
| YUV | 118.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 132 | 0 | 0.23 | 0.04 | 0.46 | 311.25 | 0.13 | 0.48 |
| Hex | 8A | 6A | 84 | 0 | 17 | 4 | 2E | 137 | D | 30 |
| Octal | 212 | 152 | 204 | 0 | 27 | 4 | 56 | 467 | 15 | 60 |
| Binary | 10001010 | 1101010 | 10000100 | 0 | 10111 | 100 | 101110 | 100110111 | 1101 | 110000 |
Color Harmonies of #8A6A84
Complementary color
Monochromatic Colors of #8A6A84
Black with #8A6A84
Text Example
Text Example
White with #8A6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6A84; }
p { color: rgb(138,106,132); }
H1.HeaderClassName
{
color: #8A6A84;
}
.AnyTagClassName
{
color: #8A6A84;
}
</style>
background-color css
<style>
a { background-color: #8A6A84; }
a { background-color: rgb(138,106,132); }
div.DivClassName
{
background-color: #8A6A84;
}
.BgClassName
{
background-color: #8A6A84;
}
</style>
border-color css
<style>
span { border-color: #8A6A84; }
span { border-color: rgb(138,106,132); }
td.TdClassName
{
border-color: #8A6A84;
}
.TagClassName
{
border-color: #8A6A84;
}
</style>