Shades of Trendy Pink #964482
Tints of Trendy Pink #964482
RGB
CMYK
RGB Variations
Color information
#964482 (or 0x964482) is known color: Trendy Pink. HEX triplet: 96, 44 and 82. RGB value is (150,68,130). Sum of RGB (Red+Green+Blue) = 150+68+130=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #964482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964482 is #69BB7D. Grayscale: #636363. Windows color (decimal): -6929278 or 8537238. OLE color: 8537238.
HSL color Cylindrical-coordinate representation of color #964482: hue angle of 314.63º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964482 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 130 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.41 |
| HSL | 314.63º | 0.38% | 0.43% | - |
| HSV(B) | 314.63º | 0.55% | 0.59% | - |
| XYZ | 18.67 | 12.23 | 22.5 | - |
| YUV | 99.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 130 | 0 | 0.55 | 0.13 | 0.41 | 314.63 | 0.38 | 0.43 |
| Hex | 96 | 44 | 82 | 0 | 37 | D | 29 | 13B | 26 | 2B |
| Octal | 226 | 104 | 202 | 0 | 67 | 15 | 51 | 473 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10000010 | 0 | 110111 | 1101 | 101001 | 100111011 | 100110 | 101011 |
Color Harmonies of #964482
Complementary color
Monochromatic Colors of #964482
Black with #964482
Text Example
Text Example
White with #964482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964482; }
p { color: rgb(150,68,130); }
H1.HeaderClassName
{
color: #964482;
}
.AnyTagClassName
{
color: #964482;
}
</style>
background-color css
<style>
a { background-color: #964482; }
a { background-color: rgb(150,68,130); }
div.DivClassName
{
background-color: #964482;
}
.BgClassName
{
background-color: #964482;
}
</style>
border-color css
<style>
span { border-color: #964482; }
span { border-color: rgb(150,68,130); }
td.TdClassName
{
border-color: #964482;
}
.TagClassName
{
border-color: #964482;
}
</style>