Shades of Trendy Pink #854581
Tints of Trendy Pink #854581
RGB
CMYK
RGB Variations
Color information
#854581 (or 0x854581) is known color: Trendy Pink. HEX triplet: 85, 45 and 81. RGB value is (133,69,129). Sum of RGB (Red+Green+Blue) = 133+69+129=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #854581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854581 is #7ABA7E. Grayscale: #5E5E5E. Windows color (decimal): -8043135 or 8471941. OLE color: 8471941.
HSL color Cylindrical-coordinate representation of color #854581: hue angle of 303.75º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854581 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 129 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.48 |
| HSL | 303.75º | 0.32% | 0.4% | - |
| HSV(B) | 303.75º | 0.48% | 0.52% | - |
| XYZ | 15.76 | 10.83 | 22.03 | - |
| YUV | 94.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 129 | 0 | 0.48 | 0.03 | 0.48 | 303.75 | 0.32 | 0.4 |
| Hex | 85 | 45 | 81 | 0 | 30 | 3 | 30 | 130 | 20 | 28 |
| Octal | 205 | 105 | 201 | 0 | 60 | 3 | 60 | 460 | 40 | 50 |
| Binary | 10000101 | 1000101 | 10000001 | 0 | 110000 | 11 | 110000 | 100110000 | 100000 | 101000 |
Color Harmonies of #854581
Complementary color
Monochromatic Colors of #854581
Black with #854581
Text Example
Text Example
White with #854581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854581; }
p { color: rgb(133,69,129); }
H1.HeaderClassName
{
color: #854581;
}
.AnyTagClassName
{
color: #854581;
}
</style>
background-color css
<style>
a { background-color: #854581; }
a { background-color: rgb(133,69,129); }
div.DivClassName
{
background-color: #854581;
}
.BgClassName
{
background-color: #854581;
}
</style>
border-color css
<style>
span { border-color: #854581; }
span { border-color: rgb(133,69,129); }
td.TdClassName
{
border-color: #854581;
}
.TagClassName
{
border-color: #854581;
}
</style>