Shades of Trendy Pink #806082
Tints of Trendy Pink #806082
RGB
CMYK
RGB Variations
Color information
#806082 (or 0x806082) is known color: Trendy Pink. HEX triplet: 80, 60 and 82. RGB value is (128,96,130). Sum of RGB (Red+Green+Blue) = 128+96+130=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #806082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806082 is #7F9F7D. Grayscale: #6D6D6D. Windows color (decimal): -8363902 or 8544384. OLE color: 8544384.
HSL color Cylindrical-coordinate representation of color #806082: hue angle of 296.47º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806082 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 96 | 130 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.49 |
| HSL | 296.47º | 0.15% | 0.44% | - |
| HSV(B) | 296.47º | 0.26% | 0.51% | - |
| XYZ | 17.11 | 14.57 | 23.03 | - |
| YUV | 109.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 130 | 0.02 | 0.26 | 0 | 0.49 | 296.47 | 0.15 | 0.44 |
| Hex | 80 | 60 | 82 | 2 | 1A | 0 | 31 | 128 | F | 2C |
| Octal | 200 | 140 | 202 | 2 | 32 | 0 | 61 | 450 | 17 | 54 |
| Binary | 10000000 | 1100000 | 10000010 | 10 | 11010 | 0 | 110001 | 100101000 | 1111 | 101100 |
Color Harmonies of #806082
Complementary color
Monochromatic Colors of #806082
Black with #806082
Text Example
Text Example
White with #806082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806082; }
p { color: rgb(128,96,130); }
H1.HeaderClassName
{
color: #806082;
}
.AnyTagClassName
{
color: #806082;
}
</style>
background-color css
<style>
a { background-color: #806082; }
a { background-color: rgb(128,96,130); }
div.DivClassName
{
background-color: #806082;
}
.BgClassName
{
background-color: #806082;
}
</style>
border-color css
<style>
span { border-color: #806082; }
span { border-color: rgb(128,96,130); }
td.TdClassName
{
border-color: #806082;
}
.TagClassName
{
border-color: #806082;
}
</style>