Shades of Trendy Pink #964385
Tints of Trendy Pink #964385
RGB
CMYK
RGB Variations
Color information
#964385 (or 0x964385) is known color: Trendy Pink. HEX triplet: 96, 43 and 85. RGB value is (150,67,133). Sum of RGB (Red+Green+Blue) = 150+67+133=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964385 is #69BC7A. Grayscale: #636363. Windows color (decimal): -6929531 or 8733590. OLE color: 8733590.
HSL color Cylindrical-coordinate representation of color #964385: hue angle of 312.29º 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 #964385 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 133 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.41 |
| HSL | 312.29º | 0.38% | 0.43% | - |
| HSV(B) | 312.29º | 0.55% | 0.59% | - |
| XYZ | 18.82 | 12.19 | 23.55 | - |
| YUV | 99.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 133 | 0 | 0.55 | 0.11 | 0.41 | 312.29 | 0.38 | 0.43 |
| Hex | 96 | 43 | 85 | 0 | 37 | B | 29 | 138 | 26 | 2B |
| Octal | 226 | 103 | 205 | 0 | 67 | 13 | 51 | 470 | 46 | 53 |
| Binary | 10010110 | 1000011 | 10000101 | 0 | 110111 | 1011 | 101001 | 100111000 | 100110 | 101011 |
Color Harmonies of #964385
Complementary color
Monochromatic Colors of #964385
Black with #964385
Text Example
Text Example
White with #964385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964385; }
p { color: rgb(150,67,133); }
H1.HeaderClassName
{
color: #964385;
}
.AnyTagClassName
{
color: #964385;
}
</style>
background-color css
<style>
a { background-color: #964385; }
a { background-color: rgb(150,67,133); }
div.DivClassName
{
background-color: #964385;
}
.BgClassName
{
background-color: #964385;
}
</style>
border-color css
<style>
span { border-color: #964385; }
span { border-color: rgb(150,67,133); }
td.TdClassName
{
border-color: #964385;
}
.TagClassName
{
border-color: #964385;
}
</style>