Shades of Lipstick #942863
Tints of Lipstick #942863
RGB
CMYK
RGB Variations
Color information
#942863 (or 0x942863) is known color: Lipstick. HEX triplet: 94, 28 and 63. RGB value is (148,40,99). Sum of RGB (Red+Green+Blue) = 148+40+99=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #942863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942863 is #6BD79C. Grayscale: #4E4E4E. Windows color (decimal): -7067549 or 6498452. OLE color: 6498452.
HSL color Cylindrical-coordinate representation of color #942863: hue angle of 327.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942863 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 99 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.42 |
| HSL | 327.22º | 0.57% | 0.37% | - |
| HSV(B) | 327.22º | 0.73% | 0.58% | - |
| XYZ | 15.22 | 8.71 | 12.68 | - |
| YUV | 79.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 99 | 0 | 0.73 | 0.33 | 0.42 | 327.22 | 0.57 | 0.37 |
| Hex | 94 | 28 | 63 | 0 | 49 | 21 | 2A | 147 | 39 | 25 |
| Octal | 224 | 50 | 143 | 0 | 111 | 41 | 52 | 507 | 71 | 45 |
| Binary | 10010100 | 101000 | 1100011 | 0 | 1001001 | 100001 | 101010 | 101000111 | 111001 | 100101 |
Color Harmonies of #942863
Complementary color
Monochromatic Colors of #942863
Black with #942863
Text Example
Text Example
White with #942863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942863; }
p { color: rgb(148,40,99); }
H1.HeaderClassName
{
color: #942863;
}
.AnyTagClassName
{
color: #942863;
}
</style>
background-color css
<style>
a { background-color: #942863; }
a { background-color: rgb(148,40,99); }
div.DivClassName
{
background-color: #942863;
}
.BgClassName
{
background-color: #942863;
}
</style>
border-color css
<style>
span { border-color: #942863; }
span { border-color: rgb(148,40,99); }
td.TdClassName
{
border-color: #942863;
}
.TagClassName
{
border-color: #942863;
}
</style>