Shades of Trendy Pink #826089
Tints of Trendy Pink #826089
RGB
CMYK
RGB Variations
Color information
#826089 (or 0x826089) is known color: Trendy Pink. HEX triplet: 82, 60 and 89. RGB value is (130,96,137). Sum of RGB (Red+Green+Blue) = 130+96+137=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #826089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826089 is #7D9F76. Grayscale: #6E6E6E. Windows color (decimal): -8232823 or 9003138. OLE color: 9003138.
HSL color Cylindrical-coordinate representation of color #826089: hue angle of 289.76º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826089 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 96 | 137 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.46 |
| HSL | 289.76º | 0.18% | 0.46% | - |
| HSV(B) | 289.76º | 0.3% | 0.54% | - |
| XYZ | 17.9 | 14.92 | 25.6 | - |
| YUV | 110.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 137 | 0.05 | 0.30 | 0 | 0.46 | 289.76 | 0.18 | 0.46 |
| Hex | 82 | 60 | 89 | 5 | 1E | 0 | 2E | 122 | 12 | 2E |
| Octal | 202 | 140 | 211 | 5 | 36 | 0 | 56 | 442 | 22 | 56 |
| Binary | 10000010 | 1100000 | 10001001 | 101 | 11110 | 0 | 101110 | 100100010 | 10010 | 101110 |
Color Harmonies of #826089
Complementary color
Monochromatic Colors of #826089
Black with #826089
Text Example
Text Example
White with #826089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826089; }
p { color: rgb(130,96,137); }
H1.HeaderClassName
{
color: #826089;
}
.AnyTagClassName
{
color: #826089;
}
</style>
background-color css
<style>
a { background-color: #826089; }
a { background-color: rgb(130,96,137); }
div.DivClassName
{
background-color: #826089;
}
.BgClassName
{
background-color: #826089;
}
</style>
border-color css
<style>
span { border-color: #826089; }
span { border-color: rgb(130,96,137); }
td.TdClassName
{
border-color: #826089;
}
.TagClassName
{
border-color: #826089;
}
</style>