Shades of Trendy Pink #816188
Tints of Trendy Pink #816188
RGB
CMYK
RGB Variations
Color information
#816188 (or 0x816188) is known color: Trendy Pink. HEX triplet: 81, 61 and 88. RGB value is (129,97,136). Sum of RGB (Red+Green+Blue) = 129+97+136=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 136 - color contains mainly: blue. Hex color #816188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816188 is #7E9E77. Grayscale: #6E6E6E. Windows color (decimal): -8298104 or 8937857. OLE color: 8937857.
HSL color Cylindrical-coordinate representation of color #816188: hue angle of 289.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816188 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 97 | 136 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.47 |
| HSL | 289.23º | 0.17% | 0.46% | - |
| HSV(B) | 289.23º | 0.29% | 0.53% | - |
| XYZ | 17.77 | 14.99 | 25.25 | - |
| YUV | 111.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 136 | 0.05 | 0.29 | 0 | 0.47 | 289.23 | 0.17 | 0.46 |
| Hex | 81 | 61 | 88 | 5 | 1D | 0 | 2F | 121 | 11 | 2E |
| Octal | 201 | 141 | 210 | 5 | 35 | 0 | 57 | 441 | 21 | 56 |
| Binary | 10000001 | 1100001 | 10001000 | 101 | 11101 | 0 | 101111 | 100100001 | 10001 | 101110 |
Color Harmonies of #816188
Complementary color
Monochromatic Colors of #816188
Black with #816188
Text Example
Text Example
White with #816188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816188; }
p { color: rgb(129,97,136); }
H1.HeaderClassName
{
color: #816188;
}
.AnyTagClassName
{
color: #816188;
}
</style>
background-color css
<style>
a { background-color: #816188; }
a { background-color: rgb(129,97,136); }
div.DivClassName
{
background-color: #816188;
}
.BgClassName
{
background-color: #816188;
}
</style>
border-color css
<style>
span { border-color: #816188; }
span { border-color: rgb(129,97,136); }
td.TdClassName
{
border-color: #816188;
}
.TagClassName
{
border-color: #816188;
}
</style>