Shades of Trendy Pink #865388
Tints of Trendy Pink #865388
RGB
CMYK
RGB Variations
Color information
#865388 (or 0x865388) is known color: Trendy Pink. HEX triplet: 86, 53 and 88. RGB value is (134,83,136). Sum of RGB (Red+Green+Blue) = 134+83+136=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #865388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865388 is #79AC77. Grayscale: #686868. Windows color (decimal): -7974008 or 8934278. OLE color: 8934278.
HSL color Cylindrical-coordinate representation of color #865388: hue angle of 297.74º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865388 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 136 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.47 |
| HSL | 297.74º | 0.24% | 0.43% | - |
| HSV(B) | 297.74º | 0.39% | 0.53% | - |
| XYZ | 17.37 | 13.03 | 24.89 | - |
| YUV | 104.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 136 | 0.01 | 0.39 | 0 | 0.47 | 297.74 | 0.24 | 0.43 |
| Hex | 86 | 53 | 88 | 1 | 27 | 0 | 2F | 12A | 18 | 2B |
| Octal | 206 | 123 | 210 | 1 | 47 | 0 | 57 | 452 | 30 | 53 |
| Binary | 10000110 | 1010011 | 10001000 | 1 | 100111 | 0 | 101111 | 100101010 | 11000 | 101011 |
Color Harmonies of #865388
Complementary color
Monochromatic Colors of #865388
Black with #865388
Text Example
Text Example
White with #865388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865388; }
p { color: rgb(134,83,136); }
H1.HeaderClassName
{
color: #865388;
}
.AnyTagClassName
{
color: #865388;
}
</style>
background-color css
<style>
a { background-color: #865388; }
a { background-color: rgb(134,83,136); }
div.DivClassName
{
background-color: #865388;
}
.BgClassName
{
background-color: #865388;
}
</style>
border-color css
<style>
span { border-color: #865388; }
span { border-color: rgb(134,83,136); }
td.TdClassName
{
border-color: #865388;
}
.TagClassName
{
border-color: #865388;
}
</style>