Shades of Trendy Pink #944388
Tints of Trendy Pink #944388
RGB
CMYK
RGB Variations
Color information
#944388 (or 0x944388) is known color: Trendy Pink. HEX triplet: 94, 43 and 88. RGB value is (148,67,136). Sum of RGB (Red+Green+Blue) = 148+67+136=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #944388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944388 is #6BBC77. Grayscale: #626262. Windows color (decimal): -7060600 or 8930196. OLE color: 8930196.
HSL color Cylindrical-coordinate representation of color #944388: hue angle of 308.89º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944388 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 136 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.42 |
| HSL | 308.89º | 0.38% | 0.42% | - |
| HSV(B) | 308.89º | 0.55% | 0.58% | - |
| XYZ | 18.66 | 12.09 | 24.64 | - |
| YUV | 99.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 136 | 0 | 0.55 | 0.08 | 0.42 | 308.89 | 0.38 | 0.42 |
| Hex | 94 | 43 | 88 | 0 | 37 | 8 | 2A | 135 | 26 | 2A |
| Octal | 224 | 103 | 210 | 0 | 67 | 10 | 52 | 465 | 46 | 52 |
| Binary | 10010100 | 1000011 | 10001000 | 0 | 110111 | 1000 | 101010 | 100110101 | 100110 | 101010 |
Color Harmonies of #944388
Complementary color
Monochromatic Colors of #944388
Black with #944388
Text Example
Text Example
White with #944388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944388; }
p { color: rgb(148,67,136); }
H1.HeaderClassName
{
color: #944388;
}
.AnyTagClassName
{
color: #944388;
}
</style>
background-color css
<style>
a { background-color: #944388; }
a { background-color: rgb(148,67,136); }
div.DivClassName
{
background-color: #944388;
}
.BgClassName
{
background-color: #944388;
}
</style>
border-color css
<style>
span { border-color: #944388; }
span { border-color: rgb(148,67,136); }
td.TdClassName
{
border-color: #944388;
}
.TagClassName
{
border-color: #944388;
}
</style>