Shades of Trendy Pink #8B5B88
Tints of Trendy Pink #8B5B88
RGB
CMYK
RGB Variations
Color information
#8B5B88 (or 0x8B5B88) is known color: Trendy Pink. HEX triplet: 8B, 5B and 88. RGB value is (139,91,136). Sum of RGB (Red+Green+Blue) = 139+91+136=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5B88 is #74A477. Grayscale: #6E6E6E. Windows color (decimal): -7644280 or 8936331. OLE color: 8936331.
HSL color Cylindrical-coordinate representation of color #8B5B88: hue angle of 303.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B88 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 136 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.45 |
| HSL | 303.75º | 0.21% | 0.45% | - |
| HSV(B) | 303.75º | 0.35% | 0.55% | - |
| XYZ | 18.83 | 14.75 | 25.15 | - |
| YUV | 110.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 136 | 0 | 0.35 | 0.02 | 0.45 | 303.75 | 0.21 | 0.45 |
| Hex | 8B | 5B | 88 | 0 | 23 | 2 | 2D | 130 | 15 | 2D |
| Octal | 213 | 133 | 210 | 0 | 43 | 2 | 55 | 460 | 25 | 55 |
| Binary | 10001011 | 1011011 | 10001000 | 0 | 100011 | 10 | 101101 | 100110000 | 10101 | 101101 |
Color Harmonies of #8B5B88
Complementary color
Monochromatic Colors of #8B5B88
Black with #8B5B88
Text Example
Text Example
White with #8B5B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B88; }
p { color: rgb(139,91,136); }
H1.HeaderClassName
{
color: #8B5B88;
}
.AnyTagClassName
{
color: #8B5B88;
}
</style>
background-color css
<style>
a { background-color: #8B5B88; }
a { background-color: rgb(139,91,136); }
div.DivClassName
{
background-color: #8B5B88;
}
.BgClassName
{
background-color: #8B5B88;
}
</style>
border-color css
<style>
span { border-color: #8B5B88; }
span { border-color: rgb(139,91,136); }
td.TdClassName
{
border-color: #8B5B88;
}
.TagClassName
{
border-color: #8B5B88;
}
</style>