Shades of Trendy Pink #8B5990
Tints of Trendy Pink #8B5990
RGB
CMYK
RGB Variations
Color information
#8B5990 (or 0x8B5990) is known color: Trendy Pink. HEX triplet: 8B, 59 and 90. RGB value is (139,89,144). Sum of RGB (Red+Green+Blue) = 139+89+144=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5990 is #74A66F. Grayscale: #6E6E6E. Windows color (decimal): -7644784 or 9460107. OLE color: 9460107.
HSL color Cylindrical-coordinate representation of color #8B5990: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5990 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 89 | 144 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.44 |
| HSL | 294.55º | 0.24% | 0.46% | - |
| HSV(B) | 294.55º | 0.38% | 0.56% | - |
| XYZ | 19.25 | 14.65 | 28.2 | - |
| YUV | 110.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 144 | 0.03 | 0.38 | 0 | 0.44 | 294.55 | 0.24 | 0.46 |
| Hex | 8B | 59 | 90 | 3 | 26 | 0 | 2C | 127 | 18 | 2E |
| Octal | 213 | 131 | 220 | 3 | 46 | 0 | 54 | 447 | 30 | 56 |
| Binary | 10001011 | 1011001 | 10010000 | 11 | 100110 | 0 | 101100 | 100100111 | 11000 | 101110 |
Color Harmonies of #8B5990
Complementary color
Monochromatic Colors of #8B5990
Black with #8B5990
Text Example
Text Example
White with #8B5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5990; }
p { color: rgb(139,89,144); }
H1.HeaderClassName
{
color: #8B5990;
}
.AnyTagClassName
{
color: #8B5990;
}
</style>
background-color css
<style>
a { background-color: #8B5990; }
a { background-color: rgb(139,89,144); }
div.DivClassName
{
background-color: #8B5990;
}
.BgClassName
{
background-color: #8B5990;
}
</style>
border-color css
<style>
span { border-color: #8B5990; }
span { border-color: rgb(139,89,144); }
td.TdClassName
{
border-color: #8B5990;
}
.TagClassName
{
border-color: #8B5990;
}
</style>