Shades of Trendy Pink #8C6F89
Tints of Trendy Pink #8C6F89
RGB
CMYK
RGB Variations
Color information
#8C6F89 (or 0x8C6F89) is known color: Trendy Pink. HEX triplet: 8C, 6F and 89. RGB value is (140,111,137). Sum of RGB (Red+Green+Blue) = 140+111+137=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6F89 is #739076. Grayscale: #7A7A7A. Windows color (decimal): -7573623 or 9006988. OLE color: 9006988.
HSL color Cylindrical-coordinate representation of color #8C6F89: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6F89 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 111 | 137 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.45 |
| HSL | 306.21º | 0.12% | 0.49% | - |
| HSV(B) | 306.21º | 0.21% | 0.55% | - |
| XYZ | 21.02 | 18.75 | 26.18 | - |
| YUV | 122.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 137 | 0 | 0.21 | 0.02 | 0.45 | 306.21 | 0.12 | 0.49 |
| Hex | 8C | 6F | 89 | 0 | 15 | 2 | 2D | 132 | C | 31 |
| Octal | 214 | 157 | 211 | 0 | 25 | 2 | 55 | 462 | 14 | 61 |
| Binary | 10001100 | 1101111 | 10001001 | 0 | 10101 | 10 | 101101 | 100110010 | 1100 | 110001 |
Color Harmonies of #8C6F89
Complementary color
Monochromatic Colors of #8C6F89
Black with #8C6F89
Text Example
Text Example
White with #8C6F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F89; }
p { color: rgb(140,111,137); }
H1.HeaderClassName
{
color: #8C6F89;
}
.AnyTagClassName
{
color: #8C6F89;
}
</style>
background-color css
<style>
a { background-color: #8C6F89; }
a { background-color: rgb(140,111,137); }
div.DivClassName
{
background-color: #8C6F89;
}
.BgClassName
{
background-color: #8C6F89;
}
</style>
border-color css
<style>
span { border-color: #8C6F89; }
span { border-color: rgb(140,111,137); }
td.TdClassName
{
border-color: #8C6F89;
}
.TagClassName
{
border-color: #8C6F89;
}
</style>