Shades of Trendy Pink #854580
Tints of Trendy Pink #854580
RGB
CMYK
RGB Variations
Color information
#854580 (or 0x854580) is known color: Trendy Pink. HEX triplet: 85, 45 and 80. RGB value is (133,69,128). Sum of RGB (Red+Green+Blue) = 133+69+128=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854580 is #7ABA7F. Grayscale: #5E5E5E. Windows color (decimal): -8043136 or 8406405. OLE color: 8406405.
HSL color Cylindrical-coordinate representation of color #854580: hue angle of 304.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854580 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 128 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.48 |
| HSL | 304.69º | 0.32% | 0.4% | - |
| HSV(B) | 304.69º | 0.48% | 0.52% | - |
| XYZ | 15.7 | 10.8 | 21.68 | - |
| YUV | 94.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 128 | 0 | 0.48 | 0.04 | 0.48 | 304.69 | 0.32 | 0.4 |
| Hex | 85 | 45 | 80 | 0 | 30 | 4 | 30 | 131 | 20 | 28 |
| Octal | 205 | 105 | 200 | 0 | 60 | 4 | 60 | 461 | 40 | 50 |
| Binary | 10000101 | 1000101 | 10000000 | 0 | 110000 | 100 | 110000 | 100110001 | 100000 | 101000 |
Color Harmonies of #854580
Complementary color
Monochromatic Colors of #854580
Black with #854580
Text Example
Text Example
White with #854580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854580; }
p { color: rgb(133,69,128); }
H1.HeaderClassName
{
color: #854580;
}
.AnyTagClassName
{
color: #854580;
}
</style>
background-color css
<style>
a { background-color: #854580; }
a { background-color: rgb(133,69,128); }
div.DivClassName
{
background-color: #854580;
}
.BgClassName
{
background-color: #854580;
}
</style>
border-color css
<style>
span { border-color: #854580; }
span { border-color: rgb(133,69,128); }
td.TdClassName
{
border-color: #854580;
}
.TagClassName
{
border-color: #854580;
}
</style>