Shades of Lipstick #9D3058
Tints of Lipstick #9D3058
RGB
CMYK
RGB Variations
Color information
#9D3058 (or 0x9D3058) is known color: Lipstick. HEX triplet: 9D, 30 and 58. RGB value is (157,48,88). Sum of RGB (Red+Green+Blue) = 157+48+88=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3058 is #62CFA7. Grayscale: #555555. Windows color (decimal): -6475688 or 5779613. OLE color: 5779613.
HSL color Cylindrical-coordinate representation of color #9D3058: hue angle of 337.98º degrees, saturation: 0.53, 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 #9D3058 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 48 | 88 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.38 |
| HSL | 337.98º | 0.53% | 0.4% | - |
| HSV(B) | 337.98º | 0.69% | 0.62% | - |
| XYZ | 16.72 | 9.99 | 10.28 | - |
| YUV | 85.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 88 | 0 | 0.69 | 0.44 | 0.38 | 337.98 | 0.53 | 0.4 |
| Hex | 9D | 30 | 58 | 0 | 45 | 2C | 26 | 152 | 35 | 28 |
| Octal | 235 | 60 | 130 | 0 | 105 | 54 | 46 | 522 | 65 | 50 |
| Binary | 10011101 | 110000 | 1011000 | 0 | 1000101 | 101100 | 100110 | 101010010 | 110101 | 101000 |
Color Harmonies of #9D3058
Complementary color
Monochromatic Colors of #9D3058
Black with #9D3058
Text Example
Text Example
White with #9D3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3058; }
p { color: rgb(157,48,88); }
H1.HeaderClassName
{
color: #9D3058;
}
.AnyTagClassName
{
color: #9D3058;
}
</style>
background-color css
<style>
a { background-color: #9D3058; }
a { background-color: rgb(157,48,88); }
div.DivClassName
{
background-color: #9D3058;
}
.BgClassName
{
background-color: #9D3058;
}
</style>
border-color css
<style>
span { border-color: #9D3058; }
span { border-color: rgb(157,48,88); }
td.TdClassName
{
border-color: #9D3058;
}
.TagClassName
{
border-color: #9D3058;
}
</style>