Shades of Trendy Pink #806289
Tints of Trendy Pink #806289
RGB
CMYK
RGB Variations
Color information
#806289 (or 0x806289) is known color: Trendy Pink. HEX triplet: 80, 62 and 89. RGB value is (128,98,137). Sum of RGB (Red+Green+Blue) = 128+98+137=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 98 (38.67% from 255 or 27.00% 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 #806289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806289 is #7F9D76. Grayscale: #6F6F6F. Windows color (decimal): -8363383 or 9003648. OLE color: 9003648.
HSL color Cylindrical-coordinate representation of color #806289: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806289 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 98 | 137 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.46 |
| HSL | 286.15º | 0.17% | 0.46% | - |
| HSV(B) | 286.15º | 0.28% | 0.54% | - |
| XYZ | 17.79 | 15.13 | 25.65 | - |
| YUV | 111.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 137 | 0.07 | 0.28 | 0 | 0.46 | 286.15 | 0.17 | 0.46 |
| Hex | 80 | 62 | 89 | 7 | 1C | 0 | 2E | 11E | 11 | 2E |
| Octal | 200 | 142 | 211 | 7 | 34 | 0 | 56 | 436 | 21 | 56 |
| Binary | 10000000 | 1100010 | 10001001 | 111 | 11100 | 0 | 101110 | 100011110 | 10001 | 101110 |
Color Harmonies of #806289
Complementary color
Monochromatic Colors of #806289
Black with #806289
Text Example
Text Example
White with #806289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806289; }
p { color: rgb(128,98,137); }
H1.HeaderClassName
{
color: #806289;
}
.AnyTagClassName
{
color: #806289;
}
</style>
background-color css
<style>
a { background-color: #806289; }
a { background-color: rgb(128,98,137); }
div.DivClassName
{
background-color: #806289;
}
.BgClassName
{
background-color: #806289;
}
</style>
border-color css
<style>
span { border-color: #806289; }
span { border-color: rgb(128,98,137); }
td.TdClassName
{
border-color: #806289;
}
.TagClassName
{
border-color: #806289;
}
</style>