Shades of Lipstick #992866
Tints of Lipstick #992866
RGB
CMYK
RGB Variations
Color information
#992866 (or 0x992866) is known color: Lipstick. HEX triplet: 99, 28 and 66. RGB value is (153,40,102). Sum of RGB (Red+Green+Blue) = 153+40+102=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992866 is #66D799. Grayscale: #505050. Windows color (decimal): -6739866 or 6695065. OLE color: 6695065.
HSL color Cylindrical-coordinate representation of color #992866: hue angle of 327.08º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992866 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 102 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.4 |
| HSL | 327.08º | 0.59% | 0.38% | - |
| HSV(B) | 327.08º | 0.74% | 0.6% | - |
| XYZ | 16.29 | 9.25 | 13.5 | - |
| YUV | 80.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 102 | 0 | 0.74 | 0.33 | 0.4 | 327.08 | 0.59 | 0.38 |
| Hex | 99 | 28 | 66 | 0 | 4A | 21 | 28 | 147 | 3B | 26 |
| Octal | 231 | 50 | 146 | 0 | 112 | 41 | 50 | 507 | 73 | 46 |
| Binary | 10011001 | 101000 | 1100110 | 0 | 1001010 | 100001 | 101000 | 101000111 | 111011 | 100110 |
Color Harmonies of #992866
Complementary color
Monochromatic Colors of #992866
Black with #992866
Text Example
Text Example
White with #992866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992866; }
p { color: rgb(153,40,102); }
H1.HeaderClassName
{
color: #992866;
}
.AnyTagClassName
{
color: #992866;
}
</style>
background-color css
<style>
a { background-color: #992866; }
a { background-color: rgb(153,40,102); }
div.DivClassName
{
background-color: #992866;
}
.BgClassName
{
background-color: #992866;
}
</style>
border-color css
<style>
span { border-color: #992866; }
span { border-color: rgb(153,40,102); }
td.TdClassName
{
border-color: #992866;
}
.TagClassName
{
border-color: #992866;
}
</style>