Shades of Trendy Pink #815A7C
Tints of Trendy Pink #815A7C
RGB
CMYK
RGB Variations
Color information
#815A7C (or 0x815A7C) is known color: Trendy Pink. HEX triplet: 81, 5A and 7C. RGB value is (129,90,124). Sum of RGB (Red+Green+Blue) = 129+90+124=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 129 - color contains mainly: red. Hex color #815A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A7C is #7EA583. Grayscale: #696969. Windows color (decimal): -8299908 or 8149633. OLE color: 8149633.
HSL color Cylindrical-coordinate representation of color #815A7C: hue angle of 307.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A7C is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 124 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.49 |
| HSL | 307.69º | 0.18% | 0.43% | - |
| HSV(B) | 307.69º | 0.3% | 0.51% | - |
| XYZ | 16.35 | 13.43 | 20.8 | - |
| YUV | 105.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 124 | 0 | 0.30 | 0.04 | 0.49 | 307.69 | 0.18 | 0.43 |
| Hex | 81 | 5A | 7C | 0 | 1E | 4 | 31 | 134 | 12 | 2B |
| Octal | 201 | 132 | 174 | 0 | 36 | 4 | 61 | 464 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1111100 | 0 | 11110 | 100 | 110001 | 100110100 | 10010 | 101011 |
Color Harmonies of #815A7C
Complementary color
Monochromatic Colors of #815A7C
Black with #815A7C
Text Example
Text Example
White with #815A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A7C; }
p { color: rgb(129,90,124); }
H1.HeaderClassName
{
color: #815A7C;
}
.AnyTagClassName
{
color: #815A7C;
}
</style>
background-color css
<style>
a { background-color: #815A7C; }
a { background-color: rgb(129,90,124); }
div.DivClassName
{
background-color: #815A7C;
}
.BgClassName
{
background-color: #815A7C;
}
</style>
border-color css
<style>
span { border-color: #815A7C; }
span { border-color: rgb(129,90,124); }
td.TdClassName
{
border-color: #815A7C;
}
.TagClassName
{
border-color: #815A7C;
}
</style>