Shades of Trendy Pink #954886
Tints of Trendy Pink #954886
RGB
CMYK
RGB Variations
Color information
#954886 (or 0x954886) is known color: Trendy Pink. HEX triplet: 95, 48 and 86. RGB value is (149,72,134). Sum of RGB (Red+Green+Blue) = 149+72+134=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #954886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954886 is #6AB779. Grayscale: #656565. Windows color (decimal): -6993786 or 8800405. OLE color: 8800405.
HSL color Cylindrical-coordinate representation of color #954886: hue angle of 311.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954886 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 134 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.42 |
| HSL | 311.69º | 0.35% | 0.43% | - |
| HSV(B) | 311.69º | 0.52% | 0.58% | - |
| XYZ | 19.01 | 12.75 | 24.01 | - |
| YUV | 102.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 134 | 0 | 0.52 | 0.10 | 0.42 | 311.69 | 0.35 | 0.43 |
| Hex | 95 | 48 | 86 | 0 | 34 | A | 2A | 138 | 23 | 2B |
| Octal | 225 | 110 | 206 | 0 | 64 | 12 | 52 | 470 | 43 | 53 |
| Binary | 10010101 | 1001000 | 10000110 | 0 | 110100 | 1010 | 101010 | 100111000 | 100011 | 101011 |
Color Harmonies of #954886
Complementary color
Monochromatic Colors of #954886
Black with #954886
Text Example
Text Example
White with #954886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954886; }
p { color: rgb(149,72,134); }
H1.HeaderClassName
{
color: #954886;
}
.AnyTagClassName
{
color: #954886;
}
</style>
background-color css
<style>
a { background-color: #954886; }
a { background-color: rgb(149,72,134); }
div.DivClassName
{
background-color: #954886;
}
.BgClassName
{
background-color: #954886;
}
</style>
border-color css
<style>
span { border-color: #954886; }
span { border-color: rgb(149,72,134); }
td.TdClassName
{
border-color: #954886;
}
.TagClassName
{
border-color: #954886;
}
</style>