Shades of Trendy Pink #855B7E
Tints of Trendy Pink #855B7E
RGB
CMYK
RGB Variations
Color information
#855B7E (or 0x855B7E) is known color: Trendy Pink. HEX triplet: 85, 5B and 7E. RGB value is (133,91,126). Sum of RGB (Red+Green+Blue) = 133+91+126=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B7E is #7AA481. Grayscale: #6B6B6B. Windows color (decimal): -8037506 or 8280965. OLE color: 8280965.
HSL color Cylindrical-coordinate representation of color #855B7E: hue angle of 310º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855B7E is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 126 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.48 |
| HSL | 310º | 0.19% | 0.44% | - |
| HSV(B) | 310º | 0.32% | 0.52% | - |
| XYZ | 17.18 | 13.98 | 21.53 | - |
| YUV | 107.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 126 | 0 | 0.32 | 0.05 | 0.48 | 310 | 0.19 | 0.44 |
| Hex | 85 | 5B | 7E | 0 | 20 | 5 | 30 | 136 | 13 | 2C |
| Octal | 205 | 133 | 176 | 0 | 40 | 5 | 60 | 466 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1111110 | 0 | 100000 | 101 | 110000 | 100110110 | 10011 | 101100 |
Color Harmonies of #855B7E
Complementary color
Monochromatic Colors of #855B7E
Black with #855B7E
Text Example
Text Example
White with #855B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B7E; }
p { color: rgb(133,91,126); }
H1.HeaderClassName
{
color: #855B7E;
}
.AnyTagClassName
{
color: #855B7E;
}
</style>
background-color css
<style>
a { background-color: #855B7E; }
a { background-color: rgb(133,91,126); }
div.DivClassName
{
background-color: #855B7E;
}
.BgClassName
{
background-color: #855B7E;
}
</style>
border-color css
<style>
span { border-color: #855B7E; }
span { border-color: rgb(133,91,126); }
td.TdClassName
{
border-color: #855B7E;
}
.TagClassName
{
border-color: #855B7E;
}
</style>