Shades of Trendy Pink #8B5D88
Tints of Trendy Pink #8B5D88
RGB
CMYK
RGB Variations
Color information
#8B5D88 (or 0x8B5D88) is known color: Trendy Pink. HEX triplet: 8B, 5D and 88. RGB value is (139,93,136). Sum of RGB (Red+Green+Blue) = 139+93+136=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5D88 is #74A277. Grayscale: #6F6F6F. Windows color (decimal): -7643768 or 8936843. OLE color: 8936843.
HSL color Cylindrical-coordinate representation of color #8B5D88: hue angle of 303.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D88 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 136 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.45 |
| HSL | 303.91º | 0.2% | 0.45% | - |
| HSV(B) | 303.91º | 0.33% | 0.55% | - |
| XYZ | 19.01 | 15.1 | 25.2 | - |
| YUV | 111.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 136 | 0 | 0.33 | 0.02 | 0.45 | 303.91 | 0.2 | 0.45 |
| Hex | 8B | 5D | 88 | 0 | 21 | 2 | 2D | 130 | 14 | 2D |
| Octal | 213 | 135 | 210 | 0 | 41 | 2 | 55 | 460 | 24 | 55 |
| Binary | 10001011 | 1011101 | 10001000 | 0 | 100001 | 10 | 101101 | 100110000 | 10100 | 101101 |
Color Harmonies of #8B5D88
Complementary color
Monochromatic Colors of #8B5D88
Black with #8B5D88
Text Example
Text Example
White with #8B5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D88; }
p { color: rgb(139,93,136); }
H1.HeaderClassName
{
color: #8B5D88;
}
.AnyTagClassName
{
color: #8B5D88;
}
</style>
background-color css
<style>
a { background-color: #8B5D88; }
a { background-color: rgb(139,93,136); }
div.DivClassName
{
background-color: #8B5D88;
}
.BgClassName
{
background-color: #8B5D88;
}
</style>
border-color css
<style>
span { border-color: #8B5D88; }
span { border-color: rgb(139,93,136); }
td.TdClassName
{
border-color: #8B5D88;
}
.TagClassName
{
border-color: #8B5D88;
}
</style>