Shades of Trendy Pink #854A81
Tints of Trendy Pink #854A81
RGB
CMYK
RGB Variations
Color information
#854A81 (or 0x854A81) is known color: Trendy Pink. HEX triplet: 85, 4A and 81. RGB value is (133,74,129). Sum of RGB (Red+Green+Blue) = 133+74+129=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #854A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A81 is #7AB57E. Grayscale: #616161. Windows color (decimal): -8041855 or 8473221. OLE color: 8473221.
HSL color Cylindrical-coordinate representation of color #854A81: hue angle of 304.07º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A81 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 129 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.48 |
| HSL | 304.07º | 0.29% | 0.41% | - |
| HSV(B) | 304.07º | 0.44% | 0.52% | - |
| XYZ | 16.08 | 11.47 | 22.13 | - |
| YUV | 97.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 129 | 0 | 0.44 | 0.03 | 0.48 | 304.07 | 0.29 | 0.41 |
| Hex | 85 | 4A | 81 | 0 | 2C | 3 | 30 | 130 | 1D | 29 |
| Octal | 205 | 112 | 201 | 0 | 54 | 3 | 60 | 460 | 35 | 51 |
| Binary | 10000101 | 1001010 | 10000001 | 0 | 101100 | 11 | 110000 | 100110000 | 11101 | 101001 |
Color Harmonies of #854A81
Complementary color
Monochromatic Colors of #854A81
Black with #854A81
Text Example
Text Example
White with #854A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A81; }
p { color: rgb(133,74,129); }
H1.HeaderClassName
{
color: #854A81;
}
.AnyTagClassName
{
color: #854A81;
}
</style>
background-color css
<style>
a { background-color: #854A81; }
a { background-color: rgb(133,74,129); }
div.DivClassName
{
background-color: #854A81;
}
.BgClassName
{
background-color: #854A81;
}
</style>
border-color css
<style>
span { border-color: #854A81; }
span { border-color: rgb(133,74,129); }
td.TdClassName
{
border-color: #854A81;
}
.TagClassName
{
border-color: #854A81;
}
</style>