Shades of Trendy Pink #845484
Tints of Trendy Pink #845484
RGB
CMYK
RGB Variations
Color information
#845484 (or 0x845484) is known color: Trendy Pink. HEX triplet: 84, 54 and 84. RGB value is (132,84,132). Sum of RGB (Red+Green+Blue) = 132+84+132=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #845484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845484 is #7BAB7B. Grayscale: #676767. Windows color (decimal): -8104828 or 8672388. OLE color: 8672388.
HSL color Cylindrical-coordinate representation of color #845484: hue angle of 300º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845484 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 84 | 132 | - |
| CMYK | 0 | 0.36 | 0 | 0.48 |
| HSL | 300º | 0.22% | 0.42% | - |
| HSV(B) | 300º | 0.36% | 0.52% | - |
| XYZ | 16.85 | 12.91 | 23.43 | - |
| YUV | 103.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 132 | 0 | 0.36 | 0 | 0.48 | 300 | 0.22 | 0.42 |
| Hex | 84 | 54 | 84 | 0 | 24 | 0 | 30 | 12C | 16 | 2A |
| Octal | 204 | 124 | 204 | 0 | 44 | 0 | 60 | 454 | 26 | 52 |
| Binary | 10000100 | 1010100 | 10000100 | 0 | 100100 | 0 | 110000 | 100101100 | 10110 | 101010 |
Color Harmonies of #845484
Complementary color
Monochromatic Colors of #845484
Black with #845484
Text Example
Text Example
White with #845484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845484; }
p { color: rgb(132,84,132); }
H1.HeaderClassName
{
color: #845484;
}
.AnyTagClassName
{
color: #845484;
}
</style>
background-color css
<style>
a { background-color: #845484; }
a { background-color: rgb(132,84,132); }
div.DivClassName
{
background-color: #845484;
}
.BgClassName
{
background-color: #845484;
}
</style>
border-color css
<style>
span { border-color: #845484; }
span { border-color: rgb(132,84,132); }
td.TdClassName
{
border-color: #845484;
}
.TagClassName
{
border-color: #845484;
}
</style>