Shades of Trendy Pink #805683
Tints of Trendy Pink #805683
RGB
CMYK
RGB Variations
Color information
#805683 (or 0x805683) is known color: Trendy Pink. HEX triplet: 80, 56 and 83. RGB value is (128,86,131). Sum of RGB (Red+Green+Blue) = 128+86+131=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #805683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805683 is #7FA97C. Grayscale: #676767. Windows color (decimal): -8366461 or 8607360. OLE color: 8607360.
HSL color Cylindrical-coordinate representation of color #805683: hue angle of 296º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805683 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 86 | 131 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.49 |
| HSL | 296º | 0.21% | 0.43% | - |
| HSV(B) | 296º | 0.34% | 0.51% | - |
| XYZ | 16.33 | 12.88 | 23.1 | - |
| YUV | 103.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 131 | 0.02 | 0.34 | 0 | 0.49 | 296 | 0.21 | 0.43 |
| Hex | 80 | 56 | 83 | 2 | 22 | 0 | 31 | 128 | 15 | 2B |
| Octal | 200 | 126 | 203 | 2 | 42 | 0 | 61 | 450 | 25 | 53 |
| Binary | 10000000 | 1010110 | 10000011 | 10 | 100010 | 0 | 110001 | 100101000 | 10101 | 101011 |
Color Harmonies of #805683
Complementary color
Monochromatic Colors of #805683
Black with #805683
Text Example
Text Example
White with #805683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805683; }
p { color: rgb(128,86,131); }
H1.HeaderClassName
{
color: #805683;
}
.AnyTagClassName
{
color: #805683;
}
</style>
background-color css
<style>
a { background-color: #805683; }
a { background-color: rgb(128,86,131); }
div.DivClassName
{
background-color: #805683;
}
.BgClassName
{
background-color: #805683;
}
</style>
border-color css
<style>
span { border-color: #805683; }
span { border-color: rgb(128,86,131); }
td.TdClassName
{
border-color: #805683;
}
.TagClassName
{
border-color: #805683;
}
</style>