Shades of Trendy Pink #854F7C
Tints of Trendy Pink #854F7C
RGB
CMYK
RGB Variations
Color information
#854F7C (or 0x854F7C) is known color: Trendy Pink. HEX triplet: 85, 4F and 7C. RGB value is (133,79,124). Sum of RGB (Red+Green+Blue) = 133+79+124=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #854F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F7C is #7AB083. Grayscale: #646464. Windows color (decimal): -8040580 or 8146821. OLE color: 8146821.
HSL color Cylindrical-coordinate representation of color #854F7C: hue angle of 310º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854F7C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 124 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.48 |
| HSL | 310º | 0.25% | 0.42% | - |
| HSV(B) | 310º | 0.41% | 0.52% | - |
| XYZ | 16.11 | 12.03 | 20.54 | - |
| YUV | 100.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 124 | 0 | 0.41 | 0.07 | 0.48 | 310 | 0.25 | 0.42 |
| Hex | 85 | 4F | 7C | 0 | 29 | 7 | 30 | 136 | 19 | 2A |
| Octal | 205 | 117 | 174 | 0 | 51 | 7 | 60 | 466 | 31 | 52 |
| Binary | 10000101 | 1001111 | 1111100 | 0 | 101001 | 111 | 110000 | 100110110 | 11001 | 101010 |
Color Harmonies of #854F7C
Complementary color
Monochromatic Colors of #854F7C
Black with #854F7C
Text Example
Text Example
White with #854F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F7C; }
p { color: rgb(133,79,124); }
H1.HeaderClassName
{
color: #854F7C;
}
.AnyTagClassName
{
color: #854F7C;
}
</style>
background-color css
<style>
a { background-color: #854F7C; }
a { background-color: rgb(133,79,124); }
div.DivClassName
{
background-color: #854F7C;
}
.BgClassName
{
background-color: #854F7C;
}
</style>
border-color css
<style>
span { border-color: #854F7C; }
span { border-color: rgb(133,79,124); }
td.TdClassName
{
border-color: #854F7C;
}
.TagClassName
{
border-color: #854F7C;
}
</style>