Shades of Trendy Pink #806481
Tints of Trendy Pink #806481
RGB
CMYK
RGB Variations
Color information
#806481 (or 0x806481) is known color: Trendy Pink. HEX triplet: 80, 64 and 81. RGB value is (128,100,129). Sum of RGB (Red+Green+Blue) = 128+100+129=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 129 - color contains mainly: blue. Hex color #806481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806481 is #7F9B7E. Grayscale: #6F6F6F. Windows color (decimal): -8362879 or 8479872. OLE color: 8479872.
HSL color Cylindrical-coordinate representation of color #806481: hue angle of 297.93º degrees, saturation: 0.13, 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 #806481 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 100 | 129 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.49 |
| HSL | 297.93º | 0.13% | 0.45% | - |
| HSV(B) | 297.93º | 0.22% | 0.51% | - |
| XYZ | 17.42 | 15.29 | 22.8 | - |
| YUV | 111.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 129 | 0.01 | 0.22 | 0 | 0.49 | 297.93 | 0.13 | 0.45 |
| Hex | 80 | 64 | 81 | 1 | 16 | 0 | 31 | 12A | D | 2D |
| Octal | 200 | 144 | 201 | 1 | 26 | 0 | 61 | 452 | 15 | 55 |
| Binary | 10000000 | 1100100 | 10000001 | 1 | 10110 | 0 | 110001 | 100101010 | 1101 | 101101 |
Color Harmonies of #806481
Complementary color
Monochromatic Colors of #806481
Black with #806481
Text Example
Text Example
White with #806481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806481; }
p { color: rgb(128,100,129); }
H1.HeaderClassName
{
color: #806481;
}
.AnyTagClassName
{
color: #806481;
}
</style>
background-color css
<style>
a { background-color: #806481; }
a { background-color: rgb(128,100,129); }
div.DivClassName
{
background-color: #806481;
}
.BgClassName
{
background-color: #806481;
}
</style>
border-color css
<style>
span { border-color: #806481; }
span { border-color: rgb(128,100,129); }
td.TdClassName
{
border-color: #806481;
}
.TagClassName
{
border-color: #806481;
}
</style>