Shades of Trendy Pink #855184
Tints of Trendy Pink #855184
RGB
CMYK
RGB Variations
Color information
#855184 (or 0x855184) is known color: Trendy Pink. HEX triplet: 85, 51 and 84. RGB value is (133,81,132). Sum of RGB (Red+Green+Blue) = 133+81+132=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #855184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855184 is #7AAE7B. Grayscale: #666666. Windows color (decimal): -8040060 or 8671621. OLE color: 8671621.
HSL color Cylindrical-coordinate representation of color #855184: hue angle of 301.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855184 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 132 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.48 |
| HSL | 301.15º | 0.24% | 0.42% | - |
| HSV(B) | 301.15º | 0.39% | 0.52% | - |
| XYZ | 16.78 | 12.54 | 23.37 | - |
| YUV | 102.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 132 | 0 | 0.39 | 0.01 | 0.48 | 301.15 | 0.24 | 0.42 |
| Hex | 85 | 51 | 84 | 0 | 27 | 1 | 30 | 12D | 18 | 2A |
| Octal | 205 | 121 | 204 | 0 | 47 | 1 | 60 | 455 | 30 | 52 |
| Binary | 10000101 | 1010001 | 10000100 | 0 | 100111 | 1 | 110000 | 100101101 | 11000 | 101010 |
Color Harmonies of #855184
Complementary color
Monochromatic Colors of #855184
Black with #855184
Text Example
Text Example
White with #855184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855184; }
p { color: rgb(133,81,132); }
H1.HeaderClassName
{
color: #855184;
}
.AnyTagClassName
{
color: #855184;
}
</style>
background-color css
<style>
a { background-color: #855184; }
a { background-color: rgb(133,81,132); }
div.DivClassName
{
background-color: #855184;
}
.BgClassName
{
background-color: #855184;
}
</style>
border-color css
<style>
span { border-color: #855184; }
span { border-color: rgb(133,81,132); }
td.TdClassName
{
border-color: #855184;
}
.TagClassName
{
border-color: #855184;
}
</style>