Shades of Lipstick #9C3168
Tints of Lipstick #9C3168
RGB
CMYK
RGB Variations
Color information
#9C3168 (or 0x9C3168) is known color: Lipstick. HEX triplet: 9C, 31 and 68. RGB value is (156,49,104). Sum of RGB (Red+Green+Blue) = 156+49+104=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3168 is #63CE97. Grayscale: #575757. Windows color (decimal): -6540952 or 6828444. OLE color: 6828444.
HSL color Cylindrical-coordinate representation of color #9C3168: hue angle of 329.16º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3168 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 104 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.39 |
| HSL | 329.16º | 0.52% | 0.4% | - |
| HSV(B) | 329.16º | 0.69% | 0.61% | - |
| XYZ | 17.31 | 10.26 | 14.17 | - |
| YUV | 87.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 104 | 0 | 0.69 | 0.33 | 0.39 | 329.16 | 0.52 | 0.4 |
| Hex | 9C | 31 | 68 | 0 | 45 | 21 | 27 | 149 | 34 | 28 |
| Octal | 234 | 61 | 150 | 0 | 105 | 41 | 47 | 511 | 64 | 50 |
| Binary | 10011100 | 110001 | 1101000 | 0 | 1000101 | 100001 | 100111 | 101001001 | 110100 | 101000 |
Color Harmonies of #9C3168
Complementary color
Monochromatic Colors of #9C3168
Black with #9C3168
Text Example
Text Example
White with #9C3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3168; }
p { color: rgb(156,49,104); }
H1.HeaderClassName
{
color: #9C3168;
}
.AnyTagClassName
{
color: #9C3168;
}
</style>
background-color css
<style>
a { background-color: #9C3168; }
a { background-color: rgb(156,49,104); }
div.DivClassName
{
background-color: #9C3168;
}
.BgClassName
{
background-color: #9C3168;
}
</style>
border-color css
<style>
span { border-color: #9C3168; }
span { border-color: rgb(156,49,104); }
td.TdClassName
{
border-color: #9C3168;
}
.TagClassName
{
border-color: #9C3168;
}
</style>