Shades of Trendy Pink #94478C
Tints of Trendy Pink #94478C
RGB
CMYK
RGB Variations
Color information
#94478C (or 0x94478C) is known color: Trendy Pink. HEX triplet: 94, 47 and 8C. RGB value is (148,71,140). Sum of RGB (Red+Green+Blue) = 148+71+140=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94478C is #6BB873. Grayscale: #656565. Windows color (decimal): -7059572 or 9193364. OLE color: 9193364.
HSL color Cylindrical-coordinate representation of color #94478C: hue angle of 306.23º 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 #94478C is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 140 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.42 |
| HSL | 306.23º | 0.35% | 0.43% | - |
| HSV(B) | 306.23º | 0.52% | 0.58% | - |
| XYZ | 19.2 | 12.7 | 26.25 | - |
| YUV | 101.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 140 | 0 | 0.52 | 0.05 | 0.42 | 306.23 | 0.35 | 0.43 |
| Hex | 94 | 47 | 8C | 0 | 34 | 5 | 2A | 132 | 23 | 2B |
| Octal | 224 | 107 | 214 | 0 | 64 | 5 | 52 | 462 | 43 | 53 |
| Binary | 10010100 | 1000111 | 10001100 | 0 | 110100 | 101 | 101010 | 100110010 | 100011 | 101011 |
Color Harmonies of #94478C
Complementary color
Monochromatic Colors of #94478C
Black with #94478C
Text Example
Text Example
White with #94478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94478C; }
p { color: rgb(148,71,140); }
H1.HeaderClassName
{
color: #94478C;
}
.AnyTagClassName
{
color: #94478C;
}
</style>
background-color css
<style>
a { background-color: #94478C; }
a { background-color: rgb(148,71,140); }
div.DivClassName
{
background-color: #94478C;
}
.BgClassName
{
background-color: #94478C;
}
</style>
border-color css
<style>
span { border-color: #94478C; }
span { border-color: rgb(148,71,140); }
td.TdClassName
{
border-color: #94478C;
}
.TagClassName
{
border-color: #94478C;
}
</style>