Shades of Trendy Pink #954D8A
Tints of Trendy Pink #954D8A
RGB
CMYK
RGB Variations
Color information
#954D8A (or 0x954D8A) is known color: Trendy Pink. HEX triplet: 95, 4D and 8A. RGB value is (149,77,138). Sum of RGB (Red+Green+Blue) = 149+77+138=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #954D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D8A is #6AB275. Grayscale: #696969. Windows color (decimal): -6992502 or 9063829. OLE color: 9063829.
HSL color Cylindrical-coordinate representation of color #954D8A: hue angle of 309.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D8A is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 138 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.42 |
| HSL | 309.17º | 0.32% | 0.44% | - |
| HSV(B) | 309.17º | 0.48% | 0.58% | - |
| XYZ | 19.64 | 13.53 | 25.62 | - |
| YUV | 105.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 138 | 0 | 0.48 | 0.07 | 0.42 | 309.17 | 0.32 | 0.44 |
| Hex | 95 | 4D | 8A | 0 | 30 | 7 | 2A | 135 | 20 | 2C |
| Octal | 225 | 115 | 212 | 0 | 60 | 7 | 52 | 465 | 40 | 54 |
| Binary | 10010101 | 1001101 | 10001010 | 0 | 110000 | 111 | 101010 | 100110101 | 100000 | 101100 |
Color Harmonies of #954D8A
Complementary color
Monochromatic Colors of #954D8A
Black with #954D8A
Text Example
Text Example
White with #954D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D8A; }
p { color: rgb(149,77,138); }
H1.HeaderClassName
{
color: #954D8A;
}
.AnyTagClassName
{
color: #954D8A;
}
</style>
background-color css
<style>
a { background-color: #954D8A; }
a { background-color: rgb(149,77,138); }
div.DivClassName
{
background-color: #954D8A;
}
.BgClassName
{
background-color: #954D8A;
}
</style>
border-color css
<style>
span { border-color: #954D8A; }
span { border-color: rgb(149,77,138); }
td.TdClassName
{
border-color: #954D8A;
}
.TagClassName
{
border-color: #954D8A;
}
</style>