Shades of Trendy Pink #964A85
Tints of Trendy Pink #964A85
RGB
CMYK
RGB Variations
Color information
#964A85 (or 0x964A85) is known color: Trendy Pink. HEX triplet: 96, 4A and 85. RGB value is (150,74,133). Sum of RGB (Red+Green+Blue) = 150+74+133=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #964A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A85 is #69B57A. Grayscale: #676767. Windows color (decimal): -6927739 or 8735382. OLE color: 8735382.
HSL color Cylindrical-coordinate representation of color #964A85: hue angle of 313.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A85 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 133 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.41 |
| HSL | 313.42º | 0.34% | 0.44% | - |
| HSV(B) | 313.42º | 0.51% | 0.59% | - |
| XYZ | 19.26 | 13.08 | 23.7 | - |
| YUV | 103.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 133 | 0 | 0.51 | 0.11 | 0.41 | 313.42 | 0.34 | 0.44 |
| Hex | 96 | 4A | 85 | 0 | 33 | B | 29 | 139 | 22 | 2C |
| Octal | 226 | 112 | 205 | 0 | 63 | 13 | 51 | 471 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10000101 | 0 | 110011 | 1011 | 101001 | 100111001 | 100010 | 101100 |
Color Harmonies of #964A85
Complementary color
Monochromatic Colors of #964A85
Black with #964A85
Text Example
Text Example
White with #964A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A85; }
p { color: rgb(150,74,133); }
H1.HeaderClassName
{
color: #964A85;
}
.AnyTagClassName
{
color: #964A85;
}
</style>
background-color css
<style>
a { background-color: #964A85; }
a { background-color: rgb(150,74,133); }
div.DivClassName
{
background-color: #964A85;
}
.BgClassName
{
background-color: #964A85;
}
</style>
border-color css
<style>
span { border-color: #964A85; }
span { border-color: rgb(150,74,133); }
td.TdClassName
{
border-color: #964A85;
}
.TagClassName
{
border-color: #964A85;
}
</style>