Shades of Trendy Pink #8C5880
Tints of Trendy Pink #8C5880
RGB
CMYK
RGB Variations
Color information
#8C5880 (or 0x8C5880) is known color: Trendy Pink. HEX triplet: 8C, 58 and 80. RGB value is (140,88,128). Sum of RGB (Red+Green+Blue) = 140+88+128=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5880 is #73A77F. Grayscale: #6B6B6B. Windows color (decimal): -7579520 or 8411276. OLE color: 8411276.
HSL color Cylindrical-coordinate representation of color #8C5880: hue angle of 313.85º 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 #8C5880 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 128 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.45 |
| HSL | 313.85º | 0.23% | 0.45% | - |
| HSV(B) | 313.85º | 0.37% | 0.55% | - |
| XYZ | 18.2 | 14.11 | 22.19 | - |
| YUV | 108.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 128 | 0 | 0.37 | 0.09 | 0.45 | 313.85 | 0.23 | 0.45 |
| Hex | 8C | 58 | 80 | 0 | 25 | 9 | 2D | 13A | 17 | 2D |
| Octal | 214 | 130 | 200 | 0 | 45 | 11 | 55 | 472 | 27 | 55 |
| Binary | 10001100 | 1011000 | 10000000 | 0 | 100101 | 1001 | 101101 | 100111010 | 10111 | 101101 |
Color Harmonies of #8C5880
Complementary color
Monochromatic Colors of #8C5880
Black with #8C5880
Text Example
Text Example
White with #8C5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5880; }
p { color: rgb(140,88,128); }
H1.HeaderClassName
{
color: #8C5880;
}
.AnyTagClassName
{
color: #8C5880;
}
</style>
background-color css
<style>
a { background-color: #8C5880; }
a { background-color: rgb(140,88,128); }
div.DivClassName
{
background-color: #8C5880;
}
.BgClassName
{
background-color: #8C5880;
}
</style>
border-color css
<style>
span { border-color: #8C5880; }
span { border-color: rgb(140,88,128); }
td.TdClassName
{
border-color: #8C5880;
}
.TagClassName
{
border-color: #8C5880;
}
</style>