Shades of Trendy Pink #85427A
Tints of Trendy Pink #85427A
RGB
CMYK
RGB Variations
Color information
#85427A (or 0x85427A) is known color: Trendy Pink. HEX triplet: 85, 42 and 7A. RGB value is (133,66,122). Sum of RGB (Red+Green+Blue) = 133+66+122=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85427A is #7ABD85. Grayscale: #5C5C5C. Windows color (decimal): -8043910 or 8012421. OLE color: 8012421.
HSL color Cylindrical-coordinate representation of color #85427A: hue angle of 309.85º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85427A is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 66 | 122 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.48 |
| HSL | 309.85º | 0.34% | 0.39% | - |
| HSV(B) | 309.85º | 0.5% | 0.52% | - |
| XYZ | 15.13 | 10.29 | 19.6 | - |
| YUV | 92.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 122 | 0 | 0.50 | 0.08 | 0.48 | 309.85 | 0.34 | 0.39 |
| Hex | 85 | 42 | 7A | 0 | 32 | 8 | 30 | 136 | 22 | 27 |
| Octal | 205 | 102 | 172 | 0 | 62 | 10 | 60 | 466 | 42 | 47 |
| Binary | 10000101 | 1000010 | 1111010 | 0 | 110010 | 1000 | 110000 | 100110110 | 100010 | 100111 |
Color Harmonies of #85427A
Complementary color
Monochromatic Colors of #85427A
Black with #85427A
Text Example
Text Example
White with #85427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85427A; }
p { color: rgb(133,66,122); }
H1.HeaderClassName
{
color: #85427A;
}
.AnyTagClassName
{
color: #85427A;
}
</style>
background-color css
<style>
a { background-color: #85427A; }
a { background-color: rgb(133,66,122); }
div.DivClassName
{
background-color: #85427A;
}
.BgClassName
{
background-color: #85427A;
}
</style>
border-color css
<style>
span { border-color: #85427A; }
span { border-color: rgb(133,66,122); }
td.TdClassName
{
border-color: #85427A;
}
.TagClassName
{
border-color: #85427A;
}
</style>