Shades of Trendy Pink #8A587D
Tints of Trendy Pink #8A587D
RGB
CMYK
RGB Variations
Color information
#8A587D (or 0x8A587D) is known color: Trendy Pink. HEX triplet: 8A, 58 and 7D. RGB value is (138,88,125). Sum of RGB (Red+Green+Blue) = 138+88+125=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A587D is #75A782. Grayscale: #6B6B6B. Windows color (decimal): -7710595 or 8214666. OLE color: 8214666.
HSL color Cylindrical-coordinate representation of color #8A587D: hue angle of 315.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A587D is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 88 | 125 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.46 |
| HSL | 315.6º | 0.22% | 0.44% | - |
| HSV(B) | 315.6º | 0.36% | 0.54% | - |
| XYZ | 17.67 | 13.86 | 21.15 | - |
| YUV | 107.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 125 | 0 | 0.36 | 0.09 | 0.46 | 315.6 | 0.22 | 0.44 |
| Hex | 8A | 58 | 7D | 0 | 24 | 9 | 2E | 13C | 16 | 2C |
| Octal | 212 | 130 | 175 | 0 | 44 | 11 | 56 | 474 | 26 | 54 |
| Binary | 10001010 | 1011000 | 1111101 | 0 | 100100 | 1001 | 101110 | 100111100 | 10110 | 101100 |
Color Harmonies of #8A587D
Complementary color
Monochromatic Colors of #8A587D
Black with #8A587D
Text Example
Text Example
White with #8A587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A587D; }
p { color: rgb(138,88,125); }
H1.HeaderClassName
{
color: #8A587D;
}
.AnyTagClassName
{
color: #8A587D;
}
</style>
background-color css
<style>
a { background-color: #8A587D; }
a { background-color: rgb(138,88,125); }
div.DivClassName
{
background-color: #8A587D;
}
.BgClassName
{
background-color: #8A587D;
}
</style>
border-color css
<style>
span { border-color: #8A587D; }
span { border-color: rgb(138,88,125); }
td.TdClassName
{
border-color: #8A587D;
}
.TagClassName
{
border-color: #8A587D;
}
</style>