Shades of Trendy Pink #804682
Tints of Trendy Pink #804682
RGB
CMYK
RGB Variations
Color information
#804682 (or 0x804682) is known color: Trendy Pink. HEX triplet: 80, 46 and 82. RGB value is (128,70,130). Sum of RGB (Red+Green+Blue) = 128+70+130=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #804682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804682 is #7FB97D. Grayscale: #5D5D5D. Windows color (decimal): -8370558 or 8537728. OLE color: 8537728.
HSL color Cylindrical-coordinate representation of color #804682: hue angle of 298º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #804682 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 70 | 130 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.49 |
| HSL | 298º | 0.3% | 0.39% | - |
| HSV(B) | 298º | 0.46% | 0.51% | - |
| XYZ | 15.12 | 10.58 | 22.36 | - |
| YUV | 94.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 130 | 0.02 | 0.46 | 0 | 0.49 | 298 | 0.3 | 0.39 |
| Hex | 80 | 46 | 82 | 2 | 2E | 0 | 31 | 12A | 1E | 27 |
| Octal | 200 | 106 | 202 | 2 | 56 | 0 | 61 | 452 | 36 | 47 |
| Binary | 10000000 | 1000110 | 10000010 | 10 | 101110 | 0 | 110001 | 100101010 | 11110 | 100111 |
Color Harmonies of #804682
Complementary color
Monochromatic Colors of #804682
Black with #804682
Text Example
Text Example
White with #804682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804682; }
p { color: rgb(128,70,130); }
H1.HeaderClassName
{
color: #804682;
}
.AnyTagClassName
{
color: #804682;
}
</style>
background-color css
<style>
a { background-color: #804682; }
a { background-color: rgb(128,70,130); }
div.DivClassName
{
background-color: #804682;
}
.BgClassName
{
background-color: #804682;
}
</style>
border-color css
<style>
span { border-color: #804682; }
span { border-color: rgb(128,70,130); }
td.TdClassName
{
border-color: #804682;
}
.TagClassName
{
border-color: #804682;
}
</style>