Shades of Lipstick #9D3158
Tints of Lipstick #9D3158
RGB
CMYK
RGB Variations
Color information
#9D3158 (or 0x9D3158) is known color: Lipstick. HEX triplet: 9D, 31 and 58. RGB value is (157,49,88). Sum of RGB (Red+Green+Blue) = 157+49+88=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3158 is #62CEA7. Grayscale: #555555. Windows color (decimal): -6475432 or 5779869. OLE color: 5779869.
HSL color Cylindrical-coordinate representation of color #9D3158: hue angle of 338.33º 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 #9D3158 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 88 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.38 |
| HSL | 338.33º | 0.52% | 0.4% | - |
| HSV(B) | 338.33º | 0.69% | 0.62% | - |
| XYZ | 16.76 | 10.07 | 10.29 | - |
| YUV | 85.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 88 | 0 | 0.69 | 0.44 | 0.38 | 338.33 | 0.52 | 0.4 |
| Hex | 9D | 31 | 58 | 0 | 45 | 2C | 26 | 152 | 34 | 28 |
| Octal | 235 | 61 | 130 | 0 | 105 | 54 | 46 | 522 | 64 | 50 |
| Binary | 10011101 | 110001 | 1011000 | 0 | 1000101 | 101100 | 100110 | 101010010 | 110100 | 101000 |
Color Harmonies of #9D3158
Complementary color
Monochromatic Colors of #9D3158
Black with #9D3158
Text Example
Text Example
White with #9D3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3158; }
p { color: rgb(157,49,88); }
H1.HeaderClassName
{
color: #9D3158;
}
.AnyTagClassName
{
color: #9D3158;
}
</style>
background-color css
<style>
a { background-color: #9D3158; }
a { background-color: rgb(157,49,88); }
div.DivClassName
{
background-color: #9D3158;
}
.BgClassName
{
background-color: #9D3158;
}
</style>
border-color css
<style>
span { border-color: #9D3158; }
span { border-color: rgb(157,49,88); }
td.TdClassName
{
border-color: #9D3158;
}
.TagClassName
{
border-color: #9D3158;
}
</style>