Shades of Trendy Pink #8B6E90
Tints of Trendy Pink #8B6E90
RGB
CMYK
RGB Variations
Color information
#8B6E90 (or 0x8B6E90) is known color: Trendy Pink. HEX triplet: 8B, 6E and 90. RGB value is (139,110,144). Sum of RGB (Red+Green+Blue) = 139+110+144=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6E90 is #74916F. Grayscale: #7A7A7A. Windows color (decimal): -7639408 or 9465483. OLE color: 9465483.
HSL color Cylindrical-coordinate representation of color #8B6E90: hue angle of 291.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6E90 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 110 | 144 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.44 |
| HSL | 291.18º | 0.13% | 0.5% | - |
| HSV(B) | 291.18º | 0.24% | 0.56% | - |
| XYZ | 21.26 | 18.65 | 28.87 | - |
| YUV | 122.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 144 | 0.03 | 0.24 | 0 | 0.44 | 291.18 | 0.13 | 0.5 |
| Hex | 8B | 6E | 90 | 3 | 18 | 0 | 2C | 123 | D | 32 |
| Octal | 213 | 156 | 220 | 3 | 30 | 0 | 54 | 443 | 15 | 62 |
| Binary | 10001011 | 1101110 | 10010000 | 11 | 11000 | 0 | 101100 | 100100011 | 1101 | 110010 |
Color Harmonies of #8B6E90
Complementary color
Monochromatic Colors of #8B6E90
Black with #8B6E90
Text Example
Text Example
White with #8B6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E90; }
p { color: rgb(139,110,144); }
H1.HeaderClassName
{
color: #8B6E90;
}
.AnyTagClassName
{
color: #8B6E90;
}
</style>
background-color css
<style>
a { background-color: #8B6E90; }
a { background-color: rgb(139,110,144); }
div.DivClassName
{
background-color: #8B6E90;
}
.BgClassName
{
background-color: #8B6E90;
}
</style>
border-color css
<style>
span { border-color: #8B6E90; }
span { border-color: rgb(139,110,144); }
td.TdClassName
{
border-color: #8B6E90;
}
.TagClassName
{
border-color: #8B6E90;
}
</style>