Shades of Trendy Pink #964686
Tints of Trendy Pink #964686
RGB
CMYK
RGB Variations
Color information
#964686 (or 0x964686) is known color: Trendy Pink. HEX triplet: 96, 46 and 86. RGB value is (150,70,134). Sum of RGB (Red+Green+Blue) = 150+70+134=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #964686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964686 is #69B979. Grayscale: #656565. Windows color (decimal): -6928762 or 8799894. OLE color: 8799894.
HSL color Cylindrical-coordinate representation of color #964686: hue angle of 312º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964686 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 134 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.41 |
| HSL | 312º | 0.36% | 0.43% | - |
| HSV(B) | 312º | 0.53% | 0.59% | - |
| XYZ | 19.07 | 12.59 | 23.98 | - |
| YUV | 101.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 134 | 0 | 0.53 | 0.11 | 0.41 | 312 | 0.36 | 0.43 |
| Hex | 96 | 46 | 86 | 0 | 35 | B | 29 | 138 | 24 | 2B |
| Octal | 226 | 106 | 206 | 0 | 65 | 13 | 51 | 470 | 44 | 53 |
| Binary | 10010110 | 1000110 | 10000110 | 0 | 110101 | 1011 | 101001 | 100111000 | 100100 | 101011 |
Color Harmonies of #964686
Complementary color
Monochromatic Colors of #964686
Black with #964686
Text Example
Text Example
White with #964686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964686; }
p { color: rgb(150,70,134); }
H1.HeaderClassName
{
color: #964686;
}
.AnyTagClassName
{
color: #964686;
}
</style>
background-color css
<style>
a { background-color: #964686; }
a { background-color: rgb(150,70,134); }
div.DivClassName
{
background-color: #964686;
}
.BgClassName
{
background-color: #964686;
}
</style>
border-color css
<style>
span { border-color: #964686; }
span { border-color: rgb(150,70,134); }
td.TdClassName
{
border-color: #964686;
}
.TagClassName
{
border-color: #964686;
}
</style>