Shades of Trendy Pink #804985
Tints of Trendy Pink #804985
RGB
CMYK
RGB Variations
Color information
#804985 (or 0x804985) is known color: Trendy Pink. HEX triplet: 80, 49 and 85. RGB value is (128,73,133). Sum of RGB (Red+Green+Blue) = 128+73+133=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #804985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804985 is #7FB67A. Grayscale: #606060. Windows color (decimal): -8369787 or 8735104. OLE color: 8735104.
HSL color Cylindrical-coordinate representation of color #804985: hue angle of 295º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804985 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 73 | 133 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.48 |
| HSL | 295º | 0.29% | 0.4% | - |
| HSV(B) | 295º | 0.45% | 0.52% | - |
| XYZ | 15.52 | 11.05 | 23.5 | - |
| YUV | 96.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 133 | 0.04 | 0.45 | 0 | 0.48 | 295 | 0.29 | 0.4 |
| Hex | 80 | 49 | 85 | 4 | 2D | 0 | 30 | 127 | 1D | 28 |
| Octal | 200 | 111 | 205 | 4 | 55 | 0 | 60 | 447 | 35 | 50 |
| Binary | 10000000 | 1001001 | 10000101 | 100 | 101101 | 0 | 110000 | 100100111 | 11101 | 101000 |
Color Harmonies of #804985
Complementary color
Monochromatic Colors of #804985
Black with #804985
Text Example
Text Example
White with #804985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804985; }
p { color: rgb(128,73,133); }
H1.HeaderClassName
{
color: #804985;
}
.AnyTagClassName
{
color: #804985;
}
</style>
background-color css
<style>
a { background-color: #804985; }
a { background-color: rgb(128,73,133); }
div.DivClassName
{
background-color: #804985;
}
.BgClassName
{
background-color: #804985;
}
</style>
border-color css
<style>
span { border-color: #804985; }
span { border-color: rgb(128,73,133); }
td.TdClassName
{
border-color: #804985;
}
.TagClassName
{
border-color: #804985;
}
</style>