Shades of Trendy Pink #964C87
Tints of Trendy Pink #964C87
RGB
CMYK
RGB Variations
Color information
#964C87 (or 0x964C87) is known color: Trendy Pink. HEX triplet: 96, 4C and 87. RGB value is (150,76,135). Sum of RGB (Red+Green+Blue) = 150+76+135=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #964C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C87 is #69B378. Grayscale: #686868. Windows color (decimal): -6927225 or 8866966. OLE color: 8866966.
HSL color Cylindrical-coordinate representation of color #964C87: hue angle of 312.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C87 is Cyan = 0, Magento = 0.49, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 135 | - |
| CMYK | 0 | 0.49 | 0.1 | 0.41 |
| HSL | 312.16º | 0.33% | 0.44% | - |
| HSV(B) | 312.16º | 0.49% | 0.59% | - |
| XYZ | 19.54 | 13.4 | 24.48 | - |
| YUV | 104.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 135 | 0 | 0.49 | 0.1 | 0.41 | 312.16 | 0.33 | 0.44 |
| Hex | 96 | 4C | 87 | 0 | 31 | A | 29 | 138 | 21 | 2C |
| Octal | 226 | 114 | 207 | 0 | 61 | 12 | 51 | 470 | 41 | 54 |
| Binary | 10010110 | 1001100 | 10000111 | 0 | 110001 | 1010 | 101001 | 100111000 | 100001 | 101100 |
Color Harmonies of #964C87
Complementary color
Monochromatic Colors of #964C87
Black with #964C87
Text Example
Text Example
White with #964C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C87; }
p { color: rgb(150,76,135); }
H1.HeaderClassName
{
color: #964C87;
}
.AnyTagClassName
{
color: #964C87;
}
</style>
background-color css
<style>
a { background-color: #964C87; }
a { background-color: rgb(150,76,135); }
div.DivClassName
{
background-color: #964C87;
}
.BgClassName
{
background-color: #964C87;
}
</style>
border-color css
<style>
span { border-color: #964C87; }
span { border-color: rgb(150,76,135); }
td.TdClassName
{
border-color: #964C87;
}
.TagClassName
{
border-color: #964C87;
}
</style>