Shades of Trendy Pink #955689
Tints of Trendy Pink #955689
RGB
CMYK
RGB Variations
Color information
#955689 (or 0x955689) is known color: Trendy Pink. HEX triplet: 95, 56 and 89. RGB value is (149,86,137). Sum of RGB (Red+Green+Blue) = 149+86+137=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955689 is #6AA976. Grayscale: #6E6E6E. Windows color (decimal): -6990199 or 9000597. OLE color: 9000597.
HSL color Cylindrical-coordinate representation of color #955689: hue angle of 311.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955689 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 137 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.42 |
| HSL | 311.43º | 0.27% | 0.46% | - |
| HSV(B) | 311.43º | 0.42% | 0.58% | - |
| XYZ | 20.24 | 14.85 | 25.47 | - |
| YUV | 110.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 137 | 0 | 0.42 | 0.08 | 0.42 | 311.43 | 0.27 | 0.46 |
| Hex | 95 | 56 | 89 | 0 | 2A | 8 | 2A | 137 | 1B | 2E |
| Octal | 225 | 126 | 211 | 0 | 52 | 10 | 52 | 467 | 33 | 56 |
| Binary | 10010101 | 1010110 | 10001001 | 0 | 101010 | 1000 | 101010 | 100110111 | 11011 | 101110 |
Color Harmonies of #955689
Complementary color
Monochromatic Colors of #955689
Black with #955689
Text Example
Text Example
White with #955689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955689; }
p { color: rgb(149,86,137); }
H1.HeaderClassName
{
color: #955689;
}
.AnyTagClassName
{
color: #955689;
}
</style>
background-color css
<style>
a { background-color: #955689; }
a { background-color: rgb(149,86,137); }
div.DivClassName
{
background-color: #955689;
}
.BgClassName
{
background-color: #955689;
}
</style>
border-color css
<style>
span { border-color: #955689; }
span { border-color: rgb(149,86,137); }
td.TdClassName
{
border-color: #955689;
}
.TagClassName
{
border-color: #955689;
}
</style>