Shades of Lipstick #992867
Tints of Lipstick #992867
RGB
CMYK
RGB Variations
Color information
#992867 (or 0x992867) is known color: Lipstick. HEX triplet: 99, 28 and 67. RGB value is (153,40,103). Sum of RGB (Red+Green+Blue) = 153+40+103=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #992867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992867 is #66D798. Grayscale: #505050. Windows color (decimal): -6739865 or 6760601. OLE color: 6760601.
HSL color Cylindrical-coordinate representation of color #992867: hue angle of 326.55º 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 #992867 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 103 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.4 |
| HSL | 326.55º | 0.59% | 0.38% | - |
| HSV(B) | 326.55º | 0.74% | 0.6% | - |
| XYZ | 16.34 | 9.27 | 13.76 | - |
| YUV | 80.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 103 | 0 | 0.74 | 0.33 | 0.4 | 326.55 | 0.59 | 0.38 |
| Hex | 99 | 28 | 67 | 0 | 4A | 21 | 28 | 147 | 3B | 26 |
| Octal | 231 | 50 | 147 | 0 | 112 | 41 | 50 | 507 | 73 | 46 |
| Binary | 10011001 | 101000 | 1100111 | 0 | 1001010 | 100001 | 101000 | 101000111 | 111011 | 100110 |
Color Harmonies of #992867
Complementary color
Monochromatic Colors of #992867
Black with #992867
Text Example
Text Example
White with #992867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992867; }
p { color: rgb(153,40,103); }
H1.HeaderClassName
{
color: #992867;
}
.AnyTagClassName
{
color: #992867;
}
</style>
background-color css
<style>
a { background-color: #992867; }
a { background-color: rgb(153,40,103); }
div.DivClassName
{
background-color: #992867;
}
.BgClassName
{
background-color: #992867;
}
</style>
border-color css
<style>
span { border-color: #992867; }
span { border-color: rgb(153,40,103); }
td.TdClassName
{
border-color: #992867;
}
.TagClassName
{
border-color: #992867;
}
</style>