Shades of Trendy Pink #855D86
Tints of Trendy Pink #855D86
RGB
CMYK
RGB Variations
Color information
#855D86 (or 0x855D86) is known color: Trendy Pink. HEX triplet: 85, 5D and 86. RGB value is (133,93,134). Sum of RGB (Red+Green+Blue) = 133+93+134=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #855D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D86 is #7AA279. Grayscale: #6D6D6D. Windows color (decimal): -8036986 or 8805765. OLE color: 8805765.
HSL color Cylindrical-coordinate representation of color #855D86: hue angle of 298.54º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855D86 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 93 | 134 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.47 |
| HSL | 298.54º | 0.18% | 0.45% | - |
| HSV(B) | 298.54º | 0.31% | 0.53% | - |
| XYZ | 17.89 | 14.54 | 24.42 | - |
| YUV | 109.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 134 | 0.01 | 0.31 | 0 | 0.47 | 298.54 | 0.18 | 0.45 |
| Hex | 85 | 5D | 86 | 1 | 1F | 0 | 2F | 12B | 12 | 2D |
| Octal | 205 | 135 | 206 | 1 | 37 | 0 | 57 | 453 | 22 | 55 |
| Binary | 10000101 | 1011101 | 10000110 | 1 | 11111 | 0 | 101111 | 100101011 | 10010 | 101101 |
Color Harmonies of #855D86
Complementary color
Monochromatic Colors of #855D86
Black with #855D86
Text Example
Text Example
White with #855D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D86; }
p { color: rgb(133,93,134); }
H1.HeaderClassName
{
color: #855D86;
}
.AnyTagClassName
{
color: #855D86;
}
</style>
background-color css
<style>
a { background-color: #855D86; }
a { background-color: rgb(133,93,134); }
div.DivClassName
{
background-color: #855D86;
}
.BgClassName
{
background-color: #855D86;
}
</style>
border-color css
<style>
span { border-color: #855D86; }
span { border-color: rgb(133,93,134); }
td.TdClassName
{
border-color: #855D86;
}
.TagClassName
{
border-color: #855D86;
}
</style>