Shades of Trendy Pink #845288
Tints of Trendy Pink #845288
RGB
CMYK
RGB Variations
Color information
#845288 (or 0x845288) is known color: Trendy Pink. HEX triplet: 84, 52 and 88. RGB value is (132,82,136). Sum of RGB (Red+Green+Blue) = 132+82+136=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #845288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845288 is #7BAD77. Grayscale: #666666. Windows color (decimal): -8105336 or 8934020. OLE color: 8934020.
HSL color Cylindrical-coordinate representation of color #845288: hue angle of 295.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #845288 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 82 | 136 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.47 |
| HSL | 295.56º | 0.25% | 0.43% | - |
| HSV(B) | 295.56º | 0.4% | 0.53% | - |
| XYZ | 16.98 | 12.72 | 24.85 | - |
| YUV | 103.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 136 | 0.03 | 0.40 | 0 | 0.47 | 295.56 | 0.25 | 0.43 |
| Hex | 84 | 52 | 88 | 3 | 28 | 0 | 2F | 128 | 19 | 2B |
| Octal | 204 | 122 | 210 | 3 | 50 | 0 | 57 | 450 | 31 | 53 |
| Binary | 10000100 | 1010010 | 10001000 | 11 | 101000 | 0 | 101111 | 100101000 | 11001 | 101011 |
Color Harmonies of #845288
Complementary color
Monochromatic Colors of #845288
Black with #845288
Text Example
Text Example
White with #845288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845288; }
p { color: rgb(132,82,136); }
H1.HeaderClassName
{
color: #845288;
}
.AnyTagClassName
{
color: #845288;
}
</style>
background-color css
<style>
a { background-color: #845288; }
a { background-color: rgb(132,82,136); }
div.DivClassName
{
background-color: #845288;
}
.BgClassName
{
background-color: #845288;
}
</style>
border-color css
<style>
span { border-color: #845288; }
span { border-color: rgb(132,82,136); }
td.TdClassName
{
border-color: #845288;
}
.TagClassName
{
border-color: #845288;
}
</style>