Shades of Trendy Pink #805082
Tints of Trendy Pink #805082
RGB
CMYK
RGB Variations
Color information
#805082 (or 0x805082) is known color: Trendy Pink. HEX triplet: 80, 50 and 82. RGB value is (128,80,130). Sum of RGB (Red+Green+Blue) = 128+80+130=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #805082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805082 is #7FAF7D. Grayscale: #636363. Windows color (decimal): -8367998 or 8540288. OLE color: 8540288.
HSL color Cylindrical-coordinate representation of color #805082: hue angle of 297.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #805082 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 80 | 130 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.49 |
| HSL | 297.6º | 0.24% | 0.41% | - |
| HSV(B) | 297.6º | 0.38% | 0.51% | - |
| XYZ | 15.8 | 11.94 | 22.59 | - |
| YUV | 100.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 130 | 0.02 | 0.38 | 0 | 0.49 | 297.6 | 0.24 | 0.41 |
| Hex | 80 | 50 | 82 | 2 | 26 | 0 | 31 | 12A | 18 | 29 |
| Octal | 200 | 120 | 202 | 2 | 46 | 0 | 61 | 452 | 30 | 51 |
| Binary | 10000000 | 1010000 | 10000010 | 10 | 100110 | 0 | 110001 | 100101010 | 11000 | 101001 |
Color Harmonies of #805082
Complementary color
Monochromatic Colors of #805082
Black with #805082
Text Example
Text Example
White with #805082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805082; }
p { color: rgb(128,80,130); }
H1.HeaderClassName
{
color: #805082;
}
.AnyTagClassName
{
color: #805082;
}
</style>
background-color css
<style>
a { background-color: #805082; }
a { background-color: rgb(128,80,130); }
div.DivClassName
{
background-color: #805082;
}
.BgClassName
{
background-color: #805082;
}
</style>
border-color css
<style>
span { border-color: #805082; }
span { border-color: rgb(128,80,130); }
td.TdClassName
{
border-color: #805082;
}
.TagClassName
{
border-color: #805082;
}
</style>