Shades of Trendy Pink #95578A
Tints of Trendy Pink #95578A
RGB
CMYK
RGB Variations
Color information
#95578A (or 0x95578A) is known color: Trendy Pink. HEX triplet: 95, 57 and 8A. RGB value is (149,87,138). Sum of RGB (Red+Green+Blue) = 149+87+138=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95578A is #6AA875. Grayscale: #6F6F6F. Windows color (decimal): -6989942 or 9066389. OLE color: 9066389.
HSL color Cylindrical-coordinate representation of color #95578A: hue angle of 310.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95578A is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 138 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.42 |
| HSL | 310.65º | 0.26% | 0.46% | - |
| HSV(B) | 310.65º | 0.42% | 0.58% | - |
| XYZ | 20.39 | 15.04 | 25.87 | - |
| YUV | 111.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 138 | 0 | 0.42 | 0.07 | 0.42 | 310.65 | 0.26 | 0.46 |
| Hex | 95 | 57 | 8A | 0 | 2A | 7 | 2A | 137 | 1A | 2E |
| Octal | 225 | 127 | 212 | 0 | 52 | 7 | 52 | 467 | 32 | 56 |
| Binary | 10010101 | 1010111 | 10001010 | 0 | 101010 | 111 | 101010 | 100110111 | 11010 | 101110 |
Color Harmonies of #95578A
Complementary color
Monochromatic Colors of #95578A
Black with #95578A
Text Example
Text Example
White with #95578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95578A; }
p { color: rgb(149,87,138); }
H1.HeaderClassName
{
color: #95578A;
}
.AnyTagClassName
{
color: #95578A;
}
</style>
background-color css
<style>
a { background-color: #95578A; }
a { background-color: rgb(149,87,138); }
div.DivClassName
{
background-color: #95578A;
}
.BgClassName
{
background-color: #95578A;
}
</style>
border-color css
<style>
span { border-color: #95578A; }
span { border-color: rgb(149,87,138); }
td.TdClassName
{
border-color: #95578A;
}
.TagClassName
{
border-color: #95578A;
}
</style>