Shades of Lipstick #942E6B
Tints of Lipstick #942E6B
RGB
CMYK
RGB Variations
Color information
#942E6B (or 0x942E6B) is known color: Lipstick. HEX triplet: 94, 2E and 6B. RGB value is (148,46,107). Sum of RGB (Red+Green+Blue) = 148+46+107=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E6B is #6BD194. Grayscale: #535353. Windows color (decimal): -7066005 or 7024276. OLE color: 7024276.
HSL color Cylindrical-coordinate representation of color #942E6B: hue angle of 324.12º 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 #942E6B is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 46 | 107 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.42 |
| HSL | 324.12º | 0.53% | 0.38% | - |
| HSV(B) | 324.12º | 0.69% | 0.58% | - |
| XYZ | 15.84 | 9.31 | 14.87 | - |
| YUV | 83.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 107 | 0 | 0.69 | 0.28 | 0.42 | 324.12 | 0.53 | 0.38 |
| Hex | 94 | 2E | 6B | 0 | 45 | 1C | 2A | 144 | 35 | 26 |
| Octal | 224 | 56 | 153 | 0 | 105 | 34 | 52 | 504 | 65 | 46 |
| Binary | 10010100 | 101110 | 1101011 | 0 | 1000101 | 11100 | 101010 | 101000100 | 110101 | 100110 |
Color Harmonies of #942E6B
Complementary color
Monochromatic Colors of #942E6B
Black with #942E6B
Text Example
Text Example
White with #942E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942E6B; }
p { color: rgb(148,46,107); }
H1.HeaderClassName
{
color: #942E6B;
}
.AnyTagClassName
{
color: #942E6B;
}
</style>
background-color css
<style>
a { background-color: #942E6B; }
a { background-color: rgb(148,46,107); }
div.DivClassName
{
background-color: #942E6B;
}
.BgClassName
{
background-color: #942E6B;
}
</style>
border-color css
<style>
span { border-color: #942E6B; }
span { border-color: rgb(148,46,107); }
td.TdClassName
{
border-color: #942E6B;
}
.TagClassName
{
border-color: #942E6B;
}
</style>