Shades of Trendy Pink #964484
Tints of Trendy Pink #964484
RGB
CMYK
RGB Variations
Color information
#964484 (or 0x964484) is known color: Trendy Pink. HEX triplet: 96, 44 and 84. RGB value is (150,68,132). Sum of RGB (Red+Green+Blue) = 150+68+132=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964484 is #69BB7B. Grayscale: #636363. Windows color (decimal): -6929276 or 8668310. OLE color: 8668310.
HSL color Cylindrical-coordinate representation of color #964484: hue angle of 313.17º 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 #964484 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 132 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.41 |
| HSL | 313.17º | 0.38% | 0.43% | - |
| HSV(B) | 313.17º | 0.55% | 0.59% | - |
| XYZ | 18.81 | 12.28 | 23.21 | - |
| YUV | 99.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 132 | 0 | 0.55 | 0.12 | 0.41 | 313.17 | 0.38 | 0.43 |
| Hex | 96 | 44 | 84 | 0 | 37 | C | 29 | 139 | 26 | 2B |
| Octal | 226 | 104 | 204 | 0 | 67 | 14 | 51 | 471 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10000100 | 0 | 110111 | 1100 | 101001 | 100111001 | 100110 | 101011 |
Color Harmonies of #964484
Complementary color
Monochromatic Colors of #964484
Black with #964484
Text Example
Text Example
White with #964484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964484; }
p { color: rgb(150,68,132); }
H1.HeaderClassName
{
color: #964484;
}
.AnyTagClassName
{
color: #964484;
}
</style>
background-color css
<style>
a { background-color: #964484; }
a { background-color: rgb(150,68,132); }
div.DivClassName
{
background-color: #964484;
}
.BgClassName
{
background-color: #964484;
}
</style>
border-color css
<style>
span { border-color: #964484; }
span { border-color: rgb(150,68,132); }
td.TdClassName
{
border-color: #964484;
}
.TagClassName
{
border-color: #964484;
}
</style>