Shades of Trendy Pink #84608A
Tints of Trendy Pink #84608A
RGB
CMYK
RGB Variations
Color information
#84608A (or 0x84608A) is known color: Trendy Pink. HEX triplet: 84, 60 and 8A. RGB value is (132,96,138). Sum of RGB (Red+Green+Blue) = 132+96+138=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #84608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84608A is #7B9F75. Grayscale: #6F6F6F. Windows color (decimal): -8101750 or 9068676. OLE color: 9068676.
HSL color Cylindrical-coordinate representation of color #84608A: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84608A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 96 | 138 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.46 |
| HSL | 291.43º | 0.18% | 0.46% | - |
| HSV(B) | 291.43º | 0.3% | 0.54% | - |
| XYZ | 18.29 | 15.11 | 26 | - |
| YUV | 111.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 138 | 0.04 | 0.30 | 0 | 0.46 | 291.43 | 0.18 | 0.46 |
| Hex | 84 | 60 | 8A | 4 | 1E | 0 | 2E | 123 | 12 | 2E |
| Octal | 204 | 140 | 212 | 4 | 36 | 0 | 56 | 443 | 22 | 56 |
| Binary | 10000100 | 1100000 | 10001010 | 100 | 11110 | 0 | 101110 | 100100011 | 10010 | 101110 |
Color Harmonies of #84608A
Complementary color
Monochromatic Colors of #84608A
Black with #84608A
Text Example
Text Example
White with #84608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84608A; }
p { color: rgb(132,96,138); }
H1.HeaderClassName
{
color: #84608A;
}
.AnyTagClassName
{
color: #84608A;
}
</style>
background-color css
<style>
a { background-color: #84608A; }
a { background-color: rgb(132,96,138); }
div.DivClassName
{
background-color: #84608A;
}
.BgClassName
{
background-color: #84608A;
}
</style>
border-color css
<style>
span { border-color: #84608A; }
span { border-color: rgb(132,96,138); }
td.TdClassName
{
border-color: #84608A;
}
.TagClassName
{
border-color: #84608A;
}
</style>