Shades of Trendy Pink #855984
Tints of Trendy Pink #855984
RGB
CMYK
RGB Variations
Color information
#855984 (or 0x855984) is known color: Trendy Pink. HEX triplet: 85, 59 and 84. RGB value is (133,89,132). Sum of RGB (Red+Green+Blue) = 133+89+132=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #855984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855984 is #7AA67B. Grayscale: #6A6A6A. Windows color (decimal): -8038012 or 8673669. OLE color: 8673669.
HSL color Cylindrical-coordinate representation of color #855984: hue angle of 301.36º 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 #855984 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 132 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.48 |
| HSL | 301.36º | 0.2% | 0.44% | - |
| HSV(B) | 301.36º | 0.33% | 0.52% | - |
| XYZ | 17.41 | 13.8 | 23.58 | - |
| YUV | 107.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 132 | 0 | 0.33 | 0.01 | 0.48 | 301.36 | 0.2 | 0.44 |
| Hex | 85 | 59 | 84 | 0 | 21 | 1 | 30 | 12D | 14 | 2C |
| Octal | 205 | 131 | 204 | 0 | 41 | 1 | 60 | 455 | 24 | 54 |
| Binary | 10000101 | 1011001 | 10000100 | 0 | 100001 | 1 | 110000 | 100101101 | 10100 | 101100 |
Color Harmonies of #855984
Complementary color
Monochromatic Colors of #855984
Black with #855984
Text Example
Text Example
White with #855984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855984; }
p { color: rgb(133,89,132); }
H1.HeaderClassName
{
color: #855984;
}
.AnyTagClassName
{
color: #855984;
}
</style>
background-color css
<style>
a { background-color: #855984; }
a { background-color: rgb(133,89,132); }
div.DivClassName
{
background-color: #855984;
}
.BgClassName
{
background-color: #855984;
}
</style>
border-color css
<style>
span { border-color: #855984; }
span { border-color: rgb(133,89,132); }
td.TdClassName
{
border-color: #855984;
}
.TagClassName
{
border-color: #855984;
}
</style>