Shades of Lipstick #9D255F
Tints of Lipstick #9D255F
RGB
CMYK
RGB Variations
Color information
#9D255F (or 0x9D255F) is known color: Lipstick. HEX triplet: 9D, 25 and 5F. RGB value is (157,37,95). Sum of RGB (Red+Green+Blue) = 157+37+95=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D255F is #62DAA0. Grayscale: #4F4F4F. Windows color (decimal): -6478497 or 6235549. OLE color: 6235549.
HSL color Cylindrical-coordinate representation of color #9D255F: hue angle of 331º 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 #9D255F is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 95 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.38 |
| HSL | 331º | 0.62% | 0.38% | - |
| HSV(B) | 331º | 0.76% | 0.62% | - |
| XYZ | 16.63 | 9.32 | 11.75 | - |
| YUV | 79.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 95 | 0 | 0.76 | 0.39 | 0.38 | 331 | 0.62 | 0.38 |
| Hex | 9D | 25 | 5F | 0 | 4C | 27 | 26 | 14B | 3E | 26 |
| Octal | 235 | 45 | 137 | 0 | 114 | 47 | 46 | 513 | 76 | 46 |
| Binary | 10011101 | 100101 | 1011111 | 0 | 1001100 | 100111 | 100110 | 101001011 | 111110 | 100110 |
Color Harmonies of #9D255F
Complementary color
Monochromatic Colors of #9D255F
Black with #9D255F
Text Example
Text Example
White with #9D255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D255F; }
p { color: rgb(157,37,95); }
H1.HeaderClassName
{
color: #9D255F;
}
.AnyTagClassName
{
color: #9D255F;
}
</style>
background-color css
<style>
a { background-color: #9D255F; }
a { background-color: rgb(157,37,95); }
div.DivClassName
{
background-color: #9D255F;
}
.BgClassName
{
background-color: #9D255F;
}
</style>
border-color css
<style>
span { border-color: #9D255F; }
span { border-color: rgb(157,37,95); }
td.TdClassName
{
border-color: #9D255F;
}
.TagClassName
{
border-color: #9D255F;
}
</style>