Shades of Trendy Pink #964485
Tints of Trendy Pink #964485
RGB
CMYK
RGB Variations
Color information
#964485 (or 0x964485) is known color: Trendy Pink. HEX triplet: 96, 44 and 85. RGB value is (150,68,133). Sum of RGB (Red+Green+Blue) = 150+68+133=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964485 is #69BB7A. Grayscale: #636363. Windows color (decimal): -6929275 or 8733846. OLE color: 8733846.
HSL color Cylindrical-coordinate representation of color #964485: hue angle of 312.44º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964485 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 133 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.41 |
| HSL | 312.44º | 0.38% | 0.43% | - |
| HSV(B) | 312.44º | 0.55% | 0.59% | - |
| XYZ | 18.88 | 12.31 | 23.57 | - |
| YUV | 99.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 133 | 0 | 0.55 | 0.11 | 0.41 | 312.44 | 0.38 | 0.43 |
| Hex | 96 | 44 | 85 | 0 | 37 | B | 29 | 138 | 26 | 2B |
| Octal | 226 | 104 | 205 | 0 | 67 | 13 | 51 | 470 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10000101 | 0 | 110111 | 1011 | 101001 | 100111000 | 100110 | 101011 |
Color Harmonies of #964485
Complementary color
Monochromatic Colors of #964485
Black with #964485
Text Example
Text Example
White with #964485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964485; }
p { color: rgb(150,68,133); }
H1.HeaderClassName
{
color: #964485;
}
.AnyTagClassName
{
color: #964485;
}
</style>
background-color css
<style>
a { background-color: #964485; }
a { background-color: rgb(150,68,133); }
div.DivClassName
{
background-color: #964485;
}
.BgClassName
{
background-color: #964485;
}
</style>
border-color css
<style>
span { border-color: #964485; }
span { border-color: rgb(150,68,133); }
td.TdClassName
{
border-color: #964485;
}
.TagClassName
{
border-color: #964485;
}
</style>