Shades of Lipstick #942F62
Tints of Lipstick #942F62
RGB
CMYK
RGB Variations
Color information
#942F62 (or 0x942F62) is known color: Lipstick. HEX triplet: 94, 2F and 62. RGB value is (148,47,98). Sum of RGB (Red+Green+Blue) = 148+47+98=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #942F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942F62 is #6BD09D. Grayscale: #525252. Windows color (decimal): -7065758 or 6434708. OLE color: 6434708.
HSL color Cylindrical-coordinate representation of color #942F62: hue angle of 329.7º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F62 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 98 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.42 |
| HSL | 329.7º | 0.52% | 0.38% | - |
| HSV(B) | 329.7º | 0.68% | 0.58% | - |
| XYZ | 15.43 | 9.21 | 12.52 | - |
| YUV | 83.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 98 | 0 | 0.68 | 0.34 | 0.42 | 329.7 | 0.52 | 0.38 |
| Hex | 94 | 2F | 62 | 0 | 44 | 22 | 2A | 14A | 34 | 26 |
| Octal | 224 | 57 | 142 | 0 | 104 | 42 | 52 | 512 | 64 | 46 |
| Binary | 10010100 | 101111 | 1100010 | 0 | 1000100 | 100010 | 101010 | 101001010 | 110100 | 100110 |
Color Harmonies of #942F62
Complementary color
Monochromatic Colors of #942F62
Black with #942F62
Text Example
Text Example
White with #942F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F62; }
p { color: rgb(148,47,98); }
H1.HeaderClassName
{
color: #942F62;
}
.AnyTagClassName
{
color: #942F62;
}
</style>
background-color css
<style>
a { background-color: #942F62; }
a { background-color: rgb(148,47,98); }
div.DivClassName
{
background-color: #942F62;
}
.BgClassName
{
background-color: #942F62;
}
</style>
border-color css
<style>
span { border-color: #942F62; }
span { border-color: rgb(148,47,98); }
td.TdClassName
{
border-color: #942F62;
}
.TagClassName
{
border-color: #942F62;
}
</style>