Shades of Trendy Pink #8C6289
Tints of Trendy Pink #8C6289
RGB
CMYK
RGB Variations
Color information
#8C6289 (or 0x8C6289) is known color: Trendy Pink. HEX triplet: 8C, 62 and 89. RGB value is (140,98,137). Sum of RGB (Red+Green+Blue) = 140+98+137=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6289 is #739D76. Grayscale: #727272. Windows color (decimal): -7576951 or 9003660. OLE color: 9003660.
HSL color Cylindrical-coordinate representation of color #8C6289: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6289 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 137 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.45 |
| HSL | 304.29º | 0.18% | 0.47% | - |
| HSV(B) | 304.29º | 0.3% | 0.55% | - |
| XYZ | 19.7 | 16.12 | 25.74 | - |
| YUV | 115 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 137 | 0 | 0.3 | 0.02 | 0.45 | 304.29 | 0.18 | 0.47 |
| Hex | 8C | 62 | 89 | 0 | 1E | 2 | 2D | 130 | 12 | 2F |
| Octal | 214 | 142 | 211 | 0 | 36 | 2 | 55 | 460 | 22 | 57 |
| Binary | 10001100 | 1100010 | 10001001 | 0 | 11110 | 10 | 101101 | 100110000 | 10010 | 101111 |
Color Harmonies of #8C6289
Complementary color
Monochromatic Colors of #8C6289
Black with #8C6289
Text Example
Text Example
White with #8C6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6289; }
p { color: rgb(140,98,137); }
H1.HeaderClassName
{
color: #8C6289;
}
.AnyTagClassName
{
color: #8C6289;
}
</style>
background-color css
<style>
a { background-color: #8C6289; }
a { background-color: rgb(140,98,137); }
div.DivClassName
{
background-color: #8C6289;
}
.BgClassName
{
background-color: #8C6289;
}
</style>
border-color css
<style>
span { border-color: #8C6289; }
span { border-color: rgb(140,98,137); }
td.TdClassName
{
border-color: #8C6289;
}
.TagClassName
{
border-color: #8C6289;
}
</style>