Shades of Trendy Pink #845E7B
Tints of Trendy Pink #845E7B
RGB
CMYK
RGB Variations
Color information
#845E7B (or 0x845E7B) is known color: Trendy Pink. HEX triplet: 84, 5E and 7B. RGB value is (132,94,123). Sum of RGB (Red+Green+Blue) = 132+94+123=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7B is #7BA184. Grayscale: #6C6C6C. Windows color (decimal): -8102277 or 8085124. OLE color: 8085124.
HSL color Cylindrical-coordinate representation of color #845E7B: hue angle of 314.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E7B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 123 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.48 |
| HSL | 314.21º | 0.17% | 0.44% | - |
| HSV(B) | 314.21º | 0.29% | 0.52% | - |
| XYZ | 17.09 | 14.34 | 20.61 | - |
| YUV | 108.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 123 | 0 | 0.29 | 0.07 | 0.48 | 314.21 | 0.17 | 0.44 |
| Hex | 84 | 5E | 7B | 0 | 1D | 7 | 30 | 13A | 11 | 2C |
| Octal | 204 | 136 | 173 | 0 | 35 | 7 | 60 | 472 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1111011 | 0 | 11101 | 111 | 110000 | 100111010 | 10001 | 101100 |
Color Harmonies of #845E7B
Complementary color
Monochromatic Colors of #845E7B
Black with #845E7B
Text Example
Text Example
White with #845E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E7B; }
p { color: rgb(132,94,123); }
H1.HeaderClassName
{
color: #845E7B;
}
.AnyTagClassName
{
color: #845E7B;
}
</style>
background-color css
<style>
a { background-color: #845E7B; }
a { background-color: rgb(132,94,123); }
div.DivClassName
{
background-color: #845E7B;
}
.BgClassName
{
background-color: #845E7B;
}
</style>
border-color css
<style>
span { border-color: #845E7B; }
span { border-color: rgb(132,94,123); }
td.TdClassName
{
border-color: #845E7B;
}
.TagClassName
{
border-color: #845E7B;
}
</style>