Shades of Trendy Pink #955186
Tints of Trendy Pink #955186
RGB
CMYK
RGB Variations
Color information
#955186 (or 0x955186) is known color: Trendy Pink. HEX triplet: 95, 51 and 86. RGB value is (149,81,134). Sum of RGB (Red+Green+Blue) = 149+81+134=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955186 is #6AAE79. Grayscale: #6B6B6B. Windows color (decimal): -6991482 or 8802709. OLE color: 8802709.
HSL color Cylindrical-coordinate representation of color #955186: hue angle of 313.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955186 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 134 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.42 |
| HSL | 313.24º | 0.3% | 0.45% | - |
| HSV(B) | 313.24º | 0.46% | 0.58% | - |
| XYZ | 19.64 | 14 | 24.22 | - |
| YUV | 107.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 134 | 0 | 0.46 | 0.10 | 0.42 | 313.24 | 0.3 | 0.45 |
| Hex | 95 | 51 | 86 | 0 | 2E | A | 2A | 139 | 1E | 2D |
| Octal | 225 | 121 | 206 | 0 | 56 | 12 | 52 | 471 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10000110 | 0 | 101110 | 1010 | 101010 | 100111001 | 11110 | 101101 |
Color Harmonies of #955186
Complementary color
Monochromatic Colors of #955186
Black with #955186
Text Example
Text Example
White with #955186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955186; }
p { color: rgb(149,81,134); }
H1.HeaderClassName
{
color: #955186;
}
.AnyTagClassName
{
color: #955186;
}
</style>
background-color css
<style>
a { background-color: #955186; }
a { background-color: rgb(149,81,134); }
div.DivClassName
{
background-color: #955186;
}
.BgClassName
{
background-color: #955186;
}
</style>
border-color css
<style>
span { border-color: #955186; }
span { border-color: rgb(149,81,134); }
td.TdClassName
{
border-color: #955186;
}
.TagClassName
{
border-color: #955186;
}
</style>