Shades of Trendy Pink #964386
Tints of Trendy Pink #964386
RGB
CMYK
RGB Variations
Color information
#964386 (or 0x964386) is known color: Trendy Pink. HEX triplet: 96, 43 and 86. RGB value is (150,67,134). Sum of RGB (Red+Green+Blue) = 150+67+134=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #964386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964386 is #69BC79. Grayscale: #636363. Windows color (decimal): -6929530 or 8799126. OLE color: 8799126.
HSL color Cylindrical-coordinate representation of color #964386: hue angle of 311.57º 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 #964386 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 134 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.41 |
| HSL | 311.57º | 0.38% | 0.43% | - |
| HSV(B) | 311.57º | 0.55% | 0.59% | - |
| XYZ | 18.89 | 12.22 | 23.92 | - |
| YUV | 99.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 134 | 0 | 0.55 | 0.11 | 0.41 | 311.57 | 0.38 | 0.43 |
| Hex | 96 | 43 | 86 | 0 | 37 | B | 29 | 138 | 26 | 2B |
| Octal | 226 | 103 | 206 | 0 | 67 | 13 | 51 | 470 | 46 | 53 |
| Binary | 10010110 | 1000011 | 10000110 | 0 | 110111 | 1011 | 101001 | 100111000 | 100110 | 101011 |
Color Harmonies of #964386
Complementary color
Monochromatic Colors of #964386
Black with #964386
Text Example
Text Example
White with #964386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964386; }
p { color: rgb(150,67,134); }
H1.HeaderClassName
{
color: #964386;
}
.AnyTagClassName
{
color: #964386;
}
</style>
background-color css
<style>
a { background-color: #964386; }
a { background-color: rgb(150,67,134); }
div.DivClassName
{
background-color: #964386;
}
.BgClassName
{
background-color: #964386;
}
</style>
border-color css
<style>
span { border-color: #964386; }
span { border-color: rgb(150,67,134); }
td.TdClassName
{
border-color: #964386;
}
.TagClassName
{
border-color: #964386;
}
</style>