Shades of Trendy Pink #8B4B77
Tints of Trendy Pink #8B4B77
RGB
CMYK
RGB Variations
Color information
#8B4B77 (or 0x8B4B77) is known color: Trendy Pink. HEX triplet: 8B, 4B and 77. RGB value is (139,75,119). Sum of RGB (Red+Green+Blue) = 139+75+119=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B77 is #74B488. Grayscale: #636363. Windows color (decimal): -7648393 or 7818123. OLE color: 7818123.
HSL color Cylindrical-coordinate representation of color #8B4B77: hue angle of 318.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4B77 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 75 | 119 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.45 |
| HSL | 318.75º | 0.3% | 0.42% | - |
| HSV(B) | 318.75º | 0.46% | 0.55% | - |
| XYZ | 16.49 | 11.85 | 18.87 | - |
| YUV | 99.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 119 | 0 | 0.46 | 0.14 | 0.45 | 318.75 | 0.3 | 0.42 |
| Hex | 8B | 4B | 77 | 0 | 2E | E | 2D | 13F | 1E | 2A |
| Octal | 213 | 113 | 167 | 0 | 56 | 16 | 55 | 477 | 36 | 52 |
| Binary | 10001011 | 1001011 | 1110111 | 0 | 101110 | 1110 | 101101 | 100111111 | 11110 | 101010 |
Color Harmonies of #8B4B77
Complementary color
Monochromatic Colors of #8B4B77
Black with #8B4B77
Text Example
Text Example
White with #8B4B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4B77; }
p { color: rgb(139,75,119); }
H1.HeaderClassName
{
color: #8B4B77;
}
.AnyTagClassName
{
color: #8B4B77;
}
</style>
background-color css
<style>
a { background-color: #8B4B77; }
a { background-color: rgb(139,75,119); }
div.DivClassName
{
background-color: #8B4B77;
}
.BgClassName
{
background-color: #8B4B77;
}
</style>
border-color css
<style>
span { border-color: #8B4B77; }
span { border-color: rgb(139,75,119); }
td.TdClassName
{
border-color: #8B4B77;
}
.TagClassName
{
border-color: #8B4B77;
}
</style>