Shades of Trendy Pink #855B7C
Tints of Trendy Pink #855B7C
RGB
CMYK
RGB Variations
Color information
#855B7C (or 0x855B7C) is known color: Trendy Pink. HEX triplet: 85, 5B and 7C. RGB value is (133,91,124). Sum of RGB (Red+Green+Blue) = 133+91+124=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #855B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B7C is #7AA483. Grayscale: #6B6B6B. Windows color (decimal): -8037508 or 8149893. OLE color: 8149893.
HSL color Cylindrical-coordinate representation of color #855B7C: hue angle of 312.86º 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 #855B7C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 124 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.48 |
| HSL | 312.86º | 0.19% | 0.44% | - |
| HSV(B) | 312.86º | 0.32% | 0.52% | - |
| XYZ | 17.05 | 13.92 | 20.86 | - |
| YUV | 107.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 124 | 0 | 0.32 | 0.07 | 0.48 | 312.86 | 0.19 | 0.44 |
| Hex | 85 | 5B | 7C | 0 | 20 | 7 | 30 | 139 | 13 | 2C |
| Octal | 205 | 133 | 174 | 0 | 40 | 7 | 60 | 471 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1111100 | 0 | 100000 | 111 | 110000 | 100111001 | 10011 | 101100 |
Color Harmonies of #855B7C
Complementary color
Monochromatic Colors of #855B7C
Black with #855B7C
Text Example
Text Example
White with #855B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B7C; }
p { color: rgb(133,91,124); }
H1.HeaderClassName
{
color: #855B7C;
}
.AnyTagClassName
{
color: #855B7C;
}
</style>
background-color css
<style>
a { background-color: #855B7C; }
a { background-color: rgb(133,91,124); }
div.DivClassName
{
background-color: #855B7C;
}
.BgClassName
{
background-color: #855B7C;
}
</style>
border-color css
<style>
span { border-color: #855B7C; }
span { border-color: rgb(133,91,124); }
td.TdClassName
{
border-color: #855B7C;
}
.TagClassName
{
border-color: #855B7C;
}
</style>