Shades of Trendy Pink #806581
Tints of Trendy Pink #806581
RGB
CMYK
RGB Variations
Color information
#806581 (or 0x806581) is known color: Trendy Pink. HEX triplet: 80, 65 and 81. RGB value is (128,101,129). Sum of RGB (Red+Green+Blue) = 128+101+129=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #806581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806581 is #7F9A7E. Grayscale: #707070. Windows color (decimal): -8362623 or 8480128. OLE color: 8480128.
HSL color Cylindrical-coordinate representation of color #806581: hue angle of 297.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806581 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 101 | 129 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.49 |
| HSL | 297.86º | 0.12% | 0.45% | - |
| HSV(B) | 297.86º | 0.22% | 0.51% | - |
| XYZ | 17.52 | 15.48 | 22.83 | - |
| YUV | 112.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 129 | 0.01 | 0.22 | 0 | 0.49 | 297.86 | 0.12 | 0.45 |
| Hex | 80 | 65 | 81 | 1 | 16 | 0 | 31 | 12A | C | 2D |
| Octal | 200 | 145 | 201 | 1 | 26 | 0 | 61 | 452 | 14 | 55 |
| Binary | 10000000 | 1100101 | 10000001 | 1 | 10110 | 0 | 110001 | 100101010 | 1100 | 101101 |
Color Harmonies of #806581
Complementary color
Monochromatic Colors of #806581
Black with #806581
Text Example
Text Example
White with #806581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806581; }
p { color: rgb(128,101,129); }
H1.HeaderClassName
{
color: #806581;
}
.AnyTagClassName
{
color: #806581;
}
</style>
background-color css
<style>
a { background-color: #806581; }
a { background-color: rgb(128,101,129); }
div.DivClassName
{
background-color: #806581;
}
.BgClassName
{
background-color: #806581;
}
</style>
border-color css
<style>
span { border-color: #806581; }
span { border-color: rgb(128,101,129); }
td.TdClassName
{
border-color: #806581;
}
.TagClassName
{
border-color: #806581;
}
</style>