Shades of Trendy Pink #964589
Tints of Trendy Pink #964589
RGB
CMYK
RGB Variations
Color information
#964589 (or 0x964589) is known color: Trendy Pink. HEX triplet: 96, 45 and 89. RGB value is (150,69,137). Sum of RGB (Red+Green+Blue) = 150+69+137=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #964589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964589 is #69BA76. Grayscale: #646464. Windows color (decimal): -6929015 or 8996246. OLE color: 8996246.
HSL color Cylindrical-coordinate representation of color #964589: hue angle of 309.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964589 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 137 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.41 |
| HSL | 309.63º | 0.37% | 0.43% | - |
| HSV(B) | 309.63º | 0.54% | 0.59% | - |
| XYZ | 19.22 | 12.55 | 25.08 | - |
| YUV | 100.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 137 | 0 | 0.54 | 0.09 | 0.41 | 309.63 | 0.37 | 0.43 |
| Hex | 96 | 45 | 89 | 0 | 36 | 9 | 29 | 136 | 25 | 2B |
| Octal | 226 | 105 | 211 | 0 | 66 | 11 | 51 | 466 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10001001 | 0 | 110110 | 1001 | 101001 | 100110110 | 100101 | 101011 |
Color Harmonies of #964589
Complementary color
Monochromatic Colors of #964589
Black with #964589
Text Example
Text Example
White with #964589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964589; }
p { color: rgb(150,69,137); }
H1.HeaderClassName
{
color: #964589;
}
.AnyTagClassName
{
color: #964589;
}
</style>
background-color css
<style>
a { background-color: #964589; }
a { background-color: rgb(150,69,137); }
div.DivClassName
{
background-color: #964589;
}
.BgClassName
{
background-color: #964589;
}
</style>
border-color css
<style>
span { border-color: #964589; }
span { border-color: rgb(150,69,137); }
td.TdClassName
{
border-color: #964589;
}
.TagClassName
{
border-color: #964589;
}
</style>