Shades of Trendy Pink #855D85
Tints of Trendy Pink #855D85
RGB
CMYK
RGB Variations
Color information
#855D85 (or 0x855D85) is known color: Trendy Pink. HEX triplet: 85, 5D and 85. RGB value is (133,93,133). Sum of RGB (Red+Green+Blue) = 133+93+133=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D85 is #7AA27A. Grayscale: #6D6D6D. Windows color (decimal): -8036987 or 8740229. OLE color: 8740229.
HSL color Cylindrical-coordinate representation of color #855D85: hue angle of 300º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D85 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 133 | - |
| CMYK | 0 | 0.30 | 0 | 0.48 |
| HSL | 300º | 0.18% | 0.44% | - |
| HSV(B) | 300º | 0.3% | 0.52% | - |
| XYZ | 17.82 | 14.51 | 24.05 | - |
| YUV | 109.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 133 | 0 | 0.30 | 0 | 0.48 | 300 | 0.18 | 0.44 |
| Hex | 85 | 5D | 85 | 0 | 1E | 0 | 30 | 12C | 12 | 2C |
| Octal | 205 | 135 | 205 | 0 | 36 | 0 | 60 | 454 | 22 | 54 |
| Binary | 10000101 | 1011101 | 10000101 | 0 | 11110 | 0 | 110000 | 100101100 | 10010 | 101100 |
Color Harmonies of #855D85
Complementary color
Monochromatic Colors of #855D85
Black with #855D85
Text Example
Text Example
White with #855D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D85; }
p { color: rgb(133,93,133); }
H1.HeaderClassName
{
color: #855D85;
}
.AnyTagClassName
{
color: #855D85;
}
</style>
background-color css
<style>
a { background-color: #855D85; }
a { background-color: rgb(133,93,133); }
div.DivClassName
{
background-color: #855D85;
}
.BgClassName
{
background-color: #855D85;
}
</style>
border-color css
<style>
span { border-color: #855D85; }
span { border-color: rgb(133,93,133); }
td.TdClassName
{
border-color: #855D85;
}
.TagClassName
{
border-color: #855D85;
}
</style>