Shades of Trendy Pink #854F7D
Tints of Trendy Pink #854F7D
RGB
CMYK
RGB Variations
Color information
#854F7D (or 0x854F7D) is known color: Trendy Pink. HEX triplet: 85, 4F and 7D. RGB value is (133,79,125). Sum of RGB (Red+Green+Blue) = 133+79+125=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #854F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854F7D is #7AB082. Grayscale: #646464. Windows color (decimal): -8040579 or 8212357. OLE color: 8212357.
HSL color Cylindrical-coordinate representation of color #854F7D: hue angle of 308.89º 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 #854F7D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 79 | 125 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.48 |
| HSL | 308.89º | 0.25% | 0.42% | - |
| HSV(B) | 308.89º | 0.41% | 0.52% | - |
| XYZ | 16.17 | 12.06 | 20.88 | - |
| YUV | 100.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 79 | 125 | 0 | 0.41 | 0.06 | 0.48 | 308.89 | 0.25 | 0.42 |
| Hex | 85 | 4F | 7D | 0 | 29 | 6 | 30 | 135 | 19 | 2A |
| Octal | 205 | 117 | 175 | 0 | 51 | 6 | 60 | 465 | 31 | 52 |
| Binary | 10000101 | 1001111 | 1111101 | 0 | 101001 | 110 | 110000 | 100110101 | 11001 | 101010 |
Color Harmonies of #854F7D
Complementary color
Monochromatic Colors of #854F7D
Black with #854F7D
Text Example
Text Example
White with #854F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854F7D; }
p { color: rgb(133,79,125); }
H1.HeaderClassName
{
color: #854F7D;
}
.AnyTagClassName
{
color: #854F7D;
}
</style>
background-color css
<style>
a { background-color: #854F7D; }
a { background-color: rgb(133,79,125); }
div.DivClassName
{
background-color: #854F7D;
}
.BgClassName
{
background-color: #854F7D;
}
</style>
border-color css
<style>
span { border-color: #854F7D; }
span { border-color: rgb(133,79,125); }
td.TdClassName
{
border-color: #854F7D;
}
.TagClassName
{
border-color: #854F7D;
}
</style>