Shades of Trendy Pink #805688
Tints of Trendy Pink #805688
RGB
CMYK
RGB Variations
Color information
#805688 (or 0x805688) is known color: Trendy Pink. HEX triplet: 80, 56 and 88. RGB value is (128,86,136). Sum of RGB (Red+Green+Blue) = 128+86+136=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 86 (33.98% from 255 or 24.57% 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 #805688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805688 is #7FA977. Grayscale: #686868. Windows color (decimal): -8366456 or 8935040. OLE color: 8935040.
HSL color Cylindrical-coordinate representation of color #805688: hue angle of 290.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805688 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 86 | 136 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.47 |
| HSL | 290.4º | 0.23% | 0.44% | - |
| HSV(B) | 290.4º | 0.37% | 0.53% | - |
| XYZ | 16.67 | 13.02 | 24.93 | - |
| YUV | 104.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 136 | 0.06 | 0.37 | 0 | 0.47 | 290.4 | 0.23 | 0.44 |
| Hex | 80 | 56 | 88 | 6 | 25 | 0 | 2F | 122 | 17 | 2C |
| Octal | 200 | 126 | 210 | 6 | 45 | 0 | 57 | 442 | 27 | 54 |
| Binary | 10000000 | 1010110 | 10001000 | 110 | 100101 | 0 | 101111 | 100100010 | 10111 | 101100 |
Color Harmonies of #805688
Complementary color
Monochromatic Colors of #805688
Black with #805688
Text Example
Text Example
White with #805688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805688; }
p { color: rgb(128,86,136); }
H1.HeaderClassName
{
color: #805688;
}
.AnyTagClassName
{
color: #805688;
}
</style>
background-color css
<style>
a { background-color: #805688; }
a { background-color: rgb(128,86,136); }
div.DivClassName
{
background-color: #805688;
}
.BgClassName
{
background-color: #805688;
}
</style>
border-color css
<style>
span { border-color: #805688; }
span { border-color: rgb(128,86,136); }
td.TdClassName
{
border-color: #805688;
}
.TagClassName
{
border-color: #805688;
}
</style>