Shades of Trendy Pink #885393
Tints of Trendy Pink #885393
RGB
CMYK
RGB Variations
Color information
#885393 (or 0x885393) is known color: Trendy Pink. HEX triplet: 88, 53 and 93. RGB value is (136,83,147). Sum of RGB (Red+Green+Blue) = 136+83+147=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #885393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885393 is #77AC6C. Grayscale: #696969. Windows color (decimal): -7842925 or 9655176. OLE color: 9655176.
HSL color Cylindrical-coordinate representation of color #885393: hue angle of 289.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #885393 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 83 | 147 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.42 |
| HSL | 289.69º | 0.28% | 0.45% | - |
| HSV(B) | 289.69º | 0.44% | 0.58% | - |
| XYZ | 18.51 | 13.53 | 29.24 | - |
| YUV | 106.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 147 | 0.07 | 0.44 | 0 | 0.42 | 289.69 | 0.28 | 0.45 |
| Hex | 88 | 53 | 93 | 7 | 2C | 0 | 2A | 122 | 1C | 2D |
| Octal | 210 | 123 | 223 | 7 | 54 | 0 | 52 | 442 | 34 | 55 |
| Binary | 10001000 | 1010011 | 10010011 | 111 | 101100 | 0 | 101010 | 100100010 | 11100 | 101101 |
Color Harmonies of #885393
Complementary color
Monochromatic Colors of #885393
Black with #885393
Text Example
Text Example
White with #885393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885393; }
p { color: rgb(136,83,147); }
H1.HeaderClassName
{
color: #885393;
}
.AnyTagClassName
{
color: #885393;
}
</style>
background-color css
<style>
a { background-color: #885393; }
a { background-color: rgb(136,83,147); }
div.DivClassName
{
background-color: #885393;
}
.BgClassName
{
background-color: #885393;
}
</style>
border-color css
<style>
span { border-color: #885393; }
span { border-color: rgb(136,83,147); }
td.TdClassName
{
border-color: #885393;
}
.TagClassName
{
border-color: #885393;
}
</style>