Shades of Trendy Pink #8B5186
Tints of Trendy Pink #8B5186
RGB
CMYK
RGB Variations
Color information
#8B5186 (or 0x8B5186) is known color: Trendy Pink. HEX triplet: 8B, 51 and 86. RGB value is (139,81,134). Sum of RGB (Red+Green+Blue) = 139+81+134=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5186 is #74AE79. Grayscale: #686868. Windows color (decimal): -7646842 or 8802699. OLE color: 8802699.
HSL color Cylindrical-coordinate representation of color #8B5186: hue angle of 305.17º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5186 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 134 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.45 |
| HSL | 305.17º | 0.26% | 0.43% | - |
| HSV(B) | 305.17º | 0.42% | 0.55% | - |
| XYZ | 17.89 | 13.1 | 24.14 | - |
| YUV | 104.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 134 | 0 | 0.42 | 0.04 | 0.45 | 305.17 | 0.26 | 0.43 |
| Hex | 8B | 51 | 86 | 0 | 2A | 4 | 2D | 131 | 1A | 2B |
| Octal | 213 | 121 | 206 | 0 | 52 | 4 | 55 | 461 | 32 | 53 |
| Binary | 10001011 | 1010001 | 10000110 | 0 | 101010 | 100 | 101101 | 100110001 | 11010 | 101011 |
Color Harmonies of #8B5186
Complementary color
Monochromatic Colors of #8B5186
Black with #8B5186
Text Example
Text Example
White with #8B5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5186; }
p { color: rgb(139,81,134); }
H1.HeaderClassName
{
color: #8B5186;
}
.AnyTagClassName
{
color: #8B5186;
}
</style>
background-color css
<style>
a { background-color: #8B5186; }
a { background-color: rgb(139,81,134); }
div.DivClassName
{
background-color: #8B5186;
}
.BgClassName
{
background-color: #8B5186;
}
</style>
border-color css
<style>
span { border-color: #8B5186; }
span { border-color: rgb(139,81,134); }
td.TdClassName
{
border-color: #8B5186;
}
.TagClassName
{
border-color: #8B5186;
}
</style>