Shades of Trendy Pink #844A7A
Tints of Trendy Pink #844A7A
RGB
CMYK
RGB Variations
Color information
#844A7A (or 0x844A7A) is known color: Trendy Pink. HEX triplet: 84, 4A and 7A. RGB value is (132,74,122). Sum of RGB (Red+Green+Blue) = 132+74+122=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #844A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A7A is #7BB585. Grayscale: #606060. Windows color (decimal): -8107398 or 8014468. OLE color: 8014468.
HSL color Cylindrical-coordinate representation of color #844A7A: hue angle of 310.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A7A is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 122 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.48 |
| HSL | 310.34º | 0.28% | 0.4% | - |
| HSV(B) | 310.34º | 0.44% | 0.52% | - |
| XYZ | 15.48 | 11.21 | 19.76 | - |
| YUV | 96.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 122 | 0 | 0.44 | 0.08 | 0.48 | 310.34 | 0.28 | 0.4 |
| Hex | 84 | 4A | 7A | 0 | 2C | 8 | 30 | 136 | 1C | 28 |
| Octal | 204 | 112 | 172 | 0 | 54 | 10 | 60 | 466 | 34 | 50 |
| Binary | 10000100 | 1001010 | 1111010 | 0 | 101100 | 1000 | 110000 | 100110110 | 11100 | 101000 |
Color Harmonies of #844A7A
Complementary color
Monochromatic Colors of #844A7A
Black with #844A7A
Text Example
Text Example
White with #844A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A7A; }
p { color: rgb(132,74,122); }
H1.HeaderClassName
{
color: #844A7A;
}
.AnyTagClassName
{
color: #844A7A;
}
</style>
background-color css
<style>
a { background-color: #844A7A; }
a { background-color: rgb(132,74,122); }
div.DivClassName
{
background-color: #844A7A;
}
.BgClassName
{
background-color: #844A7A;
}
</style>
border-color css
<style>
span { border-color: #844A7A; }
span { border-color: rgb(132,74,122); }
td.TdClassName
{
border-color: #844A7A;
}
.TagClassName
{
border-color: #844A7A;
}
</style>