Shades of Trendy Pink #94468B
Tints of Trendy Pink #94468B
RGB
CMYK
RGB Variations
Color information
#94468B (or 0x94468B) is known color: Trendy Pink. HEX triplet: 94, 46 and 8B. RGB value is (148,70,139). Sum of RGB (Red+Green+Blue) = 148+70+139=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94468B is #6BB974. Grayscale: #646464. Windows color (decimal): -7059829 or 9127572. OLE color: 9127572.
HSL color Cylindrical-coordinate representation of color #94468B: hue angle of 306.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94468B is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 139 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.42 |
| HSL | 306.92º | 0.36% | 0.43% | - |
| HSV(B) | 306.92º | 0.53% | 0.58% | - |
| XYZ | 19.06 | 12.54 | 25.84 | - |
| YUV | 101.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 139 | 0 | 0.53 | 0.06 | 0.42 | 306.92 | 0.36 | 0.43 |
| Hex | 94 | 46 | 8B | 0 | 35 | 6 | 2A | 133 | 24 | 2B |
| Octal | 224 | 106 | 213 | 0 | 65 | 6 | 52 | 463 | 44 | 53 |
| Binary | 10010100 | 1000110 | 10001011 | 0 | 110101 | 110 | 101010 | 100110011 | 100100 | 101011 |
Color Harmonies of #94468B
Complementary color
Monochromatic Colors of #94468B
Black with #94468B
Text Example
Text Example
White with #94468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94468B; }
p { color: rgb(148,70,139); }
H1.HeaderClassName
{
color: #94468B;
}
.AnyTagClassName
{
color: #94468B;
}
</style>
background-color css
<style>
a { background-color: #94468B; }
a { background-color: rgb(148,70,139); }
div.DivClassName
{
background-color: #94468B;
}
.BgClassName
{
background-color: #94468B;
}
</style>
border-color css
<style>
span { border-color: #94468B; }
span { border-color: rgb(148,70,139); }
td.TdClassName
{
border-color: #94468B;
}
.TagClassName
{
border-color: #94468B;
}
</style>