Shades of Trendy Pink #8B5586
Tints of Trendy Pink #8B5586
RGB
CMYK
RGB Variations
Color information
#8B5586 (or 0x8B5586) is known color: Trendy Pink. HEX triplet: 8B, 55 and 86. RGB value is (139,85,134). Sum of RGB (Red+Green+Blue) = 139+85+134=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5586 is #74AA79. Grayscale: #6A6A6A. Windows color (decimal): -7645818 or 8803723. OLE color: 8803723.
HSL color Cylindrical-coordinate representation of color #8B5586: hue angle of 305.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5586 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 134 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.45 |
| HSL | 305.56º | 0.24% | 0.44% | - |
| HSV(B) | 305.56º | 0.39% | 0.55% | - |
| XYZ | 18.2 | 13.71 | 24.24 | - |
| YUV | 106.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 134 | 0 | 0.39 | 0.04 | 0.45 | 305.56 | 0.24 | 0.44 |
| Hex | 8B | 55 | 86 | 0 | 27 | 4 | 2D | 132 | 18 | 2C |
| Octal | 213 | 125 | 206 | 0 | 47 | 4 | 55 | 462 | 30 | 54 |
| Binary | 10001011 | 1010101 | 10000110 | 0 | 100111 | 100 | 101101 | 100110010 | 11000 | 101100 |
Color Harmonies of #8B5586
Complementary color
Monochromatic Colors of #8B5586
Black with #8B5586
Text Example
Text Example
White with #8B5586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5586; }
p { color: rgb(139,85,134); }
H1.HeaderClassName
{
color: #8B5586;
}
.AnyTagClassName
{
color: #8B5586;
}
</style>
background-color css
<style>
a { background-color: #8B5586; }
a { background-color: rgb(139,85,134); }
div.DivClassName
{
background-color: #8B5586;
}
.BgClassName
{
background-color: #8B5586;
}
</style>
border-color css
<style>
span { border-color: #8B5586; }
span { border-color: rgb(139,85,134); }
td.TdClassName
{
border-color: #8B5586;
}
.TagClassName
{
border-color: #8B5586;
}
</style>