Shades of Trendy Pink #814A78
Tints of Trendy Pink #814A78
RGB
CMYK
RGB Variations
Color information
#814A78 (or 0x814A78) is known color: Trendy Pink. HEX triplet: 81, 4A and 78. RGB value is (129,74,120). Sum of RGB (Red+Green+Blue) = 129+74+120=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #814A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A78 is #7EB587. Grayscale: #5F5F5F. Windows color (decimal): -8304008 or 7883393. OLE color: 7883393.
HSL color Cylindrical-coordinate representation of color #814A78: hue angle of 309.82º degrees, saturation: 0.27, 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 #814A78 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 120 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.49 |
| HSL | 309.82º | 0.27% | 0.4% | - |
| HSV(B) | 309.82º | 0.43% | 0.51% | - |
| XYZ | 14.89 | 10.92 | 19.09 | - |
| YUV | 95.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 120 | 0 | 0.43 | 0.07 | 0.49 | 309.82 | 0.27 | 0.4 |
| Hex | 81 | 4A | 78 | 0 | 2B | 7 | 31 | 136 | 1B | 28 |
| Octal | 201 | 112 | 170 | 0 | 53 | 7 | 61 | 466 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1111000 | 0 | 101011 | 111 | 110001 | 100110110 | 11011 | 101000 |
Color Harmonies of #814A78
Complementary color
Monochromatic Colors of #814A78
Black with #814A78
Text Example
Text Example
White with #814A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A78; }
p { color: rgb(129,74,120); }
H1.HeaderClassName
{
color: #814A78;
}
.AnyTagClassName
{
color: #814A78;
}
</style>
background-color css
<style>
a { background-color: #814A78; }
a { background-color: rgb(129,74,120); }
div.DivClassName
{
background-color: #814A78;
}
.BgClassName
{
background-color: #814A78;
}
</style>
border-color css
<style>
span { border-color: #814A78; }
span { border-color: rgb(129,74,120); }
td.TdClassName
{
border-color: #814A78;
}
.TagClassName
{
border-color: #814A78;
}
</style>