Shades of Trendy Pink #814884
Tints of Trendy Pink #814884
RGB
CMYK
RGB Variations
Color information
#814884 (or 0x814884) is known color: Trendy Pink. HEX triplet: 81, 48 and 84. RGB value is (129,72,132). Sum of RGB (Red+Green+Blue) = 129+72+132=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #814884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814884 is #7EB77B. Grayscale: #5F5F5F. Windows color (decimal): -8304508 or 8669313. OLE color: 8669313.
HSL color Cylindrical-coordinate representation of color #814884: hue angle of 297º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814884 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 72 | 132 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.48 |
| HSL | 297º | 0.29% | 0.4% | - |
| HSV(B) | 297º | 0.45% | 0.52% | - |
| XYZ | 15.54 | 10.97 | 23.13 | - |
| YUV | 95.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 132 | 0.02 | 0.45 | 0 | 0.48 | 297 | 0.29 | 0.4 |
| Hex | 81 | 48 | 84 | 2 | 2D | 0 | 30 | 129 | 1D | 28 |
| Octal | 201 | 110 | 204 | 2 | 55 | 0 | 60 | 451 | 35 | 50 |
| Binary | 10000001 | 1001000 | 10000100 | 10 | 101101 | 0 | 110000 | 100101001 | 11101 | 101000 |
Color Harmonies of #814884
Complementary color
Monochromatic Colors of #814884
Black with #814884
Text Example
Text Example
White with #814884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814884; }
p { color: rgb(129,72,132); }
H1.HeaderClassName
{
color: #814884;
}
.AnyTagClassName
{
color: #814884;
}
</style>
background-color css
<style>
a { background-color: #814884; }
a { background-color: rgb(129,72,132); }
div.DivClassName
{
background-color: #814884;
}
.BgClassName
{
background-color: #814884;
}
</style>
border-color css
<style>
span { border-color: #814884; }
span { border-color: rgb(129,72,132); }
td.TdClassName
{
border-color: #814884;
}
.TagClassName
{
border-color: #814884;
}
</style>