Shades of Trendy Pink #815A88
Tints of Trendy Pink #815A88
RGB
CMYK
RGB Variations
Color information
#815A88 (or 0x815A88) is known color: Trendy Pink. HEX triplet: 81, 5A and 88. RGB value is (129,90,136). Sum of RGB (Red+Green+Blue) = 129+90+136=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #815A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815A88 is #7EA577. Grayscale: #6A6A6A. Windows color (decimal): -8299896 or 8936065. OLE color: 8936065.
HSL color Cylindrical-coordinate representation of color #815A88: hue angle of 290.87º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815A88 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 90 | 136 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.47 |
| HSL | 290.87º | 0.2% | 0.44% | - |
| HSV(B) | 290.87º | 0.34% | 0.53% | - |
| XYZ | 17.15 | 13.76 | 25.04 | - |
| YUV | 106.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 136 | 0.05 | 0.34 | 0 | 0.47 | 290.87 | 0.2 | 0.44 |
| Hex | 81 | 5A | 88 | 5 | 22 | 0 | 2F | 123 | 14 | 2C |
| Octal | 201 | 132 | 210 | 5 | 42 | 0 | 57 | 443 | 24 | 54 |
| Binary | 10000001 | 1011010 | 10001000 | 101 | 100010 | 0 | 101111 | 100100011 | 10100 | 101100 |
Color Harmonies of #815A88
Complementary color
Monochromatic Colors of #815A88
Black with #815A88
Text Example
Text Example
White with #815A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A88; }
p { color: rgb(129,90,136); }
H1.HeaderClassName
{
color: #815A88;
}
.AnyTagClassName
{
color: #815A88;
}
</style>
background-color css
<style>
a { background-color: #815A88; }
a { background-color: rgb(129,90,136); }
div.DivClassName
{
background-color: #815A88;
}
.BgClassName
{
background-color: #815A88;
}
</style>
border-color css
<style>
span { border-color: #815A88; }
span { border-color: rgb(129,90,136); }
td.TdClassName
{
border-color: #815A88;
}
.TagClassName
{
border-color: #815A88;
}
</style>