Shades of Trendy Pink #845F7F
Tints of Trendy Pink #845F7F
RGB
CMYK
RGB Variations
Color information
#845F7F (or 0x845F7F) is known color: Trendy Pink. HEX triplet: 84, 5F and 7F. RGB value is (132,95,127). Sum of RGB (Red+Green+Blue) = 132+95+127=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7F is #7BA080. Grayscale: #6D6D6D. Windows color (decimal): -8102017 or 8347524. OLE color: 8347524.
HSL color Cylindrical-coordinate representation of color #845F7F: hue angle of 308.11º 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 #845F7F is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 127 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.48 |
| HSL | 308.11º | 0.16% | 0.45% | - |
| HSV(B) | 308.11º | 0.28% | 0.52% | - |
| XYZ | 17.44 | 14.62 | 21.98 | - |
| YUV | 109.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 127 | 0 | 0.28 | 0.04 | 0.48 | 308.11 | 0.16 | 0.45 |
| Hex | 84 | 5F | 7F | 0 | 1C | 4 | 30 | 134 | 10 | 2D |
| Octal | 204 | 137 | 177 | 0 | 34 | 4 | 60 | 464 | 20 | 55 |
| Binary | 10000100 | 1011111 | 1111111 | 0 | 11100 | 100 | 110000 | 100110100 | 10000 | 101101 |
Color Harmonies of #845F7F
Complementary color
Monochromatic Colors of #845F7F
Black with #845F7F
Text Example
Text Example
White with #845F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F7F; }
p { color: rgb(132,95,127); }
H1.HeaderClassName
{
color: #845F7F;
}
.AnyTagClassName
{
color: #845F7F;
}
</style>
background-color css
<style>
a { background-color: #845F7F; }
a { background-color: rgb(132,95,127); }
div.DivClassName
{
background-color: #845F7F;
}
.BgClassName
{
background-color: #845F7F;
}
</style>
border-color css
<style>
span { border-color: #845F7F; }
span { border-color: rgb(132,95,127); }
td.TdClassName
{
border-color: #845F7F;
}
.TagClassName
{
border-color: #845F7F;
}
</style>