Shades of Trendy Pink #854A85
Tints of Trendy Pink #854A85
RGB
CMYK
RGB Variations
Color information
#854A85 (or 0x854A85) is known color: Trendy Pink. HEX triplet: 85, 4A and 85. RGB value is (133,74,133). Sum of RGB (Red+Green+Blue) = 133+74+133=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #854A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A85 is #7AB57A. Grayscale: #626262. Windows color (decimal): -8041851 or 8735365. OLE color: 8735365.
HSL color Cylindrical-coordinate representation of color #854A85: hue angle of 300º 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 #854A85 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 133 | - |
| CMYK | 0 | 0.44 | 0 | 0.48 |
| HSL | 300º | 0.29% | 0.41% | - |
| HSV(B) | 300º | 0.44% | 0.52% | - |
| XYZ | 16.36 | 11.58 | 23.56 | - |
| YUV | 98.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 133 | 0 | 0.44 | 0 | 0.48 | 300 | 0.29 | 0.41 |
| Hex | 85 | 4A | 85 | 0 | 2C | 0 | 30 | 12C | 1D | 29 |
| Octal | 205 | 112 | 205 | 0 | 54 | 0 | 60 | 454 | 35 | 51 |
| Binary | 10000101 | 1001010 | 10000101 | 0 | 101100 | 0 | 110000 | 100101100 | 11101 | 101001 |
Color Harmonies of #854A85
Complementary color
Monochromatic Colors of #854A85
Black with #854A85
Text Example
Text Example
White with #854A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A85; }
p { color: rgb(133,74,133); }
H1.HeaderClassName
{
color: #854A85;
}
.AnyTagClassName
{
color: #854A85;
}
</style>
background-color css
<style>
a { background-color: #854A85; }
a { background-color: rgb(133,74,133); }
div.DivClassName
{
background-color: #854A85;
}
.BgClassName
{
background-color: #854A85;
}
</style>
border-color css
<style>
span { border-color: #854A85; }
span { border-color: rgb(133,74,133); }
td.TdClassName
{
border-color: #854A85;
}
.TagClassName
{
border-color: #854A85;
}
</style>