Shades of Trendy Pink #964D85
Tints of Trendy Pink #964D85
RGB
CMYK
RGB Variations
Color information
#964D85 (or 0x964D85) is known color: Trendy Pink. HEX triplet: 96, 4D and 85. RGB value is (150,77,133). Sum of RGB (Red+Green+Blue) = 150+77+133=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #964D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D85 is #69B27A. Grayscale: #696969. Windows color (decimal): -6926971 or 8736150. OLE color: 8736150.
HSL color Cylindrical-coordinate representation of color #964D85: hue angle of 313.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D85 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 133 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.41 |
| HSL | 313.97º | 0.32% | 0.45% | - |
| HSV(B) | 313.97º | 0.49% | 0.59% | - |
| XYZ | 19.47 | 13.49 | 23.77 | - |
| YUV | 105.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 133 | 0 | 0.49 | 0.11 | 0.41 | 313.97 | 0.32 | 0.45 |
| Hex | 96 | 4D | 85 | 0 | 31 | B | 29 | 13A | 20 | 2D |
| Octal | 226 | 115 | 205 | 0 | 61 | 13 | 51 | 472 | 40 | 55 |
| Binary | 10010110 | 1001101 | 10000101 | 0 | 110001 | 1011 | 101001 | 100111010 | 100000 | 101101 |
Color Harmonies of #964D85
Complementary color
Monochromatic Colors of #964D85
Black with #964D85
Text Example
Text Example
White with #964D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D85; }
p { color: rgb(150,77,133); }
H1.HeaderClassName
{
color: #964D85;
}
.AnyTagClassName
{
color: #964D85;
}
</style>
background-color css
<style>
a { background-color: #964D85; }
a { background-color: rgb(150,77,133); }
div.DivClassName
{
background-color: #964D85;
}
.BgClassName
{
background-color: #964D85;
}
</style>
border-color css
<style>
span { border-color: #964D85; }
span { border-color: rgb(150,77,133); }
td.TdClassName
{
border-color: #964D85;
}
.TagClassName
{
border-color: #964D85;
}
</style>