Shades of Trendy Pink #964A88
Tints of Trendy Pink #964A88
RGB
CMYK
RGB Variations
Color information
#964A88 (or 0x964A88) is known color: Trendy Pink. HEX triplet: 96, 4A and 88. RGB value is (150,74,136). Sum of RGB (Red+Green+Blue) = 150+74+136=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #964A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A88 is #69B577. Grayscale: #676767. Windows color (decimal): -6927736 or 8931990. OLE color: 8931990.
HSL color Cylindrical-coordinate representation of color #964A88: hue angle of 311.05º 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 #964A88 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 136 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.41 |
| HSL | 311.05º | 0.34% | 0.44% | - |
| HSV(B) | 311.05º | 0.51% | 0.59% | - |
| XYZ | 19.47 | 13.16 | 24.81 | - |
| YUV | 103.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 136 | 0 | 0.51 | 0.09 | 0.41 | 311.05 | 0.34 | 0.44 |
| Hex | 96 | 4A | 88 | 0 | 33 | 9 | 29 | 137 | 22 | 2C |
| Octal | 226 | 112 | 210 | 0 | 63 | 11 | 51 | 467 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10001000 | 0 | 110011 | 1001 | 101001 | 100110111 | 100010 | 101100 |
Color Harmonies of #964A88
Complementary color
Monochromatic Colors of #964A88
Black with #964A88
Text Example
Text Example
White with #964A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A88; }
p { color: rgb(150,74,136); }
H1.HeaderClassName
{
color: #964A88;
}
.AnyTagClassName
{
color: #964A88;
}
</style>
background-color css
<style>
a { background-color: #964A88; }
a { background-color: rgb(150,74,136); }
div.DivClassName
{
background-color: #964A88;
}
.BgClassName
{
background-color: #964A88;
}
</style>
border-color css
<style>
span { border-color: #964A88; }
span { border-color: rgb(150,74,136); }
td.TdClassName
{
border-color: #964A88;
}
.TagClassName
{
border-color: #964A88;
}
</style>