Shades of Trendy Pink #964B85
Tints of Trendy Pink #964B85
RGB
CMYK
RGB Variations
Color information
#964B85 (or 0x964B85) is known color: Trendy Pink. HEX triplet: 96, 4B and 85. RGB value is (150,75,133). Sum of RGB (Red+Green+Blue) = 150+75+133=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #964B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B85 is #69B47A. Grayscale: #676767. Windows color (decimal): -6927483 or 8735638. OLE color: 8735638.
HSL color Cylindrical-coordinate representation of color #964B85: hue angle of 313.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B85 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 133 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.41 |
| HSL | 313.6º | 0.33% | 0.44% | - |
| HSV(B) | 313.6º | 0.5% | 0.59% | - |
| XYZ | 19.33 | 13.21 | 23.72 | - |
| YUV | 104.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 133 | 0 | 0.5 | 0.11 | 0.41 | 313.6 | 0.33 | 0.44 |
| Hex | 96 | 4B | 85 | 0 | 32 | B | 29 | 13A | 21 | 2C |
| Octal | 226 | 113 | 205 | 0 | 62 | 13 | 51 | 472 | 41 | 54 |
| Binary | 10010110 | 1001011 | 10000101 | 0 | 110010 | 1011 | 101001 | 100111010 | 100001 | 101100 |
Color Harmonies of #964B85
Complementary color
Monochromatic Colors of #964B85
Black with #964B85
Text Example
Text Example
White with #964B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B85; }
p { color: rgb(150,75,133); }
H1.HeaderClassName
{
color: #964B85;
}
.AnyTagClassName
{
color: #964B85;
}
</style>
background-color css
<style>
a { background-color: #964B85; }
a { background-color: rgb(150,75,133); }
div.DivClassName
{
background-color: #964B85;
}
.BgClassName
{
background-color: #964B85;
}
</style>
border-color css
<style>
span { border-color: #964B85; }
span { border-color: rgb(150,75,133); }
td.TdClassName
{
border-color: #964B85;
}
.TagClassName
{
border-color: #964B85;
}
</style>