Shades of Trendy Pink #865385
Tints of Trendy Pink #865385
RGB
CMYK
RGB Variations
Color information
#865385 (or 0x865385) is known color: Trendy Pink. HEX triplet: 86, 53 and 85. RGB value is (134,83,133). Sum of RGB (Red+Green+Blue) = 134+83+133=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #865385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865385 is #79AC7A. Grayscale: #676767. Windows color (decimal): -7974011 or 8737670. OLE color: 8737670.
HSL color Cylindrical-coordinate representation of color #865385: hue angle of 301.18º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865385 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 133 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.47 |
| HSL | 301.18º | 0.24% | 0.43% | - |
| HSV(B) | 301.18º | 0.38% | 0.53% | - |
| XYZ | 17.16 | 12.95 | 23.79 | - |
| YUV | 103.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 133 | 0 | 0.38 | 0.01 | 0.47 | 301.18 | 0.24 | 0.43 |
| Hex | 86 | 53 | 85 | 0 | 26 | 1 | 2F | 12D | 18 | 2B |
| Octal | 206 | 123 | 205 | 0 | 46 | 1 | 57 | 455 | 30 | 53 |
| Binary | 10000110 | 1010011 | 10000101 | 0 | 100110 | 1 | 101111 | 100101101 | 11000 | 101011 |
Color Harmonies of #865385
Complementary color
Monochromatic Colors of #865385
Black with #865385
Text Example
Text Example
White with #865385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865385; }
p { color: rgb(134,83,133); }
H1.HeaderClassName
{
color: #865385;
}
.AnyTagClassName
{
color: #865385;
}
</style>
background-color css
<style>
a { background-color: #865385; }
a { background-color: rgb(134,83,133); }
div.DivClassName
{
background-color: #865385;
}
.BgClassName
{
background-color: #865385;
}
</style>
border-color css
<style>
span { border-color: #865385; }
span { border-color: rgb(134,83,133); }
td.TdClassName
{
border-color: #865385;
}
.TagClassName
{
border-color: #865385;
}
</style>