Shades of Trendy Pink #8B5D81
Tints of Trendy Pink #8B5D81
RGB
CMYK
RGB Variations
Color information
#8B5D81 (or 0x8B5D81) is known color: Trendy Pink. HEX triplet: 8B, 5D and 81. RGB value is (139,93,129). Sum of RGB (Red+Green+Blue) = 139+93+129=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5D81 is #74A27E. Grayscale: #6E6E6E. Windows color (decimal): -7643775 or 8478091. OLE color: 8478091.
HSL color Cylindrical-coordinate representation of color #8B5D81: hue angle of 313.04º 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 #8B5D81 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 129 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.45 |
| HSL | 313.04º | 0.2% | 0.45% | - |
| HSV(B) | 313.04º | 0.33% | 0.55% | - |
| XYZ | 18.52 | 14.9 | 22.67 | - |
| YUV | 110.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 129 | 0 | 0.33 | 0.07 | 0.45 | 313.04 | 0.2 | 0.45 |
| Hex | 8B | 5D | 81 | 0 | 21 | 7 | 2D | 139 | 14 | 2D |
| Octal | 213 | 135 | 201 | 0 | 41 | 7 | 55 | 471 | 24 | 55 |
| Binary | 10001011 | 1011101 | 10000001 | 0 | 100001 | 111 | 101101 | 100111001 | 10100 | 101101 |
Color Harmonies of #8B5D81
Complementary color
Monochromatic Colors of #8B5D81
Black with #8B5D81
Text Example
Text Example
White with #8B5D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D81; }
p { color: rgb(139,93,129); }
H1.HeaderClassName
{
color: #8B5D81;
}
.AnyTagClassName
{
color: #8B5D81;
}
</style>
background-color css
<style>
a { background-color: #8B5D81; }
a { background-color: rgb(139,93,129); }
div.DivClassName
{
background-color: #8B5D81;
}
.BgClassName
{
background-color: #8B5D81;
}
</style>
border-color css
<style>
span { border-color: #8B5D81; }
span { border-color: rgb(139,93,129); }
td.TdClassName
{
border-color: #8B5D81;
}
.TagClassName
{
border-color: #8B5D81;
}
</style>