Shades of Trendy Pink #8C558D
Tints of Trendy Pink #8C558D
RGB
CMYK
RGB Variations
Color information
#8C558D (or 0x8C558D) is known color: Trendy Pink. HEX triplet: 8C, 55 and 8D. RGB value is (140,85,141). Sum of RGB (Red+Green+Blue) = 140+85+141=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C558D is #73AA72. Grayscale: #6B6B6B. Windows color (decimal): -7580275 or 9262476. OLE color: 9262476.
HSL color Cylindrical-coordinate representation of color #8C558D: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C558D is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 141 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.45 |
| HSL | 298.93º | 0.25% | 0.44% | - |
| HSV(B) | 298.93º | 0.4% | 0.55% | - |
| XYZ | 18.87 | 14 | 26.91 | - |
| YUV | 107.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 141 | 0.01 | 0.40 | 0 | 0.45 | 298.93 | 0.25 | 0.44 |
| Hex | 8C | 55 | 8D | 1 | 28 | 0 | 2D | 12B | 19 | 2C |
| Octal | 214 | 125 | 215 | 1 | 50 | 0 | 55 | 453 | 31 | 54 |
| Binary | 10001100 | 1010101 | 10001101 | 1 | 101000 | 0 | 101101 | 100101011 | 11001 | 101100 |
Color Harmonies of #8C558D
Complementary color
Monochromatic Colors of #8C558D
Black with #8C558D
Text Example
Text Example
White with #8C558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C558D; }
p { color: rgb(140,85,141); }
H1.HeaderClassName
{
color: #8C558D;
}
.AnyTagClassName
{
color: #8C558D;
}
</style>
background-color css
<style>
a { background-color: #8C558D; }
a { background-color: rgb(140,85,141); }
div.DivClassName
{
background-color: #8C558D;
}
.BgClassName
{
background-color: #8C558D;
}
</style>
border-color css
<style>
span { border-color: #8C558D; }
span { border-color: rgb(140,85,141); }
td.TdClassName
{
border-color: #8C558D;
}
.TagClassName
{
border-color: #8C558D;
}
</style>