Shades of Trendy Pink #865380
Tints of Trendy Pink #865380
RGB
CMYK
RGB Variations
Color information
#865380 (or 0x865380) is known color: Trendy Pink. HEX triplet: 86, 53 and 80. RGB value is (134,83,128). Sum of RGB (Red+Green+Blue) = 134+83+128=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #865380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865380 is #79AC7F. Grayscale: #676767. Windows color (decimal): -7974016 or 8409990. OLE color: 8409990.
HSL color Cylindrical-coordinate representation of color #865380: hue angle of 307.06º 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 #865380 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 128 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.47 |
| HSL | 307.06º | 0.24% | 0.43% | - |
| HSV(B) | 307.06º | 0.38% | 0.53% | - |
| XYZ | 16.82 | 12.81 | 22.01 | - |
| YUV | 103.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 128 | 0 | 0.38 | 0.04 | 0.47 | 307.06 | 0.24 | 0.43 |
| Hex | 86 | 53 | 80 | 0 | 26 | 4 | 2F | 133 | 18 | 2B |
| Octal | 206 | 123 | 200 | 0 | 46 | 4 | 57 | 463 | 30 | 53 |
| Binary | 10000110 | 1010011 | 10000000 | 0 | 100110 | 100 | 101111 | 100110011 | 11000 | 101011 |
Color Harmonies of #865380
Complementary color
Monochromatic Colors of #865380
Black with #865380
Text Example
Text Example
White with #865380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865380; }
p { color: rgb(134,83,128); }
H1.HeaderClassName
{
color: #865380;
}
.AnyTagClassName
{
color: #865380;
}
</style>
background-color css
<style>
a { background-color: #865380; }
a { background-color: rgb(134,83,128); }
div.DivClassName
{
background-color: #865380;
}
.BgClassName
{
background-color: #865380;
}
</style>
border-color css
<style>
span { border-color: #865380; }
span { border-color: rgb(134,83,128); }
td.TdClassName
{
border-color: #865380;
}
.TagClassName
{
border-color: #865380;
}
</style>