Shades of Trendy Pink #8C588C
Tints of Trendy Pink #8C588C
RGB
CMYK
RGB Variations
Color information
#8C588C (or 0x8C588C) is known color: Trendy Pink. HEX triplet: 8C, 58 and 8C. RGB value is (140,88,140). Sum of RGB (Red+Green+Blue) = 140+88+140=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C588C is #73A773. Grayscale: #6D6D6D. Windows color (decimal): -7579508 or 9197708. OLE color: 9197708.
HSL color Cylindrical-coordinate representation of color #8C588C: hue angle of 300º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C588C is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 140 | - |
| CMYK | 0 | 0.37 | 0 | 0.45 |
| HSL | 300º | 0.23% | 0.45% | - |
| HSV(B) | 300º | 0.37% | 0.55% | - |
| XYZ | 19.04 | 14.45 | 26.6 | - |
| YUV | 109.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 140 | 0 | 0.37 | 0 | 0.45 | 300 | 0.23 | 0.45 |
| Hex | 8C | 58 | 8C | 0 | 25 | 0 | 2D | 12C | 17 | 2D |
| Octal | 214 | 130 | 214 | 0 | 45 | 0 | 55 | 454 | 27 | 55 |
| Binary | 10001100 | 1011000 | 10001100 | 0 | 100101 | 0 | 101101 | 100101100 | 10111 | 101101 |
Color Harmonies of #8C588C
Complementary color
Monochromatic Colors of #8C588C
Black with #8C588C
Text Example
Text Example
White with #8C588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C588C; }
p { color: rgb(140,88,140); }
H1.HeaderClassName
{
color: #8C588C;
}
.AnyTagClassName
{
color: #8C588C;
}
</style>
background-color css
<style>
a { background-color: #8C588C; }
a { background-color: rgb(140,88,140); }
div.DivClassName
{
background-color: #8C588C;
}
.BgClassName
{
background-color: #8C588C;
}
</style>
border-color css
<style>
span { border-color: #8C588C; }
span { border-color: rgb(140,88,140); }
td.TdClassName
{
border-color: #8C588C;
}
.TagClassName
{
border-color: #8C588C;
}
</style>