Shades of Trendy Pink #854782
Tints of Trendy Pink #854782
RGB
CMYK
RGB Variations
Color information
#854782 (or 0x854782) is known color: Trendy Pink. HEX triplet: 85, 47 and 82. RGB value is (133,71,130). Sum of RGB (Red+Green+Blue) = 133+71+130=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #854782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854782 is #7AB87D. Grayscale: #606060. Windows color (decimal): -8042622 or 8537989. OLE color: 8537989.
HSL color Cylindrical-coordinate representation of color #854782: hue angle of 302.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854782 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 130 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.48 |
| HSL | 302.9º | 0.3% | 0.4% | - |
| HSV(B) | 302.9º | 0.47% | 0.52% | - |
| XYZ | 15.96 | 11.1 | 22.42 | - |
| YUV | 96.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 130 | 0 | 0.47 | 0.02 | 0.48 | 302.9 | 0.3 | 0.4 |
| Hex | 85 | 47 | 82 | 0 | 2F | 2 | 30 | 12F | 1E | 28 |
| Octal | 205 | 107 | 202 | 0 | 57 | 2 | 60 | 457 | 36 | 50 |
| Binary | 10000101 | 1000111 | 10000010 | 0 | 101111 | 10 | 110000 | 100101111 | 11110 | 101000 |
Color Harmonies of #854782
Complementary color
Monochromatic Colors of #854782
Black with #854782
Text Example
Text Example
White with #854782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854782; }
p { color: rgb(133,71,130); }
H1.HeaderClassName
{
color: #854782;
}
.AnyTagClassName
{
color: #854782;
}
</style>
background-color css
<style>
a { background-color: #854782; }
a { background-color: rgb(133,71,130); }
div.DivClassName
{
background-color: #854782;
}
.BgClassName
{
background-color: #854782;
}
</style>
border-color css
<style>
span { border-color: #854782; }
span { border-color: rgb(133,71,130); }
td.TdClassName
{
border-color: #854782;
}
.TagClassName
{
border-color: #854782;
}
</style>