Shades of Trendy Pink #856388
Tints of Trendy Pink #856388
RGB
CMYK
RGB Variations
Color information
#856388 (or 0x856388) is known color: Trendy Pink. HEX triplet: 85, 63 and 88. RGB value is (133,99,136). Sum of RGB (Red+Green+Blue) = 133+99+136=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #856388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856388 is #7A9C77. Grayscale: #717171. Windows color (decimal): -8035448 or 8938373. OLE color: 8938373.
HSL color Cylindrical-coordinate representation of color #856388: hue angle of 295.14º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856388 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 99 | 136 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.47 |
| HSL | 295.14º | 0.16% | 0.46% | - |
| HSV(B) | 295.14º | 0.27% | 0.53% | - |
| XYZ | 18.58 | 15.69 | 25.34 | - |
| YUV | 113.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 136 | 0.02 | 0.27 | 0 | 0.47 | 295.14 | 0.16 | 0.46 |
| Hex | 85 | 63 | 88 | 2 | 1B | 0 | 2F | 127 | 10 | 2E |
| Octal | 205 | 143 | 210 | 2 | 33 | 0 | 57 | 447 | 20 | 56 |
| Binary | 10000101 | 1100011 | 10001000 | 10 | 11011 | 0 | 101111 | 100100111 | 10000 | 101110 |
Color Harmonies of #856388
Complementary color
Monochromatic Colors of #856388
Black with #856388
Text Example
Text Example
White with #856388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856388; }
p { color: rgb(133,99,136); }
H1.HeaderClassName
{
color: #856388;
}
.AnyTagClassName
{
color: #856388;
}
</style>
background-color css
<style>
a { background-color: #856388; }
a { background-color: rgb(133,99,136); }
div.DivClassName
{
background-color: #856388;
}
.BgClassName
{
background-color: #856388;
}
</style>
border-color css
<style>
span { border-color: #856388; }
span { border-color: rgb(133,99,136); }
td.TdClassName
{
border-color: #856388;
}
.TagClassName
{
border-color: #856388;
}
</style>