Shades of Lipstick #912E69
Tints of Lipstick #912E69
RGB
CMYK
RGB Variations
Color information
#912E69 (or 0x912E69) is known color: Lipstick. HEX triplet: 91, 2E and 69. RGB value is (145,46,105). Sum of RGB (Red+Green+Blue) = 145+46+105=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E69 is #6ED196. Grayscale: #525252. Windows color (decimal): -7262615 or 6893201. OLE color: 6893201.
HSL color Cylindrical-coordinate representation of color #912E69: hue angle of 324.24º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E69 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 105 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.43 |
| HSL | 324.24º | 0.52% | 0.37% | - |
| HSV(B) | 324.24º | 0.68% | 0.57% | - |
| XYZ | 15.2 | 8.99 | 14.3 | - |
| YUV | 82.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 105 | 0 | 0.68 | 0.28 | 0.43 | 324.24 | 0.52 | 0.37 |
| Hex | 91 | 2E | 69 | 0 | 44 | 1C | 2B | 144 | 34 | 25 |
| Octal | 221 | 56 | 151 | 0 | 104 | 34 | 53 | 504 | 64 | 45 |
| Binary | 10010001 | 101110 | 1101001 | 0 | 1000100 | 11100 | 101011 | 101000100 | 110100 | 100101 |
Color Harmonies of #912E69
Complementary color
Monochromatic Colors of #912E69
Black with #912E69
Text Example
Text Example
White with #912E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E69; }
p { color: rgb(145,46,105); }
H1.HeaderClassName
{
color: #912E69;
}
.AnyTagClassName
{
color: #912E69;
}
</style>
background-color css
<style>
a { background-color: #912E69; }
a { background-color: rgb(145,46,105); }
div.DivClassName
{
background-color: #912E69;
}
.BgClassName
{
background-color: #912E69;
}
</style>
border-color css
<style>
span { border-color: #912E69; }
span { border-color: rgb(145,46,105); }
td.TdClassName
{
border-color: #912E69;
}
.TagClassName
{
border-color: #912E69;
}
</style>