Shades of Trendy Pink #884F90
Tints of Trendy Pink #884F90
RGB
CMYK
RGB Variations
Color information
#884F90 (or 0x884F90) is known color: Trendy Pink. HEX triplet: 88, 4F and 90. RGB value is (136,79,144). Sum of RGB (Red+Green+Blue) = 136+79+144=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #884F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884F90 is #77B06F. Grayscale: #676767. Windows color (decimal): -7843952 or 9457544. OLE color: 9457544.
HSL color Cylindrical-coordinate representation of color #884F90: hue angle of 292.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884F90 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 79 | 144 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.44 |
| HSL | 292.62º | 0.29% | 0.44% | - |
| HSV(B) | 292.62º | 0.45% | 0.56% | - |
| XYZ | 17.98 | 12.84 | 27.92 | - |
| YUV | 103.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 144 | 0.06 | 0.45 | 0 | 0.44 | 292.62 | 0.29 | 0.44 |
| Hex | 88 | 4F | 90 | 6 | 2D | 0 | 2C | 125 | 1D | 2C |
| Octal | 210 | 117 | 220 | 6 | 55 | 0 | 54 | 445 | 35 | 54 |
| Binary | 10001000 | 1001111 | 10010000 | 110 | 101101 | 0 | 101100 | 100100101 | 11101 | 101100 |
Color Harmonies of #884F90
Complementary color
Monochromatic Colors of #884F90
Black with #884F90
Text Example
Text Example
White with #884F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F90; }
p { color: rgb(136,79,144); }
H1.HeaderClassName
{
color: #884F90;
}
.AnyTagClassName
{
color: #884F90;
}
</style>
background-color css
<style>
a { background-color: #884F90; }
a { background-color: rgb(136,79,144); }
div.DivClassName
{
background-color: #884F90;
}
.BgClassName
{
background-color: #884F90;
}
</style>
border-color css
<style>
span { border-color: #884F90; }
span { border-color: rgb(136,79,144); }
td.TdClassName
{
border-color: #884F90;
}
.TagClassName
{
border-color: #884F90;
}
</style>