Shades of Trendy Pink #855084
Tints of Trendy Pink #855084
RGB
CMYK
RGB Variations
Color information
#855084 (or 0x855084) is known color: Trendy Pink. HEX triplet: 85, 50 and 84. RGB value is (133,80,132). Sum of RGB (Red+Green+Blue) = 133+80+132=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #855084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855084 is #7AAF7B. Grayscale: #656565. Windows color (decimal): -8040316 or 8671365. OLE color: 8671365.
HSL color Cylindrical-coordinate representation of color #855084: hue angle of 301.13º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855084 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 132 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.48 |
| HSL | 301.13º | 0.25% | 0.42% | - |
| HSV(B) | 301.13º | 0.4% | 0.52% | - |
| XYZ | 16.71 | 12.39 | 23.34 | - |
| YUV | 101.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 132 | 0 | 0.40 | 0.01 | 0.48 | 301.13 | 0.25 | 0.42 |
| Hex | 85 | 50 | 84 | 0 | 28 | 1 | 30 | 12D | 19 | 2A |
| Octal | 205 | 120 | 204 | 0 | 50 | 1 | 60 | 455 | 31 | 52 |
| Binary | 10000101 | 1010000 | 10000100 | 0 | 101000 | 1 | 110000 | 100101101 | 11001 | 101010 |
Color Harmonies of #855084
Complementary color
Monochromatic Colors of #855084
Black with #855084
Text Example
Text Example
White with #855084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855084; }
p { color: rgb(133,80,132); }
H1.HeaderClassName
{
color: #855084;
}
.AnyTagClassName
{
color: #855084;
}
</style>
background-color css
<style>
a { background-color: #855084; }
a { background-color: rgb(133,80,132); }
div.DivClassName
{
background-color: #855084;
}
.BgClassName
{
background-color: #855084;
}
</style>
border-color css
<style>
span { border-color: #855084; }
span { border-color: rgb(133,80,132); }
td.TdClassName
{
border-color: #855084;
}
.TagClassName
{
border-color: #855084;
}
</style>