Shades of Lipstick #993168
Tints of Lipstick #993168
RGB
CMYK
RGB Variations
Color information
#993168 (or 0x993168) is known color: Lipstick. HEX triplet: 99, 31 and 68. RGB value is (153,49,104). Sum of RGB (Red+Green+Blue) = 153+49+104=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993168 is #66CE97. Grayscale: #565656. Windows color (decimal): -6737560 or 6828441. OLE color: 6828441.
HSL color Cylindrical-coordinate representation of color #993168: hue angle of 328.27º 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 #993168 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 104 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.4 |
| HSL | 328.27º | 0.51% | 0.4% | - |
| HSV(B) | 328.27º | 0.68% | 0.6% | - |
| XYZ | 16.73 | 9.97 | 14.14 | - |
| YUV | 86.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 104 | 0 | 0.68 | 0.32 | 0.4 | 328.27 | 0.51 | 0.4 |
| Hex | 99 | 31 | 68 | 0 | 44 | 20 | 28 | 148 | 33 | 28 |
| Octal | 231 | 61 | 150 | 0 | 104 | 40 | 50 | 510 | 63 | 50 |
| Binary | 10011001 | 110001 | 1101000 | 0 | 1000100 | 100000 | 101000 | 101001000 | 110011 | 101000 |
Color Harmonies of #993168
Complementary color
Monochromatic Colors of #993168
Black with #993168
Text Example
Text Example
White with #993168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993168; }
p { color: rgb(153,49,104); }
H1.HeaderClassName
{
color: #993168;
}
.AnyTagClassName
{
color: #993168;
}
</style>
background-color css
<style>
a { background-color: #993168; }
a { background-color: rgb(153,49,104); }
div.DivClassName
{
background-color: #993168;
}
.BgClassName
{
background-color: #993168;
}
</style>
border-color css
<style>
span { border-color: #993168; }
span { border-color: rgb(153,49,104); }
td.TdClassName
{
border-color: #993168;
}
.TagClassName
{
border-color: #993168;
}
</style>