Shades of Trendy Pink #8C6589
Tints of Trendy Pink #8C6589
RGB
CMYK
RGB Variations
Color information
#8C6589 (or 0x8C6589) is known color: Trendy Pink. HEX triplet: 8C, 65 and 89. RGB value is (140,101,137). Sum of RGB (Red+Green+Blue) = 140+101+137=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6589 is #739A76. Grayscale: #747474. Windows color (decimal): -7576183 or 9004428. OLE color: 9004428.
HSL color Cylindrical-coordinate representation of color #8C6589: hue angle of 304.62º 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 #8C6589 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 137 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.45 |
| HSL | 304.62º | 0.16% | 0.47% | - |
| HSV(B) | 304.62º | 0.28% | 0.55% | - |
| XYZ | 19.98 | 16.69 | 25.83 | - |
| YUV | 116.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 137 | 0 | 0.28 | 0.02 | 0.45 | 304.62 | 0.16 | 0.47 |
| Hex | 8C | 65 | 89 | 0 | 1C | 2 | 2D | 131 | 10 | 2F |
| Octal | 214 | 145 | 211 | 0 | 34 | 2 | 55 | 461 | 20 | 57 |
| Binary | 10001100 | 1100101 | 10001001 | 0 | 11100 | 10 | 101101 | 100110001 | 10000 | 101111 |
Color Harmonies of #8C6589
Complementary color
Monochromatic Colors of #8C6589
Black with #8C6589
Text Example
Text Example
White with #8C6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6589; }
p { color: rgb(140,101,137); }
H1.HeaderClassName
{
color: #8C6589;
}
.AnyTagClassName
{
color: #8C6589;
}
</style>
background-color css
<style>
a { background-color: #8C6589; }
a { background-color: rgb(140,101,137); }
div.DivClassName
{
background-color: #8C6589;
}
.BgClassName
{
background-color: #8C6589;
}
</style>
border-color css
<style>
span { border-color: #8C6589; }
span { border-color: rgb(140,101,137); }
td.TdClassName
{
border-color: #8C6589;
}
.TagClassName
{
border-color: #8C6589;
}
</style>