Shades of Trendy Pink #854481
Tints of Trendy Pink #854481
RGB
CMYK
RGB Variations
Color information
#854481 (or 0x854481) is known color: Trendy Pink. HEX triplet: 85, 44 and 81. RGB value is (133,68,129). Sum of RGB (Red+Green+Blue) = 133+68+129=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854481 is #7ABB7E. Grayscale: #5E5E5E. Windows color (decimal): -8043391 or 8471685. OLE color: 8471685.
HSL color Cylindrical-coordinate representation of color #854481: hue angle of 303.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854481 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 129 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.48 |
| HSL | 303.69º | 0.32% | 0.39% | - |
| HSV(B) | 303.69º | 0.49% | 0.52% | - |
| XYZ | 15.7 | 10.71 | 22.01 | - |
| YUV | 94.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 129 | 0 | 0.49 | 0.03 | 0.48 | 303.69 | 0.32 | 0.39 |
| Hex | 85 | 44 | 81 | 0 | 31 | 3 | 30 | 130 | 20 | 27 |
| Octal | 205 | 104 | 201 | 0 | 61 | 3 | 60 | 460 | 40 | 47 |
| Binary | 10000101 | 1000100 | 10000001 | 0 | 110001 | 11 | 110000 | 100110000 | 100000 | 100111 |
Color Harmonies of #854481
Complementary color
Monochromatic Colors of #854481
Black with #854481
Text Example
Text Example
White with #854481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854481; }
p { color: rgb(133,68,129); }
H1.HeaderClassName
{
color: #854481;
}
.AnyTagClassName
{
color: #854481;
}
</style>
background-color css
<style>
a { background-color: #854481; }
a { background-color: rgb(133,68,129); }
div.DivClassName
{
background-color: #854481;
}
.BgClassName
{
background-color: #854481;
}
</style>
border-color css
<style>
span { border-color: #854481; }
span { border-color: rgb(133,68,129); }
td.TdClassName
{
border-color: #854481;
}
.TagClassName
{
border-color: #854481;
}
</style>