Shades of Trendy Pink #8C5389
Tints of Trendy Pink #8C5389
RGB
CMYK
RGB Variations
Color information
#8C5389 (or 0x8C5389) is known color: Trendy Pink. HEX triplet: 8C, 53 and 89. RGB value is (140,83,137). Sum of RGB (Red+Green+Blue) = 140+83+137=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5389 is #73AC76. Grayscale: #6A6A6A. Windows color (decimal): -7580791 or 8999820. OLE color: 8999820.
HSL color Cylindrical-coordinate representation of color #8C5389: hue angle of 303.16º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5389 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 137 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.45 |
| HSL | 303.16º | 0.26% | 0.44% | - |
| HSV(B) | 303.16º | 0.41% | 0.55% | - |
| XYZ | 18.42 | 13.57 | 25.31 | - |
| YUV | 106.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 137 | 0 | 0.41 | 0.02 | 0.45 | 303.16 | 0.26 | 0.44 |
| Hex | 8C | 53 | 89 | 0 | 29 | 2 | 2D | 12F | 1A | 2C |
| Octal | 214 | 123 | 211 | 0 | 51 | 2 | 55 | 457 | 32 | 54 |
| Binary | 10001100 | 1010011 | 10001001 | 0 | 101001 | 10 | 101101 | 100101111 | 11010 | 101100 |
Color Harmonies of #8C5389
Complementary color
Monochromatic Colors of #8C5389
Black with #8C5389
Text Example
Text Example
White with #8C5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5389; }
p { color: rgb(140,83,137); }
H1.HeaderClassName
{
color: #8C5389;
}
.AnyTagClassName
{
color: #8C5389;
}
</style>
background-color css
<style>
a { background-color: #8C5389; }
a { background-color: rgb(140,83,137); }
div.DivClassName
{
background-color: #8C5389;
}
.BgClassName
{
background-color: #8C5389;
}
</style>
border-color css
<style>
span { border-color: #8C5389; }
span { border-color: rgb(140,83,137); }
td.TdClassName
{
border-color: #8C5389;
}
.TagClassName
{
border-color: #8C5389;
}
</style>