Shades of Lipstick #9D3162
Tints of Lipstick #9D3162
RGB
CMYK
RGB Variations
Color information
#9D3162 (or 0x9D3162) is known color: Lipstick. HEX triplet: 9D, 31 and 62. RGB value is (157,49,98). Sum of RGB (Red+Green+Blue) = 157+49+98=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3162 is #62CE9D. Grayscale: #565656. Windows color (decimal): -6475422 or 6435229. OLE color: 6435229.
HSL color Cylindrical-coordinate representation of color #9D3162: hue angle of 332.78º 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 #9D3162 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 98 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.38 |
| HSL | 332.78º | 0.52% | 0.4% | - |
| HSV(B) | 332.78º | 0.69% | 0.62% | - |
| XYZ | 17.21 | 10.25 | 12.63 | - |
| YUV | 86.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 98 | 0 | 0.69 | 0.38 | 0.38 | 332.78 | 0.52 | 0.4 |
| Hex | 9D | 31 | 62 | 0 | 45 | 26 | 26 | 14D | 34 | 28 |
| Octal | 235 | 61 | 142 | 0 | 105 | 46 | 46 | 515 | 64 | 50 |
| Binary | 10011101 | 110001 | 1100010 | 0 | 1000101 | 100110 | 100110 | 101001101 | 110100 | 101000 |
Color Harmonies of #9D3162
Complementary color
Monochromatic Colors of #9D3162
Black with #9D3162
Text Example
Text Example
White with #9D3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3162; }
p { color: rgb(157,49,98); }
H1.HeaderClassName
{
color: #9D3162;
}
.AnyTagClassName
{
color: #9D3162;
}
</style>
background-color css
<style>
a { background-color: #9D3162; }
a { background-color: rgb(157,49,98); }
div.DivClassName
{
background-color: #9D3162;
}
.BgClassName
{
background-color: #9D3162;
}
</style>
border-color css
<style>
span { border-color: #9D3162; }
span { border-color: rgb(157,49,98); }
td.TdClassName
{
border-color: #9D3162;
}
.TagClassName
{
border-color: #9D3162;
}
</style>