Shades of Trendy Pink #845B7E
Tints of Trendy Pink #845B7E
RGB
CMYK
RGB Variations
Color information
#845B7E (or 0x845B7E) is known color: Trendy Pink. HEX triplet: 84, 5B and 7E. RGB value is (132,91,126). Sum of RGB (Red+Green+Blue) = 132+91+126=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B7E is #7BA481. Grayscale: #6B6B6B. Windows color (decimal): -8103042 or 8280964. OLE color: 8280964.
HSL color Cylindrical-coordinate representation of color #845B7E: hue angle of 308.78º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #845B7E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 126 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.48 |
| HSL | 308.78º | 0.18% | 0.44% | - |
| HSV(B) | 308.78º | 0.31% | 0.52% | - |
| XYZ | 17.02 | 13.89 | 21.52 | - |
| YUV | 107.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 126 | 0 | 0.31 | 0.05 | 0.48 | 308.78 | 0.18 | 0.44 |
| Hex | 84 | 5B | 7E | 0 | 1F | 5 | 30 | 135 | 12 | 2C |
| Octal | 204 | 133 | 176 | 0 | 37 | 5 | 60 | 465 | 22 | 54 |
| Binary | 10000100 | 1011011 | 1111110 | 0 | 11111 | 101 | 110000 | 100110101 | 10010 | 101100 |
Color Harmonies of #845B7E
Complementary color
Monochromatic Colors of #845B7E
Black with #845B7E
Text Example
Text Example
White with #845B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B7E; }
p { color: rgb(132,91,126); }
H1.HeaderClassName
{
color: #845B7E;
}
.AnyTagClassName
{
color: #845B7E;
}
</style>
background-color css
<style>
a { background-color: #845B7E; }
a { background-color: rgb(132,91,126); }
div.DivClassName
{
background-color: #845B7E;
}
.BgClassName
{
background-color: #845B7E;
}
</style>
border-color css
<style>
span { border-color: #845B7E; }
span { border-color: rgb(132,91,126); }
td.TdClassName
{
border-color: #845B7E;
}
.TagClassName
{
border-color: #845B7E;
}
</style>