Shades of Trendy Pink #814C7D
Tints of Trendy Pink #814C7D
RGB
CMYK
RGB Variations
Color information
#814C7D (or 0x814C7D) is known color: Trendy Pink. HEX triplet: 81, 4C and 7D. RGB value is (129,76,125). Sum of RGB (Red+Green+Blue) = 129+76+125=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #814C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C7D is #7EB382. Grayscale: #616161. Windows color (decimal): -8303491 or 8211585. OLE color: 8211585.
HSL color Cylindrical-coordinate representation of color #814C7D: hue angle of 304.53º 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 #814C7D is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 125 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.49 |
| HSL | 304.53º | 0.26% | 0.4% | - |
| HSV(B) | 304.53º | 0.41% | 0.51% | - |
| XYZ | 15.34 | 11.32 | 20.78 | - |
| YUV | 97.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 125 | 0 | 0.41 | 0.03 | 0.49 | 304.53 | 0.26 | 0.4 |
| Hex | 81 | 4C | 7D | 0 | 29 | 3 | 31 | 131 | 1A | 28 |
| Octal | 201 | 114 | 175 | 0 | 51 | 3 | 61 | 461 | 32 | 50 |
| Binary | 10000001 | 1001100 | 1111101 | 0 | 101001 | 11 | 110001 | 100110001 | 11010 | 101000 |
Color Harmonies of #814C7D
Complementary color
Monochromatic Colors of #814C7D
Black with #814C7D
Text Example
Text Example
White with #814C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C7D; }
p { color: rgb(129,76,125); }
H1.HeaderClassName
{
color: #814C7D;
}
.AnyTagClassName
{
color: #814C7D;
}
</style>
background-color css
<style>
a { background-color: #814C7D; }
a { background-color: rgb(129,76,125); }
div.DivClassName
{
background-color: #814C7D;
}
.BgClassName
{
background-color: #814C7D;
}
</style>
border-color css
<style>
span { border-color: #814C7D; }
span { border-color: rgb(129,76,125); }
td.TdClassName
{
border-color: #814C7D;
}
.TagClassName
{
border-color: #814C7D;
}
</style>