Shades of Lipstick #922E63
Tints of Lipstick #922E63
RGB
CMYK
RGB Variations
Color information
#922E63 (or 0x922E63) is known color: Lipstick. HEX triplet: 92, 2E and 63. RGB value is (146,46,99). Sum of RGB (Red+Green+Blue) = 146+46+99=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #922E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E63 is #6DD19C. Grayscale: #515151. Windows color (decimal): -7197085 or 6499986. OLE color: 6499986.
HSL color Cylindrical-coordinate representation of color #922E63: hue angle of 328.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E63 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 46 | 99 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.43 |
| HSL | 328.2º | 0.52% | 0.38% | - |
| HSV(B) | 328.2º | 0.68% | 0.57% | - |
| XYZ | 15.08 | 8.97 | 12.74 | - |
| YUV | 81.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 99 | 0 | 0.68 | 0.32 | 0.43 | 328.2 | 0.52 | 0.38 |
| Hex | 92 | 2E | 63 | 0 | 44 | 20 | 2B | 148 | 34 | 26 |
| Octal | 222 | 56 | 143 | 0 | 104 | 40 | 53 | 510 | 64 | 46 |
| Binary | 10010010 | 101110 | 1100011 | 0 | 1000100 | 100000 | 101011 | 101001000 | 110100 | 100110 |
Color Harmonies of #922E63
Complementary color
Monochromatic Colors of #922E63
Black with #922E63
Text Example
Text Example
White with #922E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922E63; }
p { color: rgb(146,46,99); }
H1.HeaderClassName
{
color: #922E63;
}
.AnyTagClassName
{
color: #922E63;
}
</style>
background-color css
<style>
a { background-color: #922E63; }
a { background-color: rgb(146,46,99); }
div.DivClassName
{
background-color: #922E63;
}
.BgClassName
{
background-color: #922E63;
}
</style>
border-color css
<style>
span { border-color: #922E63; }
span { border-color: rgb(146,46,99); }
td.TdClassName
{
border-color: #922E63;
}
.TagClassName
{
border-color: #922E63;
}
</style>