Shades of Trendy Pink #815080
Tints of Trendy Pink #815080
RGB
CMYK
RGB Variations
Color information
#815080 (or 0x815080) is known color: Trendy Pink. HEX triplet: 81, 50 and 80. RGB value is (129,80,128). Sum of RGB (Red+Green+Blue) = 129+80+128=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #815080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815080 is #7EAF7F. Grayscale: #636363. Windows color (decimal): -8302464 or 8409217. OLE color: 8409217.
HSL color Cylindrical-coordinate representation of color #815080: hue angle of 301.22º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #815080 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 80 | 128 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.49 |
| HSL | 301.22º | 0.23% | 0.41% | - |
| HSV(B) | 301.22º | 0.38% | 0.51% | - |
| XYZ | 15.82 | 11.96 | 21.9 | - |
| YUV | 100.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 128 | 0 | 0.38 | 0.01 | 0.49 | 301.22 | 0.23 | 0.41 |
| Hex | 81 | 50 | 80 | 0 | 26 | 1 | 31 | 12D | 17 | 29 |
| Octal | 201 | 120 | 200 | 0 | 46 | 1 | 61 | 455 | 27 | 51 |
| Binary | 10000001 | 1010000 | 10000000 | 0 | 100110 | 1 | 110001 | 100101101 | 10111 | 101001 |
Color Harmonies of #815080
Complementary color
Monochromatic Colors of #815080
Black with #815080
Text Example
Text Example
White with #815080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815080; }
p { color: rgb(129,80,128); }
H1.HeaderClassName
{
color: #815080;
}
.AnyTagClassName
{
color: #815080;
}
</style>
background-color css
<style>
a { background-color: #815080; }
a { background-color: rgb(129,80,128); }
div.DivClassName
{
background-color: #815080;
}
.BgClassName
{
background-color: #815080;
}
</style>
border-color css
<style>
span { border-color: #815080; }
span { border-color: rgb(129,80,128); }
td.TdClassName
{
border-color: #815080;
}
.TagClassName
{
border-color: #815080;
}
</style>