Shades of Trendy Pink #80517B
Tints of Trendy Pink #80517B
RGB
CMYK
RGB Variations
Color information
#80517B (or 0x80517B) is known color: Trendy Pink. HEX triplet: 80, 51 and 7B. RGB value is (128,81,123). Sum of RGB (Red+Green+Blue) = 128+81+123=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #80517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80517B is #7FAE84. Grayscale: #636363. Windows color (decimal): -8367749 or 8081792. OLE color: 8081792.
HSL color Cylindrical-coordinate representation of color #80517B: hue angle of 306.38º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80517B is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 123 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.50 |
| HSL | 306.38º | 0.22% | 0.41% | - |
| HSV(B) | 306.38º | 0.37% | 0.5% | - |
| XYZ | 15.42 | 11.9 | 20.22 | - |
| YUV | 99.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 123 | 0 | 0.37 | 0.04 | 0.50 | 306.38 | 0.22 | 0.41 |
| Hex | 80 | 51 | 7B | 0 | 25 | 4 | 32 | 132 | 16 | 29 |
| Octal | 200 | 121 | 173 | 0 | 45 | 4 | 62 | 462 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1111011 | 0 | 100101 | 100 | 110010 | 100110010 | 10110 | 101001 |
Color Harmonies of #80517B
Complementary color
Monochromatic Colors of #80517B
Black with #80517B
Text Example
Text Example
White with #80517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80517B; }
p { color: rgb(128,81,123); }
H1.HeaderClassName
{
color: #80517B;
}
.AnyTagClassName
{
color: #80517B;
}
</style>
background-color css
<style>
a { background-color: #80517B; }
a { background-color: rgb(128,81,123); }
div.DivClassName
{
background-color: #80517B;
}
.BgClassName
{
background-color: #80517B;
}
</style>
border-color css
<style>
span { border-color: #80517B; }
span { border-color: rgb(128,81,123); }
td.TdClassName
{
border-color: #80517B;
}
.TagClassName
{
border-color: #80517B;
}
</style>