Shades of Trendy Pink #954A85
Tints of Trendy Pink #954A85
RGB
CMYK
RGB Variations
Color information
#954A85 (or 0x954A85) is known color: Trendy Pink. HEX triplet: 95, 4A and 85. RGB value is (149,74,133). Sum of RGB (Red+Green+Blue) = 149+74+133=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #954A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A85 is #6AB57A. Grayscale: #666666. Windows color (decimal): -6993275 or 8735381. OLE color: 8735381.
HSL color Cylindrical-coordinate representation of color #954A85: hue angle of 312.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A85 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 133 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.42 |
| HSL | 312.8º | 0.34% | 0.44% | - |
| HSV(B) | 312.8º | 0.5% | 0.58% | - |
| XYZ | 19.08 | 12.98 | 23.69 | - |
| YUV | 103.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 133 | 0 | 0.50 | 0.11 | 0.42 | 312.8 | 0.34 | 0.44 |
| Hex | 95 | 4A | 85 | 0 | 32 | B | 2A | 139 | 22 | 2C |
| Octal | 225 | 112 | 205 | 0 | 62 | 13 | 52 | 471 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10000101 | 0 | 110010 | 1011 | 101010 | 100111001 | 100010 | 101100 |
Color Harmonies of #954A85
Complementary color
Monochromatic Colors of #954A85
Black with #954A85
Text Example
Text Example
White with #954A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A85; }
p { color: rgb(149,74,133); }
H1.HeaderClassName
{
color: #954A85;
}
.AnyTagClassName
{
color: #954A85;
}
</style>
background-color css
<style>
a { background-color: #954A85; }
a { background-color: rgb(149,74,133); }
div.DivClassName
{
background-color: #954A85;
}
.BgClassName
{
background-color: #954A85;
}
</style>
border-color css
<style>
span { border-color: #954A85; }
span { border-color: rgb(149,74,133); }
td.TdClassName
{
border-color: #954A85;
}
.TagClassName
{
border-color: #954A85;
}
</style>