Shades of Trendy Pink #8B5688
Tints of Trendy Pink #8B5688
RGB
CMYK
RGB Variations
Color information
#8B5688 (or 0x8B5688) is known color: Trendy Pink. HEX triplet: 8B, 56 and 88. RGB value is (139,86,136). Sum of RGB (Red+Green+Blue) = 139+86+136=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5688 is #74A977. Grayscale: #6B6B6B. Windows color (decimal): -7645560 or 8935051. OLE color: 8935051.
HSL color Cylindrical-coordinate representation of color #8B5688: hue angle of 303.4º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5688 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 136 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.45 |
| HSL | 303.4º | 0.24% | 0.44% | - |
| HSV(B) | 303.4º | 0.38% | 0.55% | - |
| XYZ | 18.42 | 13.92 | 25.01 | - |
| YUV | 107.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 136 | 0 | 0.38 | 0.02 | 0.45 | 303.4 | 0.24 | 0.44 |
| Hex | 8B | 56 | 88 | 0 | 26 | 2 | 2D | 12F | 18 | 2C |
| Octal | 213 | 126 | 210 | 0 | 46 | 2 | 55 | 457 | 30 | 54 |
| Binary | 10001011 | 1010110 | 10001000 | 0 | 100110 | 10 | 101101 | 100101111 | 11000 | 101100 |
Color Harmonies of #8B5688
Complementary color
Monochromatic Colors of #8B5688
Black with #8B5688
Text Example
Text Example
White with #8B5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5688; }
p { color: rgb(139,86,136); }
H1.HeaderClassName
{
color: #8B5688;
}
.AnyTagClassName
{
color: #8B5688;
}
</style>
background-color css
<style>
a { background-color: #8B5688; }
a { background-color: rgb(139,86,136); }
div.DivClassName
{
background-color: #8B5688;
}
.BgClassName
{
background-color: #8B5688;
}
</style>
border-color css
<style>
span { border-color: #8B5688; }
span { border-color: rgb(139,86,136); }
td.TdClassName
{
border-color: #8B5688;
}
.TagClassName
{
border-color: #8B5688;
}
</style>