Shades of Trendy Pink #8C5D88
Tints of Trendy Pink #8C5D88
RGB
CMYK
RGB Variations
Color information
#8C5D88 (or 0x8C5D88) is known color: Trendy Pink. HEX triplet: 8C, 5D and 88. RGB value is (140,93,136). Sum of RGB (Red+Green+Blue) = 140+93+136=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5D88 is #73A277. Grayscale: #6F6F6F. Windows color (decimal): -7578232 or 8936844. OLE color: 8936844.
HSL color Cylindrical-coordinate representation of color #8C5D88: hue angle of 305.11º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5D88 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 136 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.45 |
| HSL | 305.11º | 0.2% | 0.46% | - |
| HSV(B) | 305.11º | 0.34% | 0.55% | - |
| XYZ | 19.17 | 15.18 | 25.21 | - |
| YUV | 111.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 136 | 0 | 0.34 | 0.03 | 0.45 | 305.11 | 0.2 | 0.46 |
| Hex | 8C | 5D | 88 | 0 | 22 | 3 | 2D | 131 | 14 | 2E |
| Octal | 214 | 135 | 210 | 0 | 42 | 3 | 55 | 461 | 24 | 56 |
| Binary | 10001100 | 1011101 | 10001000 | 0 | 100010 | 11 | 101101 | 100110001 | 10100 | 101110 |
Color Harmonies of #8C5D88
Complementary color
Monochromatic Colors of #8C5D88
Black with #8C5D88
Text Example
Text Example
White with #8C5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D88; }
p { color: rgb(140,93,136); }
H1.HeaderClassName
{
color: #8C5D88;
}
.AnyTagClassName
{
color: #8C5D88;
}
</style>
background-color css
<style>
a { background-color: #8C5D88; }
a { background-color: rgb(140,93,136); }
div.DivClassName
{
background-color: #8C5D88;
}
.BgClassName
{
background-color: #8C5D88;
}
</style>
border-color css
<style>
span { border-color: #8C5D88; }
span { border-color: rgb(140,93,136); }
td.TdClassName
{
border-color: #8C5D88;
}
.TagClassName
{
border-color: #8C5D88;
}
</style>