Shades of Trendy Pink #8C5488
Tints of Trendy Pink #8C5488
RGB
CMYK
RGB Variations
Color information
#8C5488 (or 0x8C5488) is known color: Trendy Pink. HEX triplet: 8C, 54 and 88. RGB value is (140,84,136). Sum of RGB (Red+Green+Blue) = 140+84+136=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5488 is #73AB77. Grayscale: #6A6A6A. Windows color (decimal): -7580536 or 8934540. OLE color: 8934540.
HSL color Cylindrical-coordinate representation of color #8C5488: hue angle of 304.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5488 is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 136 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.45 |
| HSL | 304.29º | 0.25% | 0.44% | - |
| HSV(B) | 304.29º | 0.4% | 0.55% | - |
| XYZ | 18.43 | 13.69 | 24.96 | - |
| YUV | 106.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 136 | 0 | 0.4 | 0.03 | 0.45 | 304.29 | 0.25 | 0.44 |
| Hex | 8C | 54 | 88 | 0 | 28 | 3 | 2D | 130 | 19 | 2C |
| Octal | 214 | 124 | 210 | 0 | 50 | 3 | 55 | 460 | 31 | 54 |
| Binary | 10001100 | 1010100 | 10001000 | 0 | 101000 | 11 | 101101 | 100110000 | 11001 | 101100 |
Color Harmonies of #8C5488
Complementary color
Monochromatic Colors of #8C5488
Black with #8C5488
Text Example
Text Example
White with #8C5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5488; }
p { color: rgb(140,84,136); }
H1.HeaderClassName
{
color: #8C5488;
}
.AnyTagClassName
{
color: #8C5488;
}
</style>
background-color css
<style>
a { background-color: #8C5488; }
a { background-color: rgb(140,84,136); }
div.DivClassName
{
background-color: #8C5488;
}
.BgClassName
{
background-color: #8C5488;
}
</style>
border-color css
<style>
span { border-color: #8C5488; }
span { border-color: rgb(140,84,136); }
td.TdClassName
{
border-color: #8C5488;
}
.TagClassName
{
border-color: #8C5488;
}
</style>