Shades of Trendy Pink #844B7D
Tints of Trendy Pink #844B7D
RGB
CMYK
RGB Variations
Color information
#844B7D (or 0x844B7D) is known color: Trendy Pink. HEX triplet: 84, 4B and 7D. RGB value is (132,75,125). Sum of RGB (Red+Green+Blue) = 132+75+125=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #844B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B7D is #7BB482. Grayscale: #616161. Windows color (decimal): -8107139 or 8211332. OLE color: 8211332.
HSL color Cylindrical-coordinate representation of color #844B7D: hue angle of 307.37º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B7D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 125 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.48 |
| HSL | 307.37º | 0.28% | 0.41% | - |
| HSV(B) | 307.37º | 0.43% | 0.52% | - |
| XYZ | 15.73 | 11.42 | 20.78 | - |
| YUV | 97.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 125 | 0 | 0.43 | 0.05 | 0.48 | 307.37 | 0.28 | 0.41 |
| Hex | 84 | 4B | 7D | 0 | 2B | 5 | 30 | 133 | 1C | 29 |
| Octal | 204 | 113 | 175 | 0 | 53 | 5 | 60 | 463 | 34 | 51 |
| Binary | 10000100 | 1001011 | 1111101 | 0 | 101011 | 101 | 110000 | 100110011 | 11100 | 101001 |
Color Harmonies of #844B7D
Complementary color
Monochromatic Colors of #844B7D
Black with #844B7D
Text Example
Text Example
White with #844B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B7D; }
p { color: rgb(132,75,125); }
H1.HeaderClassName
{
color: #844B7D;
}
.AnyTagClassName
{
color: #844B7D;
}
</style>
background-color css
<style>
a { background-color: #844B7D; }
a { background-color: rgb(132,75,125); }
div.DivClassName
{
background-color: #844B7D;
}
.BgClassName
{
background-color: #844B7D;
}
</style>
border-color css
<style>
span { border-color: #844B7D; }
span { border-color: rgb(132,75,125); }
td.TdClassName
{
border-color: #844B7D;
}
.TagClassName
{
border-color: #844B7D;
}
</style>