Shades of Trendy Pink #865F90
Tints of Trendy Pink #865F90
RGB
CMYK
RGB Variations
Color information
#865F90 (or 0x865F90) is known color: Trendy Pink. HEX triplet: 86, 5F and 90. RGB value is (134,95,144). Sum of RGB (Red+Green+Blue) = 134+95+144=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #865F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F90 is #79A06F. Grayscale: #707070. Windows color (decimal): -7970928 or 9461638. OLE color: 9461638.
HSL color Cylindrical-coordinate representation of color #865F90: hue angle of 287.76º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865F90 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 95 | 144 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.44 |
| HSL | 287.76º | 0.21% | 0.47% | - |
| HSV(B) | 287.76º | 0.34% | 0.56% | - |
| XYZ | 18.96 | 15.27 | 28.33 | - |
| YUV | 112.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 144 | 0.07 | 0.34 | 0 | 0.44 | 287.76 | 0.21 | 0.47 |
| Hex | 86 | 5F | 90 | 7 | 22 | 0 | 2C | 120 | 15 | 2F |
| Octal | 206 | 137 | 220 | 7 | 42 | 0 | 54 | 440 | 25 | 57 |
| Binary | 10000110 | 1011111 | 10010000 | 111 | 100010 | 0 | 101100 | 100100000 | 10101 | 101111 |
Color Harmonies of #865F90
Complementary color
Monochromatic Colors of #865F90
Black with #865F90
Text Example
Text Example
White with #865F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F90; }
p { color: rgb(134,95,144); }
H1.HeaderClassName
{
color: #865F90;
}
.AnyTagClassName
{
color: #865F90;
}
</style>
background-color css
<style>
a { background-color: #865F90; }
a { background-color: rgb(134,95,144); }
div.DivClassName
{
background-color: #865F90;
}
.BgClassName
{
background-color: #865F90;
}
</style>
border-color css
<style>
span { border-color: #865F90; }
span { border-color: rgb(134,95,144); }
td.TdClassName
{
border-color: #865F90;
}
.TagClassName
{
border-color: #865F90;
}
</style>