Shades of Trendy Pink #855D82
Tints of Trendy Pink #855D82
RGB
CMYK
RGB Variations
Color information
#855D82 (or 0x855D82) is known color: Trendy Pink. HEX triplet: 85, 5D and 82. RGB value is (133,93,130). Sum of RGB (Red+Green+Blue) = 133+93+130=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #855D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D82 is #7AA27D. Grayscale: #6D6D6D. Windows color (decimal): -8036990 or 8543621. OLE color: 8543621.
HSL color Cylindrical-coordinate representation of color #855D82: hue angle of 304.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855D82 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 93 | 130 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.48 |
| HSL | 304.5º | 0.18% | 0.44% | - |
| HSV(B) | 304.5º | 0.3% | 0.52% | - |
| XYZ | 17.62 | 14.43 | 22.98 | - |
| YUV | 109.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 130 | 0 | 0.30 | 0.02 | 0.48 | 304.5 | 0.18 | 0.44 |
| Hex | 85 | 5D | 82 | 0 | 1E | 2 | 30 | 130 | 12 | 2C |
| Octal | 205 | 135 | 202 | 0 | 36 | 2 | 60 | 460 | 22 | 54 |
| Binary | 10000101 | 1011101 | 10000010 | 0 | 11110 | 10 | 110000 | 100110000 | 10010 | 101100 |
Color Harmonies of #855D82
Complementary color
Monochromatic Colors of #855D82
Black with #855D82
Text Example
Text Example
White with #855D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855D82; }
p { color: rgb(133,93,130); }
H1.HeaderClassName
{
color: #855D82;
}
.AnyTagClassName
{
color: #855D82;
}
</style>
background-color css
<style>
a { background-color: #855D82; }
a { background-color: rgb(133,93,130); }
div.DivClassName
{
background-color: #855D82;
}
.BgClassName
{
background-color: #855D82;
}
</style>
border-color css
<style>
span { border-color: #855D82; }
span { border-color: rgb(133,93,130); }
td.TdClassName
{
border-color: #855D82;
}
.TagClassName
{
border-color: #855D82;
}
</style>