Shades of Trendy Pink #8C6588
Tints of Trendy Pink #8C6588
RGB
CMYK
RGB Variations
Color information
#8C6588 (or 0x8C6588) is known color: Trendy Pink. HEX triplet: 8C, 65 and 88. RGB value is (140,101,136). Sum of RGB (Red+Green+Blue) = 140+101+136=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6588 is #739A77. Grayscale: #747474. Windows color (decimal): -7576184 or 8938892. OLE color: 8938892.
HSL color Cylindrical-coordinate representation of color #8C6588: hue angle of 306.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6588 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 136 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.45 |
| HSL | 306.15º | 0.16% | 0.47% | - |
| HSV(B) | 306.15º | 0.28% | 0.55% | - |
| XYZ | 19.91 | 16.66 | 25.46 | - |
| YUV | 116.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 136 | 0 | 0.28 | 0.03 | 0.45 | 306.15 | 0.16 | 0.47 |
| Hex | 8C | 65 | 88 | 0 | 1C | 3 | 2D | 132 | 10 | 2F |
| Octal | 214 | 145 | 210 | 0 | 34 | 3 | 55 | 462 | 20 | 57 |
| Binary | 10001100 | 1100101 | 10001000 | 0 | 11100 | 11 | 101101 | 100110010 | 10000 | 101111 |
Color Harmonies of #8C6588
Complementary color
Monochromatic Colors of #8C6588
Black with #8C6588
Text Example
Text Example
White with #8C6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6588; }
p { color: rgb(140,101,136); }
H1.HeaderClassName
{
color: #8C6588;
}
.AnyTagClassName
{
color: #8C6588;
}
</style>
background-color css
<style>
a { background-color: #8C6588; }
a { background-color: rgb(140,101,136); }
div.DivClassName
{
background-color: #8C6588;
}
.BgClassName
{
background-color: #8C6588;
}
</style>
border-color css
<style>
span { border-color: #8C6588; }
span { border-color: rgb(140,101,136); }
td.TdClassName
{
border-color: #8C6588;
}
.TagClassName
{
border-color: #8C6588;
}
</style>