Shades of Trendy Pink #804A81
Tints of Trendy Pink #804A81
RGB
CMYK
RGB Variations
Color information
#804A81 (or 0x804A81) is known color: Trendy Pink. HEX triplet: 80, 4A and 81. RGB value is (128,74,129). Sum of RGB (Red+Green+Blue) = 128+74+129=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #804A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804A81 is #7FB57E. Grayscale: #606060. Windows color (decimal): -8369535 or 8473216. OLE color: 8473216.
HSL color Cylindrical-coordinate representation of color #804A81: hue angle of 298.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #804A81 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 74 | 129 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.49 |
| HSL | 298.91º | 0.27% | 0.4% | - |
| HSV(B) | 298.91º | 0.43% | 0.51% | - |
| XYZ | 15.31 | 11.07 | 22.1 | - |
| YUV | 96.42 | 146.39 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 129 | 0.01 | 0.43 | 0 | 0.49 | 298.91 | 0.27 | 0.4 |
| Hex | 80 | 4A | 81 | 1 | 2B | 0 | 31 | 12B | 1B | 28 |
| Octal | 200 | 112 | 201 | 1 | 53 | 0 | 61 | 453 | 33 | 50 |
| Binary | 10000000 | 1001010 | 10000001 | 1 | 101011 | 0 | 110001 | 100101011 | 11011 | 101000 |
Color Harmonies of #804A81
Complementary color
Monochromatic Colors of #804A81
Black with #804A81
Text Example
Text Example
White with #804A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A81; }
p { color: rgb(128,74,129); }
H1.HeaderClassName
{
color: #804A81;
}
.AnyTagClassName
{
color: #804A81;
}
</style>
background-color css
<style>
a { background-color: #804A81; }
a { background-color: rgb(128,74,129); }
div.DivClassName
{
background-color: #804A81;
}
.BgClassName
{
background-color: #804A81;
}
</style>
border-color css
<style>
span { border-color: #804A81; }
span { border-color: rgb(128,74,129); }
td.TdClassName
{
border-color: #804A81;
}
.TagClassName
{
border-color: #804A81;
}
</style>