Shades of Trendy Pink #8C5881
Tints of Trendy Pink #8C5881
RGB
CMYK
RGB Variations
Color information
#8C5881 (or 0x8C5881) is known color: Trendy Pink. HEX triplet: 8C, 58 and 81. RGB value is (140,88,129). Sum of RGB (Red+Green+Blue) = 140+88+129=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5881 is #73A77E. Grayscale: #6C6C6C. Windows color (decimal): -7579519 or 8476812. OLE color: 8476812.
HSL color Cylindrical-coordinate representation of color #8C5881: hue angle of 312.69º 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 #8C5881 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 129 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.45 |
| HSL | 312.69º | 0.23% | 0.45% | - |
| HSV(B) | 312.69º | 0.37% | 0.55% | - |
| XYZ | 18.27 | 14.14 | 22.54 | - |
| YUV | 108.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 129 | 0 | 0.37 | 0.08 | 0.45 | 312.69 | 0.23 | 0.45 |
| Hex | 8C | 58 | 81 | 0 | 25 | 8 | 2D | 139 | 17 | 2D |
| Octal | 214 | 130 | 201 | 0 | 45 | 10 | 55 | 471 | 27 | 55 |
| Binary | 10001100 | 1011000 | 10000001 | 0 | 100101 | 1000 | 101101 | 100111001 | 10111 | 101101 |
Color Harmonies of #8C5881
Complementary color
Monochromatic Colors of #8C5881
Black with #8C5881
Text Example
Text Example
White with #8C5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5881; }
p { color: rgb(140,88,129); }
H1.HeaderClassName
{
color: #8C5881;
}
.AnyTagClassName
{
color: #8C5881;
}
</style>
background-color css
<style>
a { background-color: #8C5881; }
a { background-color: rgb(140,88,129); }
div.DivClassName
{
background-color: #8C5881;
}
.BgClassName
{
background-color: #8C5881;
}
</style>
border-color css
<style>
span { border-color: #8C5881; }
span { border-color: rgb(140,88,129); }
td.TdClassName
{
border-color: #8C5881;
}
.TagClassName
{
border-color: #8C5881;
}
</style>