Shades of Trendy Pink #816388
Tints of Trendy Pink #816388
RGB
CMYK
RGB Variations
Color information
#816388 (or 0x816388) is known color: Trendy Pink. HEX triplet: 81, 63 and 88. RGB value is (129,99,136). Sum of RGB (Red+Green+Blue) = 129+99+136=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #816388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816388 is #7E9C77. Grayscale: #707070. Windows color (decimal): -8297592 or 8938369. OLE color: 8938369.
HSL color Cylindrical-coordinate representation of color #816388: hue angle of 288.65º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816388 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 99 | 136 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.47 |
| HSL | 288.65º | 0.16% | 0.46% | - |
| HSV(B) | 288.65º | 0.27% | 0.53% | - |
| XYZ | 17.96 | 15.37 | 25.31 | - |
| YUV | 112.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 136 | 0.05 | 0.27 | 0 | 0.47 | 288.65 | 0.16 | 0.46 |
| Hex | 81 | 63 | 88 | 5 | 1B | 0 | 2F | 121 | 10 | 2E |
| Octal | 201 | 143 | 210 | 5 | 33 | 0 | 57 | 441 | 20 | 56 |
| Binary | 10000001 | 1100011 | 10001000 | 101 | 11011 | 0 | 101111 | 100100001 | 10000 | 101110 |
Color Harmonies of #816388
Complementary color
Monochromatic Colors of #816388
Black with #816388
Text Example
Text Example
White with #816388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816388; }
p { color: rgb(129,99,136); }
H1.HeaderClassName
{
color: #816388;
}
.AnyTagClassName
{
color: #816388;
}
</style>
background-color css
<style>
a { background-color: #816388; }
a { background-color: rgb(129,99,136); }
div.DivClassName
{
background-color: #816388;
}
.BgClassName
{
background-color: #816388;
}
</style>
border-color css
<style>
span { border-color: #816388; }
span { border-color: rgb(129,99,136); }
td.TdClassName
{
border-color: #816388;
}
.TagClassName
{
border-color: #816388;
}
</style>