Shades of Lipstick #9D2562
Tints of Lipstick #9D2562
RGB
CMYK
RGB Variations
Color information
#9D2562 (or 0x9D2562) is known color: Lipstick. HEX triplet: 9D, 25 and 62. RGB value is (157,37,98). Sum of RGB (Red+Green+Blue) = 157+37+98=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2562 is #62DA9D. Grayscale: #4F4F4F. Windows color (decimal): -6478494 or 6432157. OLE color: 6432157.
HSL color Cylindrical-coordinate representation of color #9D2562: hue angle of 329.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2562 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 98 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.38 |
| HSL | 329.5º | 0.62% | 0.38% | - |
| HSV(B) | 329.5º | 0.76% | 0.62% | - |
| XYZ | 16.77 | 9.37 | 12.48 | - |
| YUV | 79.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 98 | 0 | 0.76 | 0.38 | 0.38 | 329.5 | 0.62 | 0.38 |
| Hex | 9D | 25 | 62 | 0 | 4C | 26 | 26 | 14A | 3E | 26 |
| Octal | 235 | 45 | 142 | 0 | 114 | 46 | 46 | 512 | 76 | 46 |
| Binary | 10011101 | 100101 | 1100010 | 0 | 1001100 | 100110 | 100110 | 101001010 | 111110 | 100110 |
Color Harmonies of #9D2562
Complementary color
Monochromatic Colors of #9D2562
Black with #9D2562
Text Example
Text Example
White with #9D2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2562; }
p { color: rgb(157,37,98); }
H1.HeaderClassName
{
color: #9D2562;
}
.AnyTagClassName
{
color: #9D2562;
}
</style>
background-color css
<style>
a { background-color: #9D2562; }
a { background-color: rgb(157,37,98); }
div.DivClassName
{
background-color: #9D2562;
}
.BgClassName
{
background-color: #9D2562;
}
</style>
border-color css
<style>
span { border-color: #9D2562; }
span { border-color: rgb(157,37,98); }
td.TdClassName
{
border-color: #9D2562;
}
.TagClassName
{
border-color: #9D2562;
}
</style>