Shades of Trendy Pink #8A487D
Tints of Trendy Pink #8A487D
RGB
CMYK
RGB Variations
Color information
#8A487D (or 0x8A487D) is known color: Trendy Pink. HEX triplet: 8A, 48 and 7D. RGB value is (138,72,125). Sum of RGB (Red+Green+Blue) = 138+72+125=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A487D is #75B782. Grayscale: #616161. Windows color (decimal): -7714691 or 8210570. OLE color: 8210570.
HSL color Cylindrical-coordinate representation of color #8A487D: hue angle of 311.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A487D is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 125 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.46 |
| HSL | 311.82º | 0.31% | 0.41% | - |
| HSV(B) | 311.82º | 0.48% | 0.54% | - |
| XYZ | 16.5 | 11.52 | 20.76 | - |
| YUV | 97.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 125 | 0 | 0.48 | 0.09 | 0.46 | 311.82 | 0.31 | 0.41 |
| Hex | 8A | 48 | 7D | 0 | 30 | 9 | 2E | 138 | 1F | 29 |
| Octal | 212 | 110 | 175 | 0 | 60 | 11 | 56 | 470 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1111101 | 0 | 110000 | 1001 | 101110 | 100111000 | 11111 | 101001 |
Color Harmonies of #8A487D
Complementary color
Monochromatic Colors of #8A487D
Black with #8A487D
Text Example
Text Example
White with #8A487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A487D; }
p { color: rgb(138,72,125); }
H1.HeaderClassName
{
color: #8A487D;
}
.AnyTagClassName
{
color: #8A487D;
}
</style>
background-color css
<style>
a { background-color: #8A487D; }
a { background-color: rgb(138,72,125); }
div.DivClassName
{
background-color: #8A487D;
}
.BgClassName
{
background-color: #8A487D;
}
</style>
border-color css
<style>
span { border-color: #8A487D; }
span { border-color: rgb(138,72,125); }
td.TdClassName
{
border-color: #8A487D;
}
.TagClassName
{
border-color: #8A487D;
}
</style>