Shades of Trendy Pink #954580
Tints of Trendy Pink #954580
RGB
CMYK
RGB Variations
Color information
#954580 (or 0x954580) is known color: Trendy Pink. HEX triplet: 95, 45 and 80. RGB value is (149,69,128). Sum of RGB (Red+Green+Blue) = 149+69+128=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #954580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954580 is #6ABA7F. Grayscale: #636363. Windows color (decimal): -6994560 or 8406421. OLE color: 8406421.
HSL color Cylindrical-coordinate representation of color #954580: hue angle of 315.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954580 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 128 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.42 |
| HSL | 315.75º | 0.37% | 0.43% | - |
| HSV(B) | 315.75º | 0.54% | 0.58% | - |
| XYZ | 18.42 | 12.2 | 21.81 | - |
| YUV | 99.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 128 | 0 | 0.54 | 0.14 | 0.42 | 315.75 | 0.37 | 0.43 |
| Hex | 95 | 45 | 80 | 0 | 36 | E | 2A | 13C | 25 | 2B |
| Octal | 225 | 105 | 200 | 0 | 66 | 16 | 52 | 474 | 45 | 53 |
| Binary | 10010101 | 1000101 | 10000000 | 0 | 110110 | 1110 | 101010 | 100111100 | 100101 | 101011 |
Color Harmonies of #954580
Complementary color
Monochromatic Colors of #954580
Black with #954580
Text Example
Text Example
White with #954580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954580; }
p { color: rgb(149,69,128); }
H1.HeaderClassName
{
color: #954580;
}
.AnyTagClassName
{
color: #954580;
}
</style>
background-color css
<style>
a { background-color: #954580; }
a { background-color: rgb(149,69,128); }
div.DivClassName
{
background-color: #954580;
}
.BgClassName
{
background-color: #954580;
}
</style>
border-color css
<style>
span { border-color: #954580; }
span { border-color: rgb(149,69,128); }
td.TdClassName
{
border-color: #954580;
}
.TagClassName
{
border-color: #954580;
}
</style>