Shades of Trendy Pink #844F8C
Tints of Trendy Pink #844F8C
RGB
CMYK
RGB Variations
Color information
#844F8C (or 0x844F8C) is known color: Trendy Pink. HEX triplet: 84, 4F and 8C. RGB value is (132,79,140). Sum of RGB (Red+Green+Blue) = 132+79+140=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #844F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F8C is #7BB073. Grayscale: #656565. Windows color (decimal): -8106100 or 9195396. OLE color: 9195396.
HSL color Cylindrical-coordinate representation of color #844F8C: hue angle of 292.13º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844F8C is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 79 | 140 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.45 |
| HSL | 292.13º | 0.28% | 0.43% | - |
| HSV(B) | 292.13º | 0.44% | 0.55% | - |
| XYZ | 17.05 | 12.39 | 26.3 | - |
| YUV | 101.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 140 | 0.06 | 0.44 | 0 | 0.45 | 292.13 | 0.28 | 0.43 |
| Hex | 84 | 4F | 8C | 6 | 2C | 0 | 2D | 124 | 1C | 2B |
| Octal | 204 | 117 | 214 | 6 | 54 | 0 | 55 | 444 | 34 | 53 |
| Binary | 10000100 | 1001111 | 10001100 | 110 | 101100 | 0 | 101101 | 100100100 | 11100 | 101011 |
Color Harmonies of #844F8C
Complementary color
Monochromatic Colors of #844F8C
Black with #844F8C
Text Example
Text Example
White with #844F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F8C; }
p { color: rgb(132,79,140); }
H1.HeaderClassName
{
color: #844F8C;
}
.AnyTagClassName
{
color: #844F8C;
}
</style>
background-color css
<style>
a { background-color: #844F8C; }
a { background-color: rgb(132,79,140); }
div.DivClassName
{
background-color: #844F8C;
}
.BgClassName
{
background-color: #844F8C;
}
</style>
border-color css
<style>
span { border-color: #844F8C; }
span { border-color: rgb(132,79,140); }
td.TdClassName
{
border-color: #844F8C;
}
.TagClassName
{
border-color: #844F8C;
}
</style>