Shades of Trendy Pink #844A81
Tints of Trendy Pink #844A81
RGB
CMYK
RGB Variations
Color information
#844A81 (or 0x844A81) is known color: Trendy Pink. HEX triplet: 84, 4A and 81. RGB value is (132,74,129). Sum of RGB (Red+Green+Blue) = 132+74+129=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #844A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844A81 is #7BB57E. Grayscale: #616161. Windows color (decimal): -8107391 or 8473220. OLE color: 8473220.
HSL color Cylindrical-coordinate representation of color #844A81: hue angle of 303.1º 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 #844A81 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 129 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.48 |
| HSL | 303.1º | 0.28% | 0.4% | - |
| HSV(B) | 303.1º | 0.44% | 0.52% | - |
| XYZ | 15.93 | 11.39 | 22.13 | - |
| YUV | 97.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 129 | 0 | 0.44 | 0.02 | 0.48 | 303.1 | 0.28 | 0.4 |
| Hex | 84 | 4A | 81 | 0 | 2C | 2 | 30 | 12F | 1C | 28 |
| Octal | 204 | 112 | 201 | 0 | 54 | 2 | 60 | 457 | 34 | 50 |
| Binary | 10000100 | 1001010 | 10000001 | 0 | 101100 | 10 | 110000 | 100101111 | 11100 | 101000 |
Color Harmonies of #844A81
Complementary color
Monochromatic Colors of #844A81
Black with #844A81
Text Example
Text Example
White with #844A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A81; }
p { color: rgb(132,74,129); }
H1.HeaderClassName
{
color: #844A81;
}
.AnyTagClassName
{
color: #844A81;
}
</style>
background-color css
<style>
a { background-color: #844A81; }
a { background-color: rgb(132,74,129); }
div.DivClassName
{
background-color: #844A81;
}
.BgClassName
{
background-color: #844A81;
}
</style>
border-color css
<style>
span { border-color: #844A81; }
span { border-color: rgb(132,74,129); }
td.TdClassName
{
border-color: #844A81;
}
.TagClassName
{
border-color: #844A81;
}
</style>