Shades of Trendy Pink #8B4577
Tints of Trendy Pink #8B4577
RGB
CMYK
RGB Variations
Color information
#8B4577 (or 0x8B4577) is known color: Trendy Pink. HEX triplet: 8B, 45 and 77. RGB value is (139,69,119). Sum of RGB (Red+Green+Blue) = 139+69+119=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4577 is #74BA88. Grayscale: #5F5F5F. Windows color (decimal): -7649929 or 7816587. OLE color: 7816587.
HSL color Cylindrical-coordinate representation of color #8B4577: hue angle of 317.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4577 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 119 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.45 |
| HSL | 317.14º | 0.34% | 0.41% | - |
| HSV(B) | 317.14º | 0.5% | 0.55% | - |
| XYZ | 16.11 | 11.08 | 18.74 | - |
| YUV | 95.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 119 | 0 | 0.50 | 0.14 | 0.45 | 317.14 | 0.34 | 0.41 |
| Hex | 8B | 45 | 77 | 0 | 32 | E | 2D | 13D | 22 | 29 |
| Octal | 213 | 105 | 167 | 0 | 62 | 16 | 55 | 475 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1110111 | 0 | 110010 | 1110 | 101101 | 100111101 | 100010 | 101001 |
Color Harmonies of #8B4577
Complementary color
Monochromatic Colors of #8B4577
Black with #8B4577
Text Example
Text Example
White with #8B4577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4577; }
p { color: rgb(139,69,119); }
H1.HeaderClassName
{
color: #8B4577;
}
.AnyTagClassName
{
color: #8B4577;
}
</style>
background-color css
<style>
a { background-color: #8B4577; }
a { background-color: rgb(139,69,119); }
div.DivClassName
{
background-color: #8B4577;
}
.BgClassName
{
background-color: #8B4577;
}
</style>
border-color css
<style>
span { border-color: #8B4577; }
span { border-color: rgb(139,69,119); }
td.TdClassName
{
border-color: #8B4577;
}
.TagClassName
{
border-color: #8B4577;
}
</style>