Shades of Trendy Pink #855B7A
Tints of Trendy Pink #855B7A
RGB
CMYK
RGB Variations
Color information
#855B7A (or 0x855B7A) is known color: Trendy Pink. HEX triplet: 85, 5B and 7A. RGB value is (133,91,122). Sum of RGB (Red+Green+Blue) = 133+91+122=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B7A is #7AA485. Grayscale: #6B6B6B. Windows color (decimal): -8037510 or 8018821. OLE color: 8018821.
HSL color Cylindrical-coordinate representation of color #855B7A: hue angle of 315.71º 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 #855B7A is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 91 | 122 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.48 |
| HSL | 315.71º | 0.19% | 0.44% | - |
| HSV(B) | 315.71º | 0.32% | 0.52% | - |
| XYZ | 16.93 | 13.87 | 20.2 | - |
| YUV | 107.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 122 | 0 | 0.32 | 0.08 | 0.48 | 315.71 | 0.19 | 0.44 |
| Hex | 85 | 5B | 7A | 0 | 20 | 8 | 30 | 13C | 13 | 2C |
| Octal | 205 | 133 | 172 | 0 | 40 | 10 | 60 | 474 | 23 | 54 |
| Binary | 10000101 | 1011011 | 1111010 | 0 | 100000 | 1000 | 110000 | 100111100 | 10011 | 101100 |
Color Harmonies of #855B7A
Complementary color
Monochromatic Colors of #855B7A
Black with #855B7A
Text Example
Text Example
White with #855B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855B7A; }
p { color: rgb(133,91,122); }
H1.HeaderClassName
{
color: #855B7A;
}
.AnyTagClassName
{
color: #855B7A;
}
</style>
background-color css
<style>
a { background-color: #855B7A; }
a { background-color: rgb(133,91,122); }
div.DivClassName
{
background-color: #855B7A;
}
.BgClassName
{
background-color: #855B7A;
}
</style>
border-color css
<style>
span { border-color: #855B7A; }
span { border-color: rgb(133,91,122); }
td.TdClassName
{
border-color: #855B7A;
}
.TagClassName
{
border-color: #855B7A;
}
</style>