Shades of Lipstick #9D295C
Tints of Lipstick #9D295C
RGB
CMYK
RGB Variations
Color information
#9D295C (or 0x9D295C) is known color: Lipstick. HEX triplet: 9D, 29 and 5C. RGB value is (157,41,92). Sum of RGB (Red+Green+Blue) = 157+41+92=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D295C is #62D6A3. Grayscale: #515151. Windows color (decimal): -6477476 or 6039965. OLE color: 6039965.
HSL color Cylindrical-coordinate representation of color #9D295C: hue angle of 333.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D295C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 41 | 92 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.38 |
| HSL | 333.62º | 0.59% | 0.39% | - |
| HSV(B) | 333.62º | 0.74% | 0.62% | - |
| XYZ | 16.63 | 9.53 | 11.09 | - |
| YUV | 81.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 41 | 92 | 0 | 0.74 | 0.41 | 0.38 | 333.62 | 0.59 | 0.39 |
| Hex | 9D | 29 | 5C | 0 | 4A | 29 | 26 | 14E | 3B | 27 |
| Octal | 235 | 51 | 134 | 0 | 112 | 51 | 46 | 516 | 73 | 47 |
| Binary | 10011101 | 101001 | 1011100 | 0 | 1001010 | 101001 | 100110 | 101001110 | 111011 | 100111 |
Color Harmonies of #9D295C
Complementary color
Monochromatic Colors of #9D295C
Black with #9D295C
Text Example
Text Example
White with #9D295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D295C; }
p { color: rgb(157,41,92); }
H1.HeaderClassName
{
color: #9D295C;
}
.AnyTagClassName
{
color: #9D295C;
}
</style>
background-color css
<style>
a { background-color: #9D295C; }
a { background-color: rgb(157,41,92); }
div.DivClassName
{
background-color: #9D295C;
}
.BgClassName
{
background-color: #9D295C;
}
</style>
border-color css
<style>
span { border-color: #9D295C; }
span { border-color: rgb(157,41,92); }
td.TdClassName
{
border-color: #9D295C;
}
.TagClassName
{
border-color: #9D295C;
}
</style>