Shades of Trendy Pink #954780
Tints of Trendy Pink #954780
RGB
CMYK
RGB Variations
Color information
#954780 (or 0x954780) is known color: Trendy Pink. HEX triplet: 95, 47 and 80. RGB value is (149,71,128). Sum of RGB (Red+Green+Blue) = 149+71+128=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954780 is #6AB87F. Grayscale: #646464. Windows color (decimal): -6994048 or 8406933. OLE color: 8406933.
HSL color Cylindrical-coordinate representation of color #954780: hue angle of 316.15º 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 #954780 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 71 | 128 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.42 |
| HSL | 316.15º | 0.35% | 0.43% | - |
| HSV(B) | 316.15º | 0.52% | 0.58% | - |
| XYZ | 18.54 | 12.45 | 21.85 | - |
| YUV | 100.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 71 | 128 | 0 | 0.52 | 0.14 | 0.42 | 316.15 | 0.35 | 0.43 |
| Hex | 95 | 47 | 80 | 0 | 34 | E | 2A | 13C | 23 | 2B |
| Octal | 225 | 107 | 200 | 0 | 64 | 16 | 52 | 474 | 43 | 53 |
| Binary | 10010101 | 1000111 | 10000000 | 0 | 110100 | 1110 | 101010 | 100111100 | 100011 | 101011 |
Color Harmonies of #954780
Complementary color
Monochromatic Colors of #954780
Black with #954780
Text Example
Text Example
White with #954780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954780; }
p { color: rgb(149,71,128); }
H1.HeaderClassName
{
color: #954780;
}
.AnyTagClassName
{
color: #954780;
}
</style>
background-color css
<style>
a { background-color: #954780; }
a { background-color: rgb(149,71,128); }
div.DivClassName
{
background-color: #954780;
}
.BgClassName
{
background-color: #954780;
}
</style>
border-color css
<style>
span { border-color: #954780; }
span { border-color: rgb(149,71,128); }
td.TdClassName
{
border-color: #954780;
}
.TagClassName
{
border-color: #954780;
}
</style>