Shades of Trendy Pink #855981
Tints of Trendy Pink #855981
RGB
CMYK
RGB Variations
Color information
#855981 (or 0x855981) is known color: Trendy Pink. HEX triplet: 85, 59 and 81. RGB value is (133,89,129). Sum of RGB (Red+Green+Blue) = 133+89+129=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #855981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855981 is #7AA67E. Grayscale: #6A6A6A. Windows color (decimal): -8038015 or 8477061. OLE color: 8477061.
HSL color Cylindrical-coordinate representation of color #855981: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855981 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 129 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.48 |
| HSL | 305.45º | 0.2% | 0.44% | - |
| HSV(B) | 305.45º | 0.33% | 0.52% | - |
| XYZ | 17.21 | 13.72 | 22.51 | - |
| YUV | 106.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 129 | 0 | 0.33 | 0.03 | 0.48 | 305.45 | 0.2 | 0.44 |
| Hex | 85 | 59 | 81 | 0 | 21 | 3 | 30 | 131 | 14 | 2C |
| Octal | 205 | 131 | 201 | 0 | 41 | 3 | 60 | 461 | 24 | 54 |
| Binary | 10000101 | 1011001 | 10000001 | 0 | 100001 | 11 | 110000 | 100110001 | 10100 | 101100 |
Color Harmonies of #855981
Complementary color
Monochromatic Colors of #855981
Black with #855981
Text Example
Text Example
White with #855981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855981; }
p { color: rgb(133,89,129); }
H1.HeaderClassName
{
color: #855981;
}
.AnyTagClassName
{
color: #855981;
}
</style>
background-color css
<style>
a { background-color: #855981; }
a { background-color: rgb(133,89,129); }
div.DivClassName
{
background-color: #855981;
}
.BgClassName
{
background-color: #855981;
}
</style>
border-color css
<style>
span { border-color: #855981; }
span { border-color: rgb(133,89,129); }
td.TdClassName
{
border-color: #855981;
}
.TagClassName
{
border-color: #855981;
}
</style>