Shades of Lipstick #912E66
Tints of Lipstick #912E66
RGB
CMYK
RGB Variations
Color information
#912E66 (or 0x912E66) is known color: Lipstick. HEX triplet: 91, 2E and 66. RGB value is (145,46,102). Sum of RGB (Red+Green+Blue) = 145+46+102=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #912E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E66 is #6ED199. Grayscale: #515151. Windows color (decimal): -7262618 or 6696593. OLE color: 6696593.
HSL color Cylindrical-coordinate representation of color #912E66: hue angle of 326.06º 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 #912E66 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 102 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.43 |
| HSL | 326.06º | 0.52% | 0.37% | - |
| HSV(B) | 326.06º | 0.68% | 0.57% | - |
| XYZ | 15.05 | 8.93 | 13.5 | - |
| YUV | 81.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 102 | 0 | 0.68 | 0.30 | 0.43 | 326.06 | 0.52 | 0.37 |
| Hex | 91 | 2E | 66 | 0 | 44 | 1E | 2B | 146 | 34 | 25 |
| Octal | 221 | 56 | 146 | 0 | 104 | 36 | 53 | 506 | 64 | 45 |
| Binary | 10010001 | 101110 | 1100110 | 0 | 1000100 | 11110 | 101011 | 101000110 | 110100 | 100101 |
Color Harmonies of #912E66
Complementary color
Monochromatic Colors of #912E66
Black with #912E66
Text Example
Text Example
White with #912E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E66; }
p { color: rgb(145,46,102); }
H1.HeaderClassName
{
color: #912E66;
}
.AnyTagClassName
{
color: #912E66;
}
</style>
background-color css
<style>
a { background-color: #912E66; }
a { background-color: rgb(145,46,102); }
div.DivClassName
{
background-color: #912E66;
}
.BgClassName
{
background-color: #912E66;
}
</style>
border-color css
<style>
span { border-color: #912E66; }
span { border-color: rgb(145,46,102); }
td.TdClassName
{
border-color: #912E66;
}
.TagClassName
{
border-color: #912E66;
}
</style>