Shades of Trendy Pink #814A7E
Tints of Trendy Pink #814A7E
RGB
CMYK
RGB Variations
Color information
#814A7E (or 0x814A7E) is known color: Trendy Pink. HEX triplet: 81, 4A and 7E. RGB value is (129,74,126). Sum of RGB (Red+Green+Blue) = 129+74+126=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #814A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A7E is #7EB581. Grayscale: #606060. Windows color (decimal): -8304002 or 8276609. OLE color: 8276609.
HSL color Cylindrical-coordinate representation of color #814A7E: hue angle of 303.27º 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 #814A7E is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 126 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.49 |
| HSL | 303.27º | 0.27% | 0.4% | - |
| HSV(B) | 303.27º | 0.43% | 0.51% | - |
| XYZ | 15.27 | 11.07 | 21.07 | - |
| YUV | 96.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 126 | 0 | 0.43 | 0.02 | 0.49 | 303.27 | 0.27 | 0.4 |
| Hex | 81 | 4A | 7E | 0 | 2B | 2 | 31 | 12F | 1B | 28 |
| Octal | 201 | 112 | 176 | 0 | 53 | 2 | 61 | 457 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1111110 | 0 | 101011 | 10 | 110001 | 100101111 | 11011 | 101000 |
Color Harmonies of #814A7E
Complementary color
Monochromatic Colors of #814A7E
Black with #814A7E
Text Example
Text Example
White with #814A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A7E; }
p { color: rgb(129,74,126); }
H1.HeaderClassName
{
color: #814A7E;
}
.AnyTagClassName
{
color: #814A7E;
}
</style>
background-color css
<style>
a { background-color: #814A7E; }
a { background-color: rgb(129,74,126); }
div.DivClassName
{
background-color: #814A7E;
}
.BgClassName
{
background-color: #814A7E;
}
</style>
border-color css
<style>
span { border-color: #814A7E; }
span { border-color: rgb(129,74,126); }
td.TdClassName
{
border-color: #814A7E;
}
.TagClassName
{
border-color: #814A7E;
}
</style>