Shades of Trendy Pink #964987
Tints of Trendy Pink #964987
RGB
CMYK
RGB Variations
Color information
#964987 (or 0x964987) is known color: Trendy Pink. HEX triplet: 96, 49 and 87. RGB value is (150,73,135). Sum of RGB (Red+Green+Blue) = 150+73+135=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #964987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964987 is #69B678. Grayscale: #666666. Windows color (decimal): -6927993 or 8866198. OLE color: 8866198.
HSL color Cylindrical-coordinate representation of color #964987: hue angle of 311.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964987 is Cyan = 0, Magento = 0.51, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 135 | - |
| CMYK | 0 | 0.51 | 0.1 | 0.41 |
| HSL | 311.69º | 0.35% | 0.44% | - |
| HSV(B) | 311.69º | 0.51% | 0.59% | - |
| XYZ | 19.33 | 13 | 24.41 | - |
| YUV | 103.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 135 | 0 | 0.51 | 0.1 | 0.41 | 311.69 | 0.35 | 0.44 |
| Hex | 96 | 49 | 87 | 0 | 33 | A | 29 | 138 | 23 | 2C |
| Octal | 226 | 111 | 207 | 0 | 63 | 12 | 51 | 470 | 43 | 54 |
| Binary | 10010110 | 1001001 | 10000111 | 0 | 110011 | 1010 | 101001 | 100111000 | 100011 | 101100 |
Color Harmonies of #964987
Complementary color
Monochromatic Colors of #964987
Black with #964987
Text Example
Text Example
White with #964987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964987; }
p { color: rgb(150,73,135); }
H1.HeaderClassName
{
color: #964987;
}
.AnyTagClassName
{
color: #964987;
}
</style>
background-color css
<style>
a { background-color: #964987; }
a { background-color: rgb(150,73,135); }
div.DivClassName
{
background-color: #964987;
}
.BgClassName
{
background-color: #964987;
}
</style>
border-color css
<style>
span { border-color: #964987; }
span { border-color: rgb(150,73,135); }
td.TdClassName
{
border-color: #964987;
}
.TagClassName
{
border-color: #964987;
}
</style>