Shades of Trendy Pink #8B578C
Tints of Trendy Pink #8B578C
RGB
CMYK
RGB Variations
Color information
#8B578C (or 0x8B578C) is known color: Trendy Pink. HEX triplet: 8B, 57 and 8C. RGB value is (139,87,140). Sum of RGB (Red+Green+Blue) = 139+87+140=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B578C is #74A873. Grayscale: #6C6C6C. Windows color (decimal): -7645300 or 9197451. OLE color: 9197451.
HSL color Cylindrical-coordinate representation of color #8B578C: hue angle of 298.87º 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 #8B578C is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 140 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.45 |
| HSL | 298.87º | 0.23% | 0.45% | - |
| HSV(B) | 298.87º | 0.38% | 0.55% | - |
| XYZ | 18.79 | 14.2 | 26.56 | - |
| YUV | 108.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 140 | 0.01 | 0.38 | 0 | 0.45 | 298.87 | 0.23 | 0.45 |
| Hex | 8B | 57 | 8C | 1 | 26 | 0 | 2D | 12B | 17 | 2D |
| Octal | 213 | 127 | 214 | 1 | 46 | 0 | 55 | 453 | 27 | 55 |
| Binary | 10001011 | 1010111 | 10001100 | 1 | 100110 | 0 | 101101 | 100101011 | 10111 | 101101 |
Color Harmonies of #8B578C
Complementary color
Monochromatic Colors of #8B578C
Black with #8B578C
Text Example
Text Example
White with #8B578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B578C; }
p { color: rgb(139,87,140); }
H1.HeaderClassName
{
color: #8B578C;
}
.AnyTagClassName
{
color: #8B578C;
}
</style>
background-color css
<style>
a { background-color: #8B578C; }
a { background-color: rgb(139,87,140); }
div.DivClassName
{
background-color: #8B578C;
}
.BgClassName
{
background-color: #8B578C;
}
</style>
border-color css
<style>
span { border-color: #8B578C; }
span { border-color: rgb(139,87,140); }
td.TdClassName
{
border-color: #8B578C;
}
.TagClassName
{
border-color: #8B578C;
}
</style>