Shades of Trendy Pink #8C5783
Tints of Trendy Pink #8C5783
RGB
CMYK
RGB Variations
Color information
#8C5783 (or 0x8C5783) is known color: Trendy Pink. HEX triplet: 8C, 57 and 83. RGB value is (140,87,131). Sum of RGB (Red+Green+Blue) = 140+87+131=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5783 is #73A87C. Grayscale: #6B6B6B. Windows color (decimal): -7579773 or 8607628. OLE color: 8607628.
HSL color Cylindrical-coordinate representation of color #8C5783: hue angle of 310.19º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5783 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 131 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.45 |
| HSL | 310.19º | 0.23% | 0.45% | - |
| HSV(B) | 310.19º | 0.38% | 0.55% | - |
| XYZ | 18.32 | 14.03 | 23.22 | - |
| YUV | 107.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 131 | 0 | 0.38 | 0.06 | 0.45 | 310.19 | 0.23 | 0.45 |
| Hex | 8C | 57 | 83 | 0 | 26 | 6 | 2D | 136 | 17 | 2D |
| Octal | 214 | 127 | 203 | 0 | 46 | 6 | 55 | 466 | 27 | 55 |
| Binary | 10001100 | 1010111 | 10000011 | 0 | 100110 | 110 | 101101 | 100110110 | 10111 | 101101 |
Color Harmonies of #8C5783
Complementary color
Monochromatic Colors of #8C5783
Black with #8C5783
Text Example
Text Example
White with #8C5783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5783; }
p { color: rgb(140,87,131); }
H1.HeaderClassName
{
color: #8C5783;
}
.AnyTagClassName
{
color: #8C5783;
}
</style>
background-color css
<style>
a { background-color: #8C5783; }
a { background-color: rgb(140,87,131); }
div.DivClassName
{
background-color: #8C5783;
}
.BgClassName
{
background-color: #8C5783;
}
</style>
border-color css
<style>
span { border-color: #8C5783; }
span { border-color: rgb(140,87,131); }
td.TdClassName
{
border-color: #8C5783;
}
.TagClassName
{
border-color: #8C5783;
}
</style>