Shades of Trendy Pink #8A5484
Tints of Trendy Pink #8A5484
RGB
CMYK
RGB Variations
Color information
#8A5484 (or 0x8A5484) is known color: Trendy Pink. HEX triplet: 8A, 54 and 84. RGB value is (138,84,132). Sum of RGB (Red+Green+Blue) = 138+84+132=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5484 is #75AB7B. Grayscale: #696969. Windows color (decimal): -7711612 or 8672394. OLE color: 8672394.
HSL color Cylindrical-coordinate representation of color #8A5484: hue angle of 306.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5484 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 132 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.46 |
| HSL | 306.67º | 0.24% | 0.44% | - |
| HSV(B) | 306.67º | 0.39% | 0.54% | - |
| XYZ | 17.82 | 13.41 | 23.48 | - |
| YUV | 105.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 132 | 0 | 0.39 | 0.04 | 0.46 | 306.67 | 0.24 | 0.44 |
| Hex | 8A | 54 | 84 | 0 | 27 | 4 | 2E | 133 | 18 | 2C |
| Octal | 212 | 124 | 204 | 0 | 47 | 4 | 56 | 463 | 30 | 54 |
| Binary | 10001010 | 1010100 | 10000100 | 0 | 100111 | 100 | 101110 | 100110011 | 11000 | 101100 |
Color Harmonies of #8A5484
Complementary color
Monochromatic Colors of #8A5484
Black with #8A5484
Text Example
Text Example
White with #8A5484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5484; }
p { color: rgb(138,84,132); }
H1.HeaderClassName
{
color: #8A5484;
}
.AnyTagClassName
{
color: #8A5484;
}
</style>
background-color css
<style>
a { background-color: #8A5484; }
a { background-color: rgb(138,84,132); }
div.DivClassName
{
background-color: #8A5484;
}
.BgClassName
{
background-color: #8A5484;
}
</style>
border-color css
<style>
span { border-color: #8A5484; }
span { border-color: rgb(138,84,132); }
td.TdClassName
{
border-color: #8A5484;
}
.TagClassName
{
border-color: #8A5484;
}
</style>