Shades of Trendy Pink #844E7F
Tints of Trendy Pink #844E7F
RGB
CMYK
RGB Variations
Color information
#844E7F (or 0x844E7F) is known color: Trendy Pink. HEX triplet: 84, 4E and 7F. RGB value is (132,78,127). Sum of RGB (Red+Green+Blue) = 132+78+127=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #844E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E7F is #7BB180. Grayscale: #636363. Windows color (decimal): -8106369 or 8343172. OLE color: 8343172.
HSL color Cylindrical-coordinate representation of color #844E7F: hue angle of 305.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E7F is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 127 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.48 |
| HSL | 305.56º | 0.26% | 0.41% | - |
| HSV(B) | 305.56º | 0.41% | 0.52% | - |
| XYZ | 16.07 | 11.89 | 21.53 | - |
| YUV | 99.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 127 | 0 | 0.41 | 0.04 | 0.48 | 305.56 | 0.26 | 0.41 |
| Hex | 84 | 4E | 7F | 0 | 29 | 4 | 30 | 132 | 1A | 29 |
| Octal | 204 | 116 | 177 | 0 | 51 | 4 | 60 | 462 | 32 | 51 |
| Binary | 10000100 | 1001110 | 1111111 | 0 | 101001 | 100 | 110000 | 100110010 | 11010 | 101001 |
Color Harmonies of #844E7F
Complementary color
Monochromatic Colors of #844E7F
Black with #844E7F
Text Example
Text Example
White with #844E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E7F; }
p { color: rgb(132,78,127); }
H1.HeaderClassName
{
color: #844E7F;
}
.AnyTagClassName
{
color: #844E7F;
}
</style>
background-color css
<style>
a { background-color: #844E7F; }
a { background-color: rgb(132,78,127); }
div.DivClassName
{
background-color: #844E7F;
}
.BgClassName
{
background-color: #844E7F;
}
</style>
border-color css
<style>
span { border-color: #844E7F; }
span { border-color: rgb(132,78,127); }
td.TdClassName
{
border-color: #844E7F;
}
.TagClassName
{
border-color: #844E7F;
}
</style>