Shades of Trendy Pink #964584
Tints of Trendy Pink #964584
RGB
CMYK
RGB Variations
Color information
#964584 (or 0x964584) is known color: Trendy Pink. HEX triplet: 96, 45 and 84. RGB value is (150,69,132). Sum of RGB (Red+Green+Blue) = 150+69+132=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964584 is #69BA7B. Grayscale: #646464. Windows color (decimal): -6929020 or 8668566. OLE color: 8668566.
HSL color Cylindrical-coordinate representation of color #964584: hue angle of 313.33º 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 #964584 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 132 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.41 |
| HSL | 313.33º | 0.37% | 0.43% | - |
| HSV(B) | 313.33º | 0.54% | 0.59% | - |
| XYZ | 18.87 | 12.41 | 23.23 | - |
| YUV | 100.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 132 | 0 | 0.54 | 0.12 | 0.41 | 313.33 | 0.37 | 0.43 |
| Hex | 96 | 45 | 84 | 0 | 36 | C | 29 | 139 | 25 | 2B |
| Octal | 226 | 105 | 204 | 0 | 66 | 14 | 51 | 471 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10000100 | 0 | 110110 | 1100 | 101001 | 100111001 | 100101 | 101011 |
Color Harmonies of #964584
Complementary color
Monochromatic Colors of #964584
Black with #964584
Text Example
Text Example
White with #964584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964584; }
p { color: rgb(150,69,132); }
H1.HeaderClassName
{
color: #964584;
}
.AnyTagClassName
{
color: #964584;
}
</style>
background-color css
<style>
a { background-color: #964584; }
a { background-color: rgb(150,69,132); }
div.DivClassName
{
background-color: #964584;
}
.BgClassName
{
background-color: #964584;
}
</style>
border-color css
<style>
span { border-color: #964584; }
span { border-color: rgb(150,69,132); }
td.TdClassName
{
border-color: #964584;
}
.TagClassName
{
border-color: #964584;
}
</style>