Shades of Trendy Pink #855990
Tints of Trendy Pink #855990
RGB
CMYK
RGB Variations
Color information
#855990 (or 0x855990) is known color: Trendy Pink. HEX triplet: 85, 59 and 90. RGB value is (133,89,144). Sum of RGB (Red+Green+Blue) = 133+89+144=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #855990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855990 is #7AA66F. Grayscale: #6C6C6C. Windows color (decimal): -8038000 or 9460101. OLE color: 9460101.
HSL color Cylindrical-coordinate representation of color #855990: hue angle of 288º 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 #855990 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 89 | 144 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.44 |
| HSL | 288º | 0.24% | 0.46% | - |
| HSV(B) | 288º | 0.38% | 0.56% | - |
| XYZ | 18.28 | 14.14 | 28.15 | - |
| YUV | 108.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 144 | 0.08 | 0.38 | 0 | 0.44 | 288 | 0.24 | 0.46 |
| Hex | 85 | 59 | 90 | 8 | 26 | 0 | 2C | 120 | 18 | 2E |
| Octal | 205 | 131 | 220 | 10 | 46 | 0 | 54 | 440 | 30 | 56 |
| Binary | 10000101 | 1011001 | 10010000 | 1000 | 100110 | 0 | 101100 | 100100000 | 11000 | 101110 |
Color Harmonies of #855990
Complementary color
Monochromatic Colors of #855990
Black with #855990
Text Example
Text Example
White with #855990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855990; }
p { color: rgb(133,89,144); }
H1.HeaderClassName
{
color: #855990;
}
.AnyTagClassName
{
color: #855990;
}
</style>
background-color css
<style>
a { background-color: #855990; }
a { background-color: rgb(133,89,144); }
div.DivClassName
{
background-color: #855990;
}
.BgClassName
{
background-color: #855990;
}
</style>
border-color css
<style>
span { border-color: #855990; }
span { border-color: rgb(133,89,144); }
td.TdClassName
{
border-color: #855990;
}
.TagClassName
{
border-color: #855990;
}
</style>