Shades of Trendy Pink #94558A
Tints of Trendy Pink #94558A
RGB
CMYK
RGB Variations
Color information
#94558A (or 0x94558A) is known color: Trendy Pink. HEX triplet: 94, 55 and 8A. RGB value is (148,85,138). Sum of RGB (Red+Green+Blue) = 148+85+138=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #94558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94558A is #6BAA75. Grayscale: #6D6D6D. Windows color (decimal): -7055990 or 9065876. OLE color: 9065876.
HSL color Cylindrical-coordinate representation of color #94558A: hue angle of 309.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94558A is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 138 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.42 |
| HSL | 309.52º | 0.27% | 0.46% | - |
| HSV(B) | 309.52º | 0.43% | 0.58% | - |
| XYZ | 20.05 | 14.63 | 25.81 | - |
| YUV | 109.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 138 | 0 | 0.43 | 0.07 | 0.42 | 309.52 | 0.27 | 0.46 |
| Hex | 94 | 55 | 8A | 0 | 2B | 7 | 2A | 136 | 1B | 2E |
| Octal | 224 | 125 | 212 | 0 | 53 | 7 | 52 | 466 | 33 | 56 |
| Binary | 10010100 | 1010101 | 10001010 | 0 | 101011 | 111 | 101010 | 100110110 | 11011 | 101110 |
Color Harmonies of #94558A
Complementary color
Monochromatic Colors of #94558A
Black with #94558A
Text Example
Text Example
White with #94558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94558A; }
p { color: rgb(148,85,138); }
H1.HeaderClassName
{
color: #94558A;
}
.AnyTagClassName
{
color: #94558A;
}
</style>
background-color css
<style>
a { background-color: #94558A; }
a { background-color: rgb(148,85,138); }
div.DivClassName
{
background-color: #94558A;
}
.BgClassName
{
background-color: #94558A;
}
</style>
border-color css
<style>
span { border-color: #94558A; }
span { border-color: rgb(148,85,138); }
td.TdClassName
{
border-color: #94558A;
}
.TagClassName
{
border-color: #94558A;
}
</style>