Shades of Trendy Pink #85508B
Tints of Trendy Pink #85508B
RGB
CMYK
RGB Variations
Color information
#85508B (or 0x85508B) is known color: Trendy Pink. HEX triplet: 85, 50 and 8B. RGB value is (133,80,139). Sum of RGB (Red+Green+Blue) = 133+80+139=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #85508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85508B is #7AAF74. Grayscale: #666666. Windows color (decimal): -8040309 or 9130117. OLE color: 9130117.
HSL color Cylindrical-coordinate representation of color #85508B: hue angle of 293.9º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85508B is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 80 | 139 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.45 |
| HSL | 293.9º | 0.27% | 0.43% | - |
| HSV(B) | 293.9º | 0.42% | 0.55% | - |
| XYZ | 17.2 | 12.59 | 25.95 | - |
| YUV | 102.57 | 148.56 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 139 | 0.04 | 0.42 | 0 | 0.45 | 293.9 | 0.27 | 0.43 |
| Hex | 85 | 50 | 8B | 4 | 2A | 0 | 2D | 126 | 1B | 2B |
| Octal | 205 | 120 | 213 | 4 | 52 | 0 | 55 | 446 | 33 | 53 |
| Binary | 10000101 | 1010000 | 10001011 | 100 | 101010 | 0 | 101101 | 100100110 | 11011 | 101011 |
Color Harmonies of #85508B
Complementary color
Monochromatic Colors of #85508B
Black with #85508B
Text Example
Text Example
White with #85508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85508B; }
p { color: rgb(133,80,139); }
H1.HeaderClassName
{
color: #85508B;
}
.AnyTagClassName
{
color: #85508B;
}
</style>
background-color css
<style>
a { background-color: #85508B; }
a { background-color: rgb(133,80,139); }
div.DivClassName
{
background-color: #85508B;
}
.BgClassName
{
background-color: #85508B;
}
</style>
border-color css
<style>
span { border-color: #85508B; }
span { border-color: rgb(133,80,139); }
td.TdClassName
{
border-color: #85508B;
}
.TagClassName
{
border-color: #85508B;
}
</style>