Shades of Trendy Pink #964884
Tints of Trendy Pink #964884
RGB
CMYK
RGB Variations
Color information
#964884 (or 0x964884) is known color: Trendy Pink. HEX triplet: 96, 48 and 84. RGB value is (150,72,132). Sum of RGB (Red+Green+Blue) = 150+72+132=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #964884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964884 is #69B77B. Grayscale: #656565. Windows color (decimal): -6928252 or 8669334. OLE color: 8669334.
HSL color Cylindrical-coordinate representation of color #964884: hue angle of 313.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964884 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 132 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.41 |
| HSL | 313.85º | 0.35% | 0.44% | - |
| HSV(B) | 313.85º | 0.52% | 0.59% | - |
| XYZ | 19.06 | 12.78 | 23.29 | - |
| YUV | 102.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 132 | 0 | 0.52 | 0.12 | 0.41 | 313.85 | 0.35 | 0.44 |
| Hex | 96 | 48 | 84 | 0 | 34 | C | 29 | 13A | 23 | 2C |
| Octal | 226 | 110 | 204 | 0 | 64 | 14 | 51 | 472 | 43 | 54 |
| Binary | 10010110 | 1001000 | 10000100 | 0 | 110100 | 1100 | 101001 | 100111010 | 100011 | 101100 |
Color Harmonies of #964884
Complementary color
Monochromatic Colors of #964884
Black with #964884
Text Example
Text Example
White with #964884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964884; }
p { color: rgb(150,72,132); }
H1.HeaderClassName
{
color: #964884;
}
.AnyTagClassName
{
color: #964884;
}
</style>
background-color css
<style>
a { background-color: #964884; }
a { background-color: rgb(150,72,132); }
div.DivClassName
{
background-color: #964884;
}
.BgClassName
{
background-color: #964884;
}
</style>
border-color css
<style>
span { border-color: #964884; }
span { border-color: rgb(150,72,132); }
td.TdClassName
{
border-color: #964884;
}
.TagClassName
{
border-color: #964884;
}
</style>