Shades of Trendy Pink #845F7E
Tints of Trendy Pink #845F7E
RGB
CMYK
RGB Variations
Color information
#845F7E (or 0x845F7E) is known color: Trendy Pink. HEX triplet: 84, 5F and 7E. RGB value is (132,95,126). Sum of RGB (Red+Green+Blue) = 132+95+126=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7E is #7BA081. Grayscale: #6D6D6D. Windows color (decimal): -8102018 or 8281988. OLE color: 8281988.
HSL color Cylindrical-coordinate representation of color #845F7E: hue angle of 309.73º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F7E is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 126 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.48 |
| HSL | 309.73º | 0.16% | 0.45% | - |
| HSV(B) | 309.73º | 0.28% | 0.52% | - |
| XYZ | 17.37 | 14.6 | 21.64 | - |
| YUV | 109.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 126 | 0 | 0.28 | 0.05 | 0.48 | 309.73 | 0.16 | 0.45 |
| Hex | 84 | 5F | 7E | 0 | 1C | 5 | 30 | 136 | 10 | 2D |
| Octal | 204 | 137 | 176 | 0 | 34 | 5 | 60 | 466 | 20 | 55 |
| Binary | 10000100 | 1011111 | 1111110 | 0 | 11100 | 101 | 110000 | 100110110 | 10000 | 101101 |
Color Harmonies of #845F7E
Complementary color
Monochromatic Colors of #845F7E
Black with #845F7E
Text Example
Text Example
White with #845F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F7E; }
p { color: rgb(132,95,126); }
H1.HeaderClassName
{
color: #845F7E;
}
.AnyTagClassName
{
color: #845F7E;
}
</style>
background-color css
<style>
a { background-color: #845F7E; }
a { background-color: rgb(132,95,126); }
div.DivClassName
{
background-color: #845F7E;
}
.BgClassName
{
background-color: #845F7E;
}
</style>
border-color css
<style>
span { border-color: #845F7E; }
span { border-color: rgb(132,95,126); }
td.TdClassName
{
border-color: #845F7E;
}
.TagClassName
{
border-color: #845F7E;
}
</style>