Shades of Trendy Pink #866090
Tints of Trendy Pink #866090
RGB
CMYK
RGB Variations
Color information
#866090 (or 0x866090) is known color: Trendy Pink. HEX triplet: 86, 60 and 90. RGB value is (134,96,144). Sum of RGB (Red+Green+Blue) = 134+96+144=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #866090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866090 is #799F6F. Grayscale: #707070. Windows color (decimal): -7970672 or 9461894. OLE color: 9461894.
HSL color Cylindrical-coordinate representation of color #866090: hue angle of 287.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #866090 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 96 | 144 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.44 |
| HSL | 287.5º | 0.2% | 0.47% | - |
| HSV(B) | 287.5º | 0.33% | 0.56% | - |
| XYZ | 19.05 | 15.45 | 28.36 | - |
| YUV | 112.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 144 | 0.07 | 0.33 | 0 | 0.44 | 287.5 | 0.2 | 0.47 |
| Hex | 86 | 60 | 90 | 7 | 21 | 0 | 2C | 120 | 14 | 2F |
| Octal | 206 | 140 | 220 | 7 | 41 | 0 | 54 | 440 | 24 | 57 |
| Binary | 10000110 | 1100000 | 10010000 | 111 | 100001 | 0 | 101100 | 100100000 | 10100 | 101111 |
Color Harmonies of #866090
Complementary color
Monochromatic Colors of #866090
Black with #866090
Text Example
Text Example
White with #866090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866090; }
p { color: rgb(134,96,144); }
H1.HeaderClassName
{
color: #866090;
}
.AnyTagClassName
{
color: #866090;
}
</style>
background-color css
<style>
a { background-color: #866090; }
a { background-color: rgb(134,96,144); }
div.DivClassName
{
background-color: #866090;
}
.BgClassName
{
background-color: #866090;
}
</style>
border-color css
<style>
span { border-color: #866090; }
span { border-color: rgb(134,96,144); }
td.TdClassName
{
border-color: #866090;
}
.TagClassName
{
border-color: #866090;
}
</style>