Shades of Trendy Pink #964483
Tints of Trendy Pink #964483
RGB
CMYK
RGB Variations
Color information
#964483 (or 0x964483) is known color: Trendy Pink. HEX triplet: 96, 44 and 83. RGB value is (150,68,131). Sum of RGB (Red+Green+Blue) = 150+68+131=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #964483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964483 is #69BB7C. Grayscale: #636363. Windows color (decimal): -6929277 or 8602774. OLE color: 8602774.
HSL color Cylindrical-coordinate representation of color #964483: hue angle of 313.9º 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 #964483 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 131 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.41 |
| HSL | 313.9º | 0.38% | 0.43% | - |
| HSV(B) | 313.9º | 0.55% | 0.59% | - |
| XYZ | 18.74 | 12.26 | 22.85 | - |
| YUV | 99.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 131 | 0 | 0.55 | 0.13 | 0.41 | 313.9 | 0.38 | 0.43 |
| Hex | 96 | 44 | 83 | 0 | 37 | D | 29 | 13A | 26 | 2B |
| Octal | 226 | 104 | 203 | 0 | 67 | 15 | 51 | 472 | 46 | 53 |
| Binary | 10010110 | 1000100 | 10000011 | 0 | 110111 | 1101 | 101001 | 100111010 | 100110 | 101011 |
Color Harmonies of #964483
Complementary color
Monochromatic Colors of #964483
Black with #964483
Text Example
Text Example
White with #964483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964483; }
p { color: rgb(150,68,131); }
H1.HeaderClassName
{
color: #964483;
}
.AnyTagClassName
{
color: #964483;
}
</style>
background-color css
<style>
a { background-color: #964483; }
a { background-color: rgb(150,68,131); }
div.DivClassName
{
background-color: #964483;
}
.BgClassName
{
background-color: #964483;
}
</style>
border-color css
<style>
span { border-color: #964483; }
span { border-color: rgb(150,68,131); }
td.TdClassName
{
border-color: #964483;
}
.TagClassName
{
border-color: #964483;
}
</style>