Shades of Trendy Pink #8C5189
Tints of Trendy Pink #8C5189
RGB
CMYK
RGB Variations
Color information
#8C5189 (or 0x8C5189) is known color: Trendy Pink. HEX triplet: 8C, 51 and 89. RGB value is (140,81,137). Sum of RGB (Red+Green+Blue) = 140+81+137=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5189 is #73AE76. Grayscale: #686868. Windows color (decimal): -7581303 or 8999308. OLE color: 8999308.
HSL color Cylindrical-coordinate representation of color #8C5189: hue angle of 303.05º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5189 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 137 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.45 |
| HSL | 303.05º | 0.27% | 0.43% | - |
| HSV(B) | 303.05º | 0.42% | 0.55% | - |
| XYZ | 18.27 | 13.27 | 25.26 | - |
| YUV | 105.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 137 | 0 | 0.42 | 0.02 | 0.45 | 303.05 | 0.27 | 0.43 |
| Hex | 8C | 51 | 89 | 0 | 2A | 2 | 2D | 12F | 1B | 2B |
| Octal | 214 | 121 | 211 | 0 | 52 | 2 | 55 | 457 | 33 | 53 |
| Binary | 10001100 | 1010001 | 10001001 | 0 | 101010 | 10 | 101101 | 100101111 | 11011 | 101011 |
Color Harmonies of #8C5189
Complementary color
Monochromatic Colors of #8C5189
Black with #8C5189
Text Example
Text Example
White with #8C5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5189; }
p { color: rgb(140,81,137); }
H1.HeaderClassName
{
color: #8C5189;
}
.AnyTagClassName
{
color: #8C5189;
}
</style>
background-color css
<style>
a { background-color: #8C5189; }
a { background-color: rgb(140,81,137); }
div.DivClassName
{
background-color: #8C5189;
}
.BgClassName
{
background-color: #8C5189;
}
</style>
border-color css
<style>
span { border-color: #8C5189; }
span { border-color: rgb(140,81,137); }
td.TdClassName
{
border-color: #8C5189;
}
.TagClassName
{
border-color: #8C5189;
}
</style>