Shades of Lipstick #9D3156
Tints of Lipstick #9D3156
RGB
CMYK
RGB Variations
Color information
#9D3156 (or 0x9D3156) is known color: Lipstick. HEX triplet: 9D, 31 and 56. RGB value is (157,49,86). Sum of RGB (Red+Green+Blue) = 157+49+86=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3156 is #62CEA9. Grayscale: #555555. Windows color (decimal): -6475434 or 5648797. OLE color: 5648797.
HSL color Cylindrical-coordinate representation of color #9D3156: hue angle of 339.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3156 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 86 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.38 |
| HSL | 339.44º | 0.52% | 0.4% | - |
| HSV(B) | 339.44º | 0.69% | 0.62% | - |
| XYZ | 16.68 | 10.04 | 9.86 | - |
| YUV | 85.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 86 | 0 | 0.69 | 0.45 | 0.38 | 339.44 | 0.52 | 0.4 |
| Hex | 9D | 31 | 56 | 0 | 45 | 2D | 26 | 153 | 34 | 28 |
| Octal | 235 | 61 | 126 | 0 | 105 | 55 | 46 | 523 | 64 | 50 |
| Binary | 10011101 | 110001 | 1010110 | 0 | 1000101 | 101101 | 100110 | 101010011 | 110100 | 101000 |
Color Harmonies of #9D3156
Complementary color
Monochromatic Colors of #9D3156
Black with #9D3156
Text Example
Text Example
White with #9D3156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3156; }
p { color: rgb(157,49,86); }
H1.HeaderClassName
{
color: #9D3156;
}
.AnyTagClassName
{
color: #9D3156;
}
</style>
background-color css
<style>
a { background-color: #9D3156; }
a { background-color: rgb(157,49,86); }
div.DivClassName
{
background-color: #9D3156;
}
.BgClassName
{
background-color: #9D3156;
}
</style>
border-color css
<style>
span { border-color: #9D3156; }
span { border-color: rgb(157,49,86); }
td.TdClassName
{
border-color: #9D3156;
}
.TagClassName
{
border-color: #9D3156;
}
</style>