Shades of Trendy Pink #955187
Tints of Trendy Pink #955187
RGB
CMYK
RGB Variations
Color information
#955187 (or 0x955187) is known color: Trendy Pink. HEX triplet: 95, 51 and 87. RGB value is (149,81,135). Sum of RGB (Red+Green+Blue) = 149+81+135=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955187 is #6AAE78. Grayscale: #6B6B6B. Windows color (decimal): -6991481 or 8868245. OLE color: 8868245.
HSL color Cylindrical-coordinate representation of color #955187: hue angle of 312.35º 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 #955187 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 135 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.42 |
| HSL | 312.35º | 0.3% | 0.45% | - |
| HSV(B) | 312.35º | 0.46% | 0.58% | - |
| XYZ | 19.71 | 14.02 | 24.59 | - |
| YUV | 107.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 135 | 0 | 0.46 | 0.09 | 0.42 | 312.35 | 0.3 | 0.45 |
| Hex | 95 | 51 | 87 | 0 | 2E | 9 | 2A | 138 | 1E | 2D |
| Octal | 225 | 121 | 207 | 0 | 56 | 11 | 52 | 470 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10000111 | 0 | 101110 | 1001 | 101010 | 100111000 | 11110 | 101101 |
Color Harmonies of #955187
Complementary color
Monochromatic Colors of #955187
Black with #955187
Text Example
Text Example
White with #955187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955187; }
p { color: rgb(149,81,135); }
H1.HeaderClassName
{
color: #955187;
}
.AnyTagClassName
{
color: #955187;
}
</style>
background-color css
<style>
a { background-color: #955187; }
a { background-color: rgb(149,81,135); }
div.DivClassName
{
background-color: #955187;
}
.BgClassName
{
background-color: #955187;
}
</style>
border-color css
<style>
span { border-color: #955187; }
span { border-color: rgb(149,81,135); }
td.TdClassName
{
border-color: #955187;
}
.TagClassName
{
border-color: #955187;
}
</style>