Shades of Lipstick #993166
Tints of Lipstick #993166
RGB
CMYK
RGB Variations
Color information
#993166 (or 0x993166) is known color: Lipstick. HEX triplet: 99, 31 and 66. RGB value is (153,49,102). Sum of RGB (Red+Green+Blue) = 153+49+102=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993166 is #66CE99. Grayscale: #565656. Windows color (decimal): -6737562 or 6697369. OLE color: 6697369.
HSL color Cylindrical-coordinate representation of color #993166: hue angle of 329.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993166 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 102 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.4 |
| HSL | 329.42º | 0.51% | 0.4% | - |
| HSV(B) | 329.42º | 0.68% | 0.6% | - |
| XYZ | 16.63 | 9.93 | 13.61 | - |
| YUV | 86.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 102 | 0 | 0.68 | 0.33 | 0.4 | 329.42 | 0.51 | 0.4 |
| Hex | 99 | 31 | 66 | 0 | 44 | 21 | 28 | 149 | 33 | 28 |
| Octal | 231 | 61 | 146 | 0 | 104 | 41 | 50 | 511 | 63 | 50 |
| Binary | 10011001 | 110001 | 1100110 | 0 | 1000100 | 100001 | 101000 | 101001001 | 110011 | 101000 |
Color Harmonies of #993166
Complementary color
Monochromatic Colors of #993166
Black with #993166
Text Example
Text Example
White with #993166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993166; }
p { color: rgb(153,49,102); }
H1.HeaderClassName
{
color: #993166;
}
.AnyTagClassName
{
color: #993166;
}
</style>
background-color css
<style>
a { background-color: #993166; }
a { background-color: rgb(153,49,102); }
div.DivClassName
{
background-color: #993166;
}
.BgClassName
{
background-color: #993166;
}
</style>
border-color css
<style>
span { border-color: #993166; }
span { border-color: rgb(153,49,102); }
td.TdClassName
{
border-color: #993166;
}
.TagClassName
{
border-color: #993166;
}
</style>