Shades of Trendy Pink #815C85
Tints of Trendy Pink #815C85
RGB
CMYK
RGB Variations
Color information
#815C85 (or 0x815C85) is known color: Trendy Pink. HEX triplet: 81, 5C and 85. RGB value is (129,92,133). Sum of RGB (Red+Green+Blue) = 129+92+133=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #815C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815C85 is #7EA37A. Grayscale: #6B6B6B. Windows color (decimal): -8299387 or 8739969. OLE color: 8739969.
HSL color Cylindrical-coordinate representation of color #815C85: hue angle of 294.15º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815C85 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 92 | 133 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.48 |
| HSL | 294.15º | 0.18% | 0.44% | - |
| HSV(B) | 294.15º | 0.31% | 0.52% | - |
| XYZ | 17.11 | 14.01 | 23.99 | - |
| YUV | 107.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 92 | 133 | 0.03 | 0.31 | 0 | 0.48 | 294.15 | 0.18 | 0.44 |
| Hex | 81 | 5C | 85 | 3 | 1F | 0 | 30 | 126 | 12 | 2C |
| Octal | 201 | 134 | 205 | 3 | 37 | 0 | 60 | 446 | 22 | 54 |
| Binary | 10000001 | 1011100 | 10000101 | 11 | 11111 | 0 | 110000 | 100100110 | 10010 | 101100 |
Color Harmonies of #815C85
Complementary color
Monochromatic Colors of #815C85
Black with #815C85
Text Example
Text Example
White with #815C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815C85; }
p { color: rgb(129,92,133); }
H1.HeaderClassName
{
color: #815C85;
}
.AnyTagClassName
{
color: #815C85;
}
</style>
background-color css
<style>
a { background-color: #815C85; }
a { background-color: rgb(129,92,133); }
div.DivClassName
{
background-color: #815C85;
}
.BgClassName
{
background-color: #815C85;
}
</style>
border-color css
<style>
span { border-color: #815C85; }
span { border-color: rgb(129,92,133); }
td.TdClassName
{
border-color: #815C85;
}
.TagClassName
{
border-color: #815C85;
}
</style>