Shades of Trendy Pink #814F7D
Tints of Trendy Pink #814F7D
RGB
CMYK
RGB Variations
Color information
#814F7D (or 0x814F7D) is known color: Trendy Pink. HEX triplet: 81, 4F and 7D. RGB value is (129,79,125). Sum of RGB (Red+Green+Blue) = 129+79+125=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #814F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F7D is #7EB082. Grayscale: #636363. Windows color (decimal): -8302723 or 8212353. OLE color: 8212353.
HSL color Cylindrical-coordinate representation of color #814F7D: hue angle of 304.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #814F7D is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 79 | 125 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.49 |
| HSL | 304.8º | 0.24% | 0.41% | - |
| HSV(B) | 304.8º | 0.39% | 0.51% | - |
| XYZ | 15.55 | 11.74 | 20.85 | - |
| YUV | 99.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 125 | 0 | 0.39 | 0.03 | 0.49 | 304.8 | 0.24 | 0.41 |
| Hex | 81 | 4F | 7D | 0 | 27 | 3 | 31 | 131 | 18 | 29 |
| Octal | 201 | 117 | 175 | 0 | 47 | 3 | 61 | 461 | 30 | 51 |
| Binary | 10000001 | 1001111 | 1111101 | 0 | 100111 | 11 | 110001 | 100110001 | 11000 | 101001 |
Color Harmonies of #814F7D
Complementary color
Monochromatic Colors of #814F7D
Black with #814F7D
Text Example
Text Example
White with #814F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814F7D; }
p { color: rgb(129,79,125); }
H1.HeaderClassName
{
color: #814F7D;
}
.AnyTagClassName
{
color: #814F7D;
}
</style>
background-color css
<style>
a { background-color: #814F7D; }
a { background-color: rgb(129,79,125); }
div.DivClassName
{
background-color: #814F7D;
}
.BgClassName
{
background-color: #814F7D;
}
</style>
border-color css
<style>
span { border-color: #814F7D; }
span { border-color: rgb(129,79,125); }
td.TdClassName
{
border-color: #814F7D;
}
.TagClassName
{
border-color: #814F7D;
}
</style>