Shades of Trendy Pink #8A5984
Tints of Trendy Pink #8A5984
RGB
CMYK
RGB Variations
Color information
#8A5984 (or 0x8A5984) is known color: Trendy Pink. HEX triplet: 8A, 59 and 84. RGB value is (138,89,132). Sum of RGB (Red+Green+Blue) = 138+89+132=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5984 is #75A67B. Grayscale: #6C6C6C. Windows color (decimal): -7710332 or 8673674. OLE color: 8673674.
HSL color Cylindrical-coordinate representation of color #8A5984: hue angle of 307.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5984 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 132 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.46 |
| HSL | 307.35º | 0.22% | 0.45% | - |
| HSV(B) | 307.35º | 0.36% | 0.54% | - |
| XYZ | 18.22 | 14.21 | 23.61 | - |
| YUV | 108.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 132 | 0 | 0.36 | 0.04 | 0.46 | 307.35 | 0.22 | 0.45 |
| Hex | 8A | 59 | 84 | 0 | 24 | 4 | 2E | 133 | 16 | 2D |
| Octal | 212 | 131 | 204 | 0 | 44 | 4 | 56 | 463 | 26 | 55 |
| Binary | 10001010 | 1011001 | 10000100 | 0 | 100100 | 100 | 101110 | 100110011 | 10110 | 101101 |
Color Harmonies of #8A5984
Complementary color
Monochromatic Colors of #8A5984
Black with #8A5984
Text Example
Text Example
White with #8A5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5984; }
p { color: rgb(138,89,132); }
H1.HeaderClassName
{
color: #8A5984;
}
.AnyTagClassName
{
color: #8A5984;
}
</style>
background-color css
<style>
a { background-color: #8A5984; }
a { background-color: rgb(138,89,132); }
div.DivClassName
{
background-color: #8A5984;
}
.BgClassName
{
background-color: #8A5984;
}
</style>
border-color css
<style>
span { border-color: #8A5984; }
span { border-color: rgb(138,89,132); }
td.TdClassName
{
border-color: #8A5984;
}
.TagClassName
{
border-color: #8A5984;
}
</style>