Shades of Trendy Pink #854B84
Tints of Trendy Pink #854B84
RGB
CMYK
RGB Variations
Color information
#854B84 (or 0x854B84) is known color: Trendy Pink. HEX triplet: 85, 4B and 84. RGB value is (133,75,132). Sum of RGB (Red+Green+Blue) = 133+75+132=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #854B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B84 is #7AB47B. Grayscale: #626262. Windows color (decimal): -8041596 or 8670085. OLE color: 8670085.
HSL color Cylindrical-coordinate representation of color #854B84: hue angle of 301.03º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B84 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 132 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.48 |
| HSL | 301.03º | 0.28% | 0.41% | - |
| HSV(B) | 301.03º | 0.44% | 0.52% | - |
| XYZ | 16.35 | 11.68 | 23.22 | - |
| YUV | 98.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 132 | 0 | 0.44 | 0.01 | 0.48 | 301.03 | 0.28 | 0.41 |
| Hex | 85 | 4B | 84 | 0 | 2C | 1 | 30 | 12D | 1C | 29 |
| Octal | 205 | 113 | 204 | 0 | 54 | 1 | 60 | 455 | 34 | 51 |
| Binary | 10000101 | 1001011 | 10000100 | 0 | 101100 | 1 | 110000 | 100101101 | 11100 | 101001 |
Color Harmonies of #854B84
Complementary color
Monochromatic Colors of #854B84
Black with #854B84
Text Example
Text Example
White with #854B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B84; }
p { color: rgb(133,75,132); }
H1.HeaderClassName
{
color: #854B84;
}
.AnyTagClassName
{
color: #854B84;
}
</style>
background-color css
<style>
a { background-color: #854B84; }
a { background-color: rgb(133,75,132); }
div.DivClassName
{
background-color: #854B84;
}
.BgClassName
{
background-color: #854B84;
}
</style>
border-color css
<style>
span { border-color: #854B84; }
span { border-color: rgb(133,75,132); }
td.TdClassName
{
border-color: #854B84;
}
.TagClassName
{
border-color: #854B84;
}
</style>