Shades of Trendy Pink #844F7C
Tints of Trendy Pink #844F7C
RGB
CMYK
RGB Variations
Color information
#844F7C (or 0x844F7C) is known color: Trendy Pink. HEX triplet: 84, 4F and 7C. RGB value is (132,79,124). Sum of RGB (Red+Green+Blue) = 132+79+124=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #844F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F7C is #7BB083. Grayscale: #636363. Windows color (decimal): -8106116 or 8146820. OLE color: 8146820.
HSL color Cylindrical-coordinate representation of color #844F7C: hue angle of 309.06º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F7C is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 124 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.48 |
| HSL | 309.06º | 0.25% | 0.41% | - |
| HSV(B) | 309.06º | 0.4% | 0.52% | - |
| XYZ | 15.95 | 11.95 | 20.54 | - |
| YUV | 99.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 124 | 0 | 0.40 | 0.06 | 0.48 | 309.06 | 0.25 | 0.41 |
| Hex | 84 | 4F | 7C | 0 | 28 | 6 | 30 | 135 | 19 | 29 |
| Octal | 204 | 117 | 174 | 0 | 50 | 6 | 60 | 465 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1111100 | 0 | 101000 | 110 | 110000 | 100110101 | 11001 | 101001 |
Color Harmonies of #844F7C
Complementary color
Monochromatic Colors of #844F7C
Black with #844F7C
Text Example
Text Example
White with #844F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F7C; }
p { color: rgb(132,79,124); }
H1.HeaderClassName
{
color: #844F7C;
}
.AnyTagClassName
{
color: #844F7C;
}
</style>
background-color css
<style>
a { background-color: #844F7C; }
a { background-color: rgb(132,79,124); }
div.DivClassName
{
background-color: #844F7C;
}
.BgClassName
{
background-color: #844F7C;
}
</style>
border-color css
<style>
span { border-color: #844F7C; }
span { border-color: rgb(132,79,124); }
td.TdClassName
{
border-color: #844F7C;
}
.TagClassName
{
border-color: #844F7C;
}
</style>