Shades of Trendy Pink #844F7B
Tints of Trendy Pink #844F7B
RGB
CMYK
RGB Variations
Color information
#844F7B (or 0x844F7B) is known color: Trendy Pink. HEX triplet: 84, 4F and 7B. RGB value is (132,79,123). Sum of RGB (Red+Green+Blue) = 132+79+123=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #844F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F7B is #7BB084. Grayscale: #636363. Windows color (decimal): -8106117 or 8081284. OLE color: 8081284.
HSL color Cylindrical-coordinate representation of color #844F7B: hue angle of 310.19º 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 #844F7B is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 123 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.48 |
| HSL | 310.19º | 0.25% | 0.41% | - |
| HSV(B) | 310.19º | 0.4% | 0.52% | - |
| XYZ | 15.89 | 11.93 | 20.2 | - |
| YUV | 99.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 123 | 0 | 0.40 | 0.07 | 0.48 | 310.19 | 0.25 | 0.41 |
| Hex | 84 | 4F | 7B | 0 | 28 | 7 | 30 | 136 | 19 | 29 |
| Octal | 204 | 117 | 173 | 0 | 50 | 7 | 60 | 466 | 31 | 51 |
| Binary | 10000100 | 1001111 | 1111011 | 0 | 101000 | 111 | 110000 | 100110110 | 11001 | 101001 |
Color Harmonies of #844F7B
Complementary color
Monochromatic Colors of #844F7B
Black with #844F7B
Text Example
Text Example
White with #844F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F7B; }
p { color: rgb(132,79,123); }
H1.HeaderClassName
{
color: #844F7B;
}
.AnyTagClassName
{
color: #844F7B;
}
</style>
background-color css
<style>
a { background-color: #844F7B; }
a { background-color: rgb(132,79,123); }
div.DivClassName
{
background-color: #844F7B;
}
.BgClassName
{
background-color: #844F7B;
}
</style>
border-color css
<style>
span { border-color: #844F7B; }
span { border-color: rgb(132,79,123); }
td.TdClassName
{
border-color: #844F7B;
}
.TagClassName
{
border-color: #844F7B;
}
</style>