Shades of Trendy Pink #85528A
Tints of Trendy Pink #85528A
RGB
CMYK
RGB Variations
Color information
#85528A (or 0x85528A) is known color: Trendy Pink. HEX triplet: 85, 52 and 8A. RGB value is (133,82,138). Sum of RGB (Red+Green+Blue) = 133+82+138=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #85528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85528A is #7AAD75. Grayscale: #676767. Windows color (decimal): -8039798 or 9065093. OLE color: 9065093.
HSL color Cylindrical-coordinate representation of color #85528A: hue angle of 294.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85528A is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 82 | 138 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.46 |
| HSL | 294.64º | 0.25% | 0.43% | - |
| HSV(B) | 294.64º | 0.41% | 0.54% | - |
| XYZ | 17.28 | 12.86 | 25.62 | - |
| YUV | 103.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 138 | 0.04 | 0.41 | 0 | 0.46 | 294.64 | 0.25 | 0.43 |
| Hex | 85 | 52 | 8A | 4 | 29 | 0 | 2E | 127 | 19 | 2B |
| Octal | 205 | 122 | 212 | 4 | 51 | 0 | 56 | 447 | 31 | 53 |
| Binary | 10000101 | 1010010 | 10001010 | 100 | 101001 | 0 | 101110 | 100100111 | 11001 | 101011 |
Color Harmonies of #85528A
Complementary color
Monochromatic Colors of #85528A
Black with #85528A
Text Example
Text Example
White with #85528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85528A; }
p { color: rgb(133,82,138); }
H1.HeaderClassName
{
color: #85528A;
}
.AnyTagClassName
{
color: #85528A;
}
</style>
background-color css
<style>
a { background-color: #85528A; }
a { background-color: rgb(133,82,138); }
div.DivClassName
{
background-color: #85528A;
}
.BgClassName
{
background-color: #85528A;
}
</style>
border-color css
<style>
span { border-color: #85528A; }
span { border-color: rgb(133,82,138); }
td.TdClassName
{
border-color: #85528A;
}
.TagClassName
{
border-color: #85528A;
}
</style>