Shades of Lipstick #942E6C
Tints of Lipstick #942E6C
RGB
CMYK
RGB Variations
Color information
#942E6C (or 0x942E6C) is known color: Lipstick. HEX triplet: 94, 2E and 6C. RGB value is (148,46,108). Sum of RGB (Red+Green+Blue) = 148+46+108=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #942E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E6C is #6BD193. Grayscale: #535353. Windows color (decimal): -7066004 or 7089812. OLE color: 7089812.
HSL color Cylindrical-coordinate representation of color #942E6C: hue angle of 323.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E6C is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 108 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.42 |
| HSL | 323.53º | 0.53% | 0.38% | - |
| HSV(B) | 323.53º | 0.69% | 0.58% | - |
| XYZ | 15.9 | 9.33 | 15.15 | - |
| YUV | 83.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 108 | 0 | 0.69 | 0.27 | 0.42 | 323.53 | 0.53 | 0.38 |
| Hex | 94 | 2E | 6C | 0 | 45 | 1B | 2A | 144 | 35 | 26 |
| Octal | 224 | 56 | 154 | 0 | 105 | 33 | 52 | 504 | 65 | 46 |
| Binary | 10010100 | 101110 | 1101100 | 0 | 1000101 | 11011 | 101010 | 101000100 | 110101 | 100110 |
Color Harmonies of #942E6C
Complementary color
Monochromatic Colors of #942E6C
Black with #942E6C
Text Example
Text Example
White with #942E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E6C; }
p { color: rgb(148,46,108); }
H1.HeaderClassName
{
color: #942E6C;
}
.AnyTagClassName
{
color: #942E6C;
}
</style>
background-color css
<style>
a { background-color: #942E6C; }
a { background-color: rgb(148,46,108); }
div.DivClassName
{
background-color: #942E6C;
}
.BgClassName
{
background-color: #942E6C;
}
</style>
border-color css
<style>
span { border-color: #942E6C; }
span { border-color: rgb(148,46,108); }
td.TdClassName
{
border-color: #942E6C;
}
.TagClassName
{
border-color: #942E6C;
}
</style>