Shades of Trendy Pink #805682
Tints of Trendy Pink #805682
RGB
CMYK
RGB Variations
Color information
#805682 (or 0x805682) is known color: Trendy Pink. HEX triplet: 80, 56 and 82. RGB value is (128,86,130). Sum of RGB (Red+Green+Blue) = 128+86+130=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #805682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805682 is #7FA97D. Grayscale: #676767. Windows color (decimal): -8366462 or 8541824. OLE color: 8541824.
HSL color Cylindrical-coordinate representation of color #805682: hue angle of 297.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805682 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 86 | 130 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.49 |
| HSL | 297.27º | 0.2% | 0.42% | - |
| HSV(B) | 297.27º | 0.34% | 0.51% | - |
| XYZ | 16.26 | 12.86 | 22.74 | - |
| YUV | 103.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 130 | 0.02 | 0.34 | 0 | 0.49 | 297.27 | 0.2 | 0.42 |
| Hex | 80 | 56 | 82 | 2 | 22 | 0 | 31 | 129 | 14 | 2A |
| Octal | 200 | 126 | 202 | 2 | 42 | 0 | 61 | 451 | 24 | 52 |
| Binary | 10000000 | 1010110 | 10000010 | 10 | 100010 | 0 | 110001 | 100101001 | 10100 | 101010 |
Color Harmonies of #805682
Complementary color
Monochromatic Colors of #805682
Black with #805682
Text Example
Text Example
White with #805682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805682; }
p { color: rgb(128,86,130); }
H1.HeaderClassName
{
color: #805682;
}
.AnyTagClassName
{
color: #805682;
}
</style>
background-color css
<style>
a { background-color: #805682; }
a { background-color: rgb(128,86,130); }
div.DivClassName
{
background-color: #805682;
}
.BgClassName
{
background-color: #805682;
}
</style>
border-color css
<style>
span { border-color: #805682; }
span { border-color: rgb(128,86,130); }
td.TdClassName
{
border-color: #805682;
}
.TagClassName
{
border-color: #805682;
}
</style>