Shades of Trendy Pink #965388
Tints of Trendy Pink #965388
RGB
CMYK
RGB Variations
Color information
#965388 (or 0x965388) is known color: Trendy Pink. HEX triplet: 96, 53 and 88. RGB value is (150,83,136). Sum of RGB (Red+Green+Blue) = 150+83+136=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #965388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965388 is #69AC77. Grayscale: #6C6C6C. Windows color (decimal): -6925432 or 8934294. OLE color: 8934294.
HSL color Cylindrical-coordinate representation of color #965388: hue angle of 312.54º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965388 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 136 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.41 |
| HSL | 312.54º | 0.29% | 0.46% | - |
| HSV(B) | 312.54º | 0.45% | 0.59% | - |
| XYZ | 20.11 | 14.45 | 25.02 | - |
| YUV | 109.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 136 | 0 | 0.45 | 0.09 | 0.41 | 312.54 | 0.29 | 0.46 |
| Hex | 96 | 53 | 88 | 0 | 2D | 9 | 29 | 139 | 1D | 2E |
| Octal | 226 | 123 | 210 | 0 | 55 | 11 | 51 | 471 | 35 | 56 |
| Binary | 10010110 | 1010011 | 10001000 | 0 | 101101 | 1001 | 101001 | 100111001 | 11101 | 101110 |
Color Harmonies of #965388
Complementary color
Monochromatic Colors of #965388
Black with #965388
Text Example
Text Example
White with #965388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965388; }
p { color: rgb(150,83,136); }
H1.HeaderClassName
{
color: #965388;
}
.AnyTagClassName
{
color: #965388;
}
</style>
background-color css
<style>
a { background-color: #965388; }
a { background-color: rgb(150,83,136); }
div.DivClassName
{
background-color: #965388;
}
.BgClassName
{
background-color: #965388;
}
</style>
border-color css
<style>
span { border-color: #965388; }
span { border-color: rgb(150,83,136); }
td.TdClassName
{
border-color: #965388;
}
.TagClassName
{
border-color: #965388;
}
</style>