Shades of Trendy Pink #854780
Tints of Trendy Pink #854780
RGB
CMYK
RGB Variations
Color information
#854780 (or 0x854780) is known color: Trendy Pink. HEX triplet: 85, 47 and 80. RGB value is (133,71,128). Sum of RGB (Red+Green+Blue) = 133+71+128=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854780 is #7AB87F. Grayscale: #5F5F5F. Windows color (decimal): -8042624 or 8406917. OLE color: 8406917.
HSL color Cylindrical-coordinate representation of color #854780: hue angle of 304.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854780 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 128 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.48 |
| HSL | 304.84º | 0.3% | 0.4% | - |
| HSV(B) | 304.84º | 0.47% | 0.52% | - |
| XYZ | 15.82 | 11.05 | 21.72 | - |
| YUV | 96.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 128 | 0 | 0.47 | 0.04 | 0.48 | 304.84 | 0.3 | 0.4 |
| Hex | 85 | 47 | 80 | 0 | 2F | 4 | 30 | 131 | 1E | 28 |
| Octal | 205 | 107 | 200 | 0 | 57 | 4 | 60 | 461 | 36 | 50 |
| Binary | 10000101 | 1000111 | 10000000 | 0 | 101111 | 100 | 110000 | 100110001 | 11110 | 101000 |
Color Harmonies of #854780
Complementary color
Monochromatic Colors of #854780
Black with #854780
Text Example
Text Example
White with #854780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854780; }
p { color: rgb(133,71,128); }
H1.HeaderClassName
{
color: #854780;
}
.AnyTagClassName
{
color: #854780;
}
</style>
background-color css
<style>
a { background-color: #854780; }
a { background-color: rgb(133,71,128); }
div.DivClassName
{
background-color: #854780;
}
.BgClassName
{
background-color: #854780;
}
</style>
border-color css
<style>
span { border-color: #854780; }
span { border-color: rgb(133,71,128); }
td.TdClassName
{
border-color: #854780;
}
.TagClassName
{
border-color: #854780;
}
</style>