Shades of Trendy Pink #8A598A
Tints of Trendy Pink #8A598A
RGB
CMYK
RGB Variations
Color information
#8A598A (or 0x8A598A) is known color: Trendy Pink. HEX triplet: 8A, 59 and 8A. RGB value is (138,89,138). Sum of RGB (Red+Green+Blue) = 138+89+138=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A598A is #75A675. Grayscale: #6D6D6D. Windows color (decimal): -7710326 or 9066890. OLE color: 9066890.
HSL color Cylindrical-coordinate representation of color #8A598A: hue angle of 300º 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 #8A598A is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 138 | - |
| CMYK | 0 | 0.36 | 0 | 0.46 |
| HSL | 300º | 0.22% | 0.45% | - |
| HSV(B) | 300º | 0.36% | 0.54% | - |
| XYZ | 18.64 | 14.38 | 25.84 | - |
| YUV | 109.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 138 | 0 | 0.36 | 0 | 0.46 | 300 | 0.22 | 0.45 |
| Hex | 8A | 59 | 8A | 0 | 24 | 0 | 2E | 12C | 16 | 2D |
| Octal | 212 | 131 | 212 | 0 | 44 | 0 | 56 | 454 | 26 | 55 |
| Binary | 10001010 | 1011001 | 10001010 | 0 | 100100 | 0 | 101110 | 100101100 | 10110 | 101101 |
Color Harmonies of #8A598A
Complementary color
Monochromatic Colors of #8A598A
Black with #8A598A
Text Example
Text Example
White with #8A598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A598A; }
p { color: rgb(138,89,138); }
H1.HeaderClassName
{
color: #8A598A;
}
.AnyTagClassName
{
color: #8A598A;
}
</style>
background-color css
<style>
a { background-color: #8A598A; }
a { background-color: rgb(138,89,138); }
div.DivClassName
{
background-color: #8A598A;
}
.BgClassName
{
background-color: #8A598A;
}
</style>
border-color css
<style>
span { border-color: #8A598A; }
span { border-color: rgb(138,89,138); }
td.TdClassName
{
border-color: #8A598A;
}
.TagClassName
{
border-color: #8A598A;
}
</style>