Shades of Trendy Pink #814980
Tints of Trendy Pink #814980
RGB
CMYK
RGB Variations
Color information
#814980 (or 0x814980) is known color: Trendy Pink. HEX triplet: 81, 49 and 80. RGB value is (129,73,128). Sum of RGB (Red+Green+Blue) = 129+73+128=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #814980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814980 is #7EB67F. Grayscale: #5F5F5F. Windows color (decimal): -8304256 or 8407425. OLE color: 8407425.
HSL color Cylindrical-coordinate representation of color #814980: hue angle of 301.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814980 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 128 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.49 |
| HSL | 301.07º | 0.28% | 0.4% | - |
| HSV(B) | 301.07º | 0.43% | 0.51% | - |
| XYZ | 15.33 | 10.99 | 21.74 | - |
| YUV | 96.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 128 | 0 | 0.43 | 0.01 | 0.49 | 301.07 | 0.28 | 0.4 |
| Hex | 81 | 49 | 80 | 0 | 2B | 1 | 31 | 12D | 1C | 28 |
| Octal | 201 | 111 | 200 | 0 | 53 | 1 | 61 | 455 | 34 | 50 |
| Binary | 10000001 | 1001001 | 10000000 | 0 | 101011 | 1 | 110001 | 100101101 | 11100 | 101000 |
Color Harmonies of #814980
Complementary color
Monochromatic Colors of #814980
Black with #814980
Text Example
Text Example
White with #814980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814980; }
p { color: rgb(129,73,128); }
H1.HeaderClassName
{
color: #814980;
}
.AnyTagClassName
{
color: #814980;
}
</style>
background-color css
<style>
a { background-color: #814980; }
a { background-color: rgb(129,73,128); }
div.DivClassName
{
background-color: #814980;
}
.BgClassName
{
background-color: #814980;
}
</style>
border-color css
<style>
span { border-color: #814980; }
span { border-color: rgb(129,73,128); }
td.TdClassName
{
border-color: #814980;
}
.TagClassName
{
border-color: #814980;
}
</style>