Shades of Trendy Pink #806682
Tints of Trendy Pink #806682
RGB
CMYK
RGB Variations
Color information
#806682 (or 0x806682) is known color: Trendy Pink. HEX triplet: 80, 66 and 82. RGB value is (128,102,130). Sum of RGB (Red+Green+Blue) = 128+102+130=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: blue. Hex color #806682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806682 is #7F997D. Grayscale: #707070. Windows color (decimal): -8362366 or 8545920. OLE color: 8545920.
HSL color Cylindrical-coordinate representation of color #806682: hue angle of 295.71º degrees, saturation: 0.12, 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 #806682 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 102 | 130 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.49 |
| HSL | 295.71º | 0.12% | 0.45% | - |
| HSV(B) | 295.71º | 0.22% | 0.51% | - |
| XYZ | 17.68 | 15.7 | 23.22 | - |
| YUV | 112.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 130 | 0.02 | 0.22 | 0 | 0.49 | 295.71 | 0.12 | 0.45 |
| Hex | 80 | 66 | 82 | 2 | 16 | 0 | 31 | 128 | C | 2D |
| Octal | 200 | 146 | 202 | 2 | 26 | 0 | 61 | 450 | 14 | 55 |
| Binary | 10000000 | 1100110 | 10000010 | 10 | 10110 | 0 | 110001 | 100101000 | 1100 | 101101 |
Color Harmonies of #806682
Complementary color
Monochromatic Colors of #806682
Black with #806682
Text Example
Text Example
White with #806682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806682; }
p { color: rgb(128,102,130); }
H1.HeaderClassName
{
color: #806682;
}
.AnyTagClassName
{
color: #806682;
}
</style>
background-color css
<style>
a { background-color: #806682; }
a { background-color: rgb(128,102,130); }
div.DivClassName
{
background-color: #806682;
}
.BgClassName
{
background-color: #806682;
}
</style>
border-color css
<style>
span { border-color: #806682; }
span { border-color: rgb(128,102,130); }
td.TdClassName
{
border-color: #806682;
}
.TagClassName
{
border-color: #806682;
}
</style>