Shades of Trendy Pink #964A83
Tints of Trendy Pink #964A83
RGB
CMYK
RGB Variations
Color information
#964A83 (or 0x964A83) is known color: Trendy Pink. HEX triplet: 96, 4A and 83. RGB value is (150,74,131). Sum of RGB (Red+Green+Blue) = 150+74+131=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #964A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A83 is #69B57C. Grayscale: #676767. Windows color (decimal): -6927741 or 8604310. OLE color: 8604310.
HSL color Cylindrical-coordinate representation of color #964A83: hue angle of 315º 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 #964A83 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 131 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.41 |
| HSL | 315º | 0.34% | 0.44% | - |
| HSV(B) | 315º | 0.51% | 0.59% | - |
| XYZ | 19.12 | 13.02 | 22.98 | - |
| YUV | 103.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 131 | 0 | 0.51 | 0.13 | 0.41 | 315 | 0.34 | 0.44 |
| Hex | 96 | 4A | 83 | 0 | 33 | D | 29 | 13B | 22 | 2C |
| Octal | 226 | 112 | 203 | 0 | 63 | 15 | 51 | 473 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10000011 | 0 | 110011 | 1101 | 101001 | 100111011 | 100010 | 101100 |
Color Harmonies of #964A83
Complementary color
Monochromatic Colors of #964A83
Black with #964A83
Text Example
Text Example
White with #964A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A83; }
p { color: rgb(150,74,131); }
H1.HeaderClassName
{
color: #964A83;
}
.AnyTagClassName
{
color: #964A83;
}
</style>
background-color css
<style>
a { background-color: #964A83; }
a { background-color: rgb(150,74,131); }
div.DivClassName
{
background-color: #964A83;
}
.BgClassName
{
background-color: #964A83;
}
</style>
border-color css
<style>
span { border-color: #964A83; }
span { border-color: rgb(150,74,131); }
td.TdClassName
{
border-color: #964A83;
}
.TagClassName
{
border-color: #964A83;
}
</style>