Shades of Trendy Pink #806582
Tints of Trendy Pink #806582
RGB
CMYK
RGB Variations
Color information
#806582 (or 0x806582) is known color: Trendy Pink. HEX triplet: 80, 65 and 82. RGB value is (128,101,130). Sum of RGB (Red+Green+Blue) = 128+101+130=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #806582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806582 is #7F9A7D. Grayscale: #707070. Windows color (decimal): -8362622 or 8545664. OLE color: 8545664.
HSL color Cylindrical-coordinate representation of color #806582: hue angle of 295.86º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806582 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 101 | 130 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.49 |
| HSL | 295.86º | 0.13% | 0.45% | - |
| HSV(B) | 295.86º | 0.22% | 0.51% | - |
| XYZ | 17.59 | 15.51 | 23.19 | - |
| YUV | 112.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 130 | 0.02 | 0.22 | 0 | 0.49 | 295.86 | 0.13 | 0.45 |
| Hex | 80 | 65 | 82 | 2 | 16 | 0 | 31 | 128 | D | 2D |
| Octal | 200 | 145 | 202 | 2 | 26 | 0 | 61 | 450 | 15 | 55 |
| Binary | 10000000 | 1100101 | 10000010 | 10 | 10110 | 0 | 110001 | 100101000 | 1101 | 101101 |
Color Harmonies of #806582
Complementary color
Monochromatic Colors of #806582
Black with #806582
Text Example
Text Example
White with #806582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806582; }
p { color: rgb(128,101,130); }
H1.HeaderClassName
{
color: #806582;
}
.AnyTagClassName
{
color: #806582;
}
</style>
background-color css
<style>
a { background-color: #806582; }
a { background-color: rgb(128,101,130); }
div.DivClassName
{
background-color: #806582;
}
.BgClassName
{
background-color: #806582;
}
</style>
border-color css
<style>
span { border-color: #806582; }
span { border-color: rgb(128,101,130); }
td.TdClassName
{
border-color: #806582;
}
.TagClassName
{
border-color: #806582;
}
</style>