Shades of Trendy Pink #845A88
Tints of Trendy Pink #845A88
RGB
CMYK
RGB Variations
Color information
#845A88 (or 0x845A88) is known color: Trendy Pink. HEX triplet: 84, 5A and 88. RGB value is (132,90,136). Sum of RGB (Red+Green+Blue) = 132+90+136=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #845A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845A88 is #7BA577. Grayscale: #6B6B6B. Windows color (decimal): -8103288 or 8936068. OLE color: 8936068.
HSL color Cylindrical-coordinate representation of color #845A88: hue angle of 294.78º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #845A88 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 90 | 136 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.47 |
| HSL | 294.78º | 0.2% | 0.44% | - |
| HSV(B) | 294.78º | 0.34% | 0.53% | - |
| XYZ | 17.62 | 14 | 25.07 | - |
| YUV | 107.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 136 | 0.03 | 0.34 | 0 | 0.47 | 294.78 | 0.2 | 0.44 |
| Hex | 84 | 5A | 88 | 3 | 22 | 0 | 2F | 127 | 14 | 2C |
| Octal | 204 | 132 | 210 | 3 | 42 | 0 | 57 | 447 | 24 | 54 |
| Binary | 10000100 | 1011010 | 10001000 | 11 | 100010 | 0 | 101111 | 100100111 | 10100 | 101100 |
Color Harmonies of #845A88
Complementary color
Monochromatic Colors of #845A88
Black with #845A88
Text Example
Text Example
White with #845A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A88; }
p { color: rgb(132,90,136); }
H1.HeaderClassName
{
color: #845A88;
}
.AnyTagClassName
{
color: #845A88;
}
</style>
background-color css
<style>
a { background-color: #845A88; }
a { background-color: rgb(132,90,136); }
div.DivClassName
{
background-color: #845A88;
}
.BgClassName
{
background-color: #845A88;
}
</style>
border-color css
<style>
span { border-color: #845A88; }
span { border-color: rgb(132,90,136); }
td.TdClassName
{
border-color: #845A88;
}
.TagClassName
{
border-color: #845A88;
}
</style>