Shades of Lipstick #9D2A61
Tints of Lipstick #9D2A61
RGB
CMYK
RGB Variations
Color information
#9D2A61 (or 0x9D2A61) is known color: Lipstick. HEX triplet: 9D, 2A and 61. RGB value is (157,42,97). Sum of RGB (Red+Green+Blue) = 157+42+97=296 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.04% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2A61 is #62D59E. Grayscale: #525252. Windows color (decimal): -6477215 or 6367901. OLE color: 6367901.
HSL color Cylindrical-coordinate representation of color #9D2A61: hue angle of 331.3º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2A61 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 97 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.38 |
| HSL | 331.3º | 0.58% | 0.39% | - |
| HSV(B) | 331.3º | 0.73% | 0.62% | - |
| XYZ | 16.89 | 9.69 | 12.29 | - |
| YUV | 82.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 97 | 0 | 0.73 | 0.38 | 0.38 | 331.3 | 0.58 | 0.39 |
| Hex | 9D | 2A | 61 | 0 | 49 | 26 | 26 | 14B | 3A | 27 |
| Octal | 235 | 52 | 141 | 0 | 111 | 46 | 46 | 513 | 72 | 47 |
| Binary | 10011101 | 101010 | 1100001 | 0 | 1001001 | 100110 | 100110 | 101001011 | 111010 | 100111 |
Color Harmonies of #9D2A61
Complementary color
Monochromatic Colors of #9D2A61
Black with #9D2A61
Text Example
Text Example
White with #9D2A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A61; }
p { color: rgb(157,42,97); }
H1.HeaderClassName
{
color: #9D2A61;
}
.AnyTagClassName
{
color: #9D2A61;
}
</style>
background-color css
<style>
a { background-color: #9D2A61; }
a { background-color: rgb(157,42,97); }
div.DivClassName
{
background-color: #9D2A61;
}
.BgClassName
{
background-color: #9D2A61;
}
</style>
border-color css
<style>
span { border-color: #9D2A61; }
span { border-color: rgb(157,42,97); }
td.TdClassName
{
border-color: #9D2A61;
}
.TagClassName
{
border-color: #9D2A61;
}
</style>