Shades of Trendy Pink #854D81
Tints of Trendy Pink #854D81
RGB
CMYK
RGB Variations
Color information
#854D81 (or 0x854D81) is known color: Trendy Pink. HEX triplet: 85, 4D and 81. RGB value is (133,77,129). Sum of RGB (Red+Green+Blue) = 133+77+129=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #854D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854D81 is #7AB27E. Grayscale: #636363. Windows color (decimal): -8041087 or 8473989. OLE color: 8473989.
HSL color Cylindrical-coordinate representation of color #854D81: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D81 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 129 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.48 |
| HSL | 304.29º | 0.27% | 0.41% | - |
| HSV(B) | 304.29º | 0.42% | 0.52% | - |
| XYZ | 16.29 | 11.88 | 22.2 | - |
| YUV | 99.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 129 | 0 | 0.42 | 0.03 | 0.48 | 304.29 | 0.27 | 0.41 |
| Hex | 85 | 4D | 81 | 0 | 2A | 3 | 30 | 130 | 1B | 29 |
| Octal | 205 | 115 | 201 | 0 | 52 | 3 | 60 | 460 | 33 | 51 |
| Binary | 10000101 | 1001101 | 10000001 | 0 | 101010 | 11 | 110000 | 100110000 | 11011 | 101001 |
Color Harmonies of #854D81
Complementary color
Monochromatic Colors of #854D81
Black with #854D81
Text Example
Text Example
White with #854D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D81; }
p { color: rgb(133,77,129); }
H1.HeaderClassName
{
color: #854D81;
}
.AnyTagClassName
{
color: #854D81;
}
</style>
background-color css
<style>
a { background-color: #854D81; }
a { background-color: rgb(133,77,129); }
div.DivClassName
{
background-color: #854D81;
}
.BgClassName
{
background-color: #854D81;
}
</style>
border-color css
<style>
span { border-color: #854D81; }
span { border-color: rgb(133,77,129); }
td.TdClassName
{
border-color: #854D81;
}
.TagClassName
{
border-color: #854D81;
}
</style>