Shades of Trendy Pink #8B4F88
Tints of Trendy Pink #8B4F88
RGB
CMYK
RGB Variations
Color information
#8B4F88 (or 0x8B4F88) is known color: Trendy Pink. HEX triplet: 8B, 4F and 88. RGB value is (139,79,136). Sum of RGB (Red+Green+Blue) = 139+79+136=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4F88 is #74B077. Grayscale: #676767. Windows color (decimal): -7647352 or 8933259. OLE color: 8933259.
HSL color Cylindrical-coordinate representation of color #8B4F88: hue angle of 303º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B4F88 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 79 | 136 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.45 |
| HSL | 303º | 0.28% | 0.43% | - |
| HSV(B) | 303º | 0.43% | 0.55% | - |
| XYZ | 17.89 | 12.86 | 24.83 | - |
| YUV | 103.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 79 | 136 | 0 | 0.43 | 0.02 | 0.45 | 303 | 0.28 | 0.43 |
| Hex | 8B | 4F | 88 | 0 | 2B | 2 | 2D | 12F | 1C | 2B |
| Octal | 213 | 117 | 210 | 0 | 53 | 2 | 55 | 457 | 34 | 53 |
| Binary | 10001011 | 1001111 | 10001000 | 0 | 101011 | 10 | 101101 | 100101111 | 11100 | 101011 |
Color Harmonies of #8B4F88
Complementary color
Monochromatic Colors of #8B4F88
Black with #8B4F88
Text Example
Text Example
White with #8B4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4F88; }
p { color: rgb(139,79,136); }
H1.HeaderClassName
{
color: #8B4F88;
}
.AnyTagClassName
{
color: #8B4F88;
}
</style>
background-color css
<style>
a { background-color: #8B4F88; }
a { background-color: rgb(139,79,136); }
div.DivClassName
{
background-color: #8B4F88;
}
.BgClassName
{
background-color: #8B4F88;
}
</style>
border-color css
<style>
span { border-color: #8B4F88; }
span { border-color: rgb(139,79,136); }
td.TdClassName
{
border-color: #8B4F88;
}
.TagClassName
{
border-color: #8B4F88;
}
</style>