Shades of Trendy Pink #814C80
Tints of Trendy Pink #814C80
RGB
CMYK
RGB Variations
Color information
#814C80 (or 0x814C80) is known color: Trendy Pink. HEX triplet: 81, 4C and 80. RGB value is (129,76,128). Sum of RGB (Red+Green+Blue) = 129+76+128=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #814C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C80 is #7EB37F. Grayscale: #616161. Windows color (decimal): -8303488 or 8408193. OLE color: 8408193.
HSL color Cylindrical-coordinate representation of color #814C80: hue angle of 301.13º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #814C80 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 128 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.49 |
| HSL | 301.13º | 0.26% | 0.4% | - |
| HSV(B) | 301.13º | 0.41% | 0.51% | - |
| XYZ | 15.53 | 11.39 | 21.8 | - |
| YUV | 97.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 128 | 0 | 0.41 | 0.01 | 0.49 | 301.13 | 0.26 | 0.4 |
| Hex | 81 | 4C | 80 | 0 | 29 | 1 | 31 | 12D | 1A | 28 |
| Octal | 201 | 114 | 200 | 0 | 51 | 1 | 61 | 455 | 32 | 50 |
| Binary | 10000001 | 1001100 | 10000000 | 0 | 101001 | 1 | 110001 | 100101101 | 11010 | 101000 |
Color Harmonies of #814C80
Complementary color
Monochromatic Colors of #814C80
Black with #814C80
Text Example
Text Example
White with #814C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C80; }
p { color: rgb(129,76,128); }
H1.HeaderClassName
{
color: #814C80;
}
.AnyTagClassName
{
color: #814C80;
}
</style>
background-color css
<style>
a { background-color: #814C80; }
a { background-color: rgb(129,76,128); }
div.DivClassName
{
background-color: #814C80;
}
.BgClassName
{
background-color: #814C80;
}
</style>
border-color css
<style>
span { border-color: #814C80; }
span { border-color: rgb(129,76,128); }
td.TdClassName
{
border-color: #814C80;
}
.TagClassName
{
border-color: #814C80;
}
</style>