Shades of Trendy Pink #854B7A
Tints of Trendy Pink #854B7A
RGB
CMYK
RGB Variations
Color information
#854B7A (or 0x854B7A) is known color: Trendy Pink. HEX triplet: 85, 4B and 7A. RGB value is (133,75,122). Sum of RGB (Red+Green+Blue) = 133+75+122=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B7A is #7AB485. Grayscale: #616161. Windows color (decimal): -8041606 or 8014725. OLE color: 8014725.
HSL color Cylindrical-coordinate representation of color #854B7A: hue angle of 311.38º degrees, saturation: 0.28, 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 #854B7A is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 122 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.48 |
| HSL | 311.38º | 0.28% | 0.41% | - |
| HSV(B) | 311.38º | 0.44% | 0.52% | - |
| XYZ | 15.7 | 11.42 | 19.79 | - |
| YUV | 97.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 122 | 0 | 0.44 | 0.08 | 0.48 | 311.38 | 0.28 | 0.41 |
| Hex | 85 | 4B | 7A | 0 | 2C | 8 | 30 | 137 | 1C | 29 |
| Octal | 205 | 113 | 172 | 0 | 54 | 10 | 60 | 467 | 34 | 51 |
| Binary | 10000101 | 1001011 | 1111010 | 0 | 101100 | 1000 | 110000 | 100110111 | 11100 | 101001 |
Color Harmonies of #854B7A
Complementary color
Monochromatic Colors of #854B7A
Black with #854B7A
Text Example
Text Example
White with #854B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B7A; }
p { color: rgb(133,75,122); }
H1.HeaderClassName
{
color: #854B7A;
}
.AnyTagClassName
{
color: #854B7A;
}
</style>
background-color css
<style>
a { background-color: #854B7A; }
a { background-color: rgb(133,75,122); }
div.DivClassName
{
background-color: #854B7A;
}
.BgClassName
{
background-color: #854B7A;
}
</style>
border-color css
<style>
span { border-color: #854B7A; }
span { border-color: rgb(133,75,122); }
td.TdClassName
{
border-color: #854B7A;
}
.TagClassName
{
border-color: #854B7A;
}
</style>