Shades of Lipstick #9F255D
Tints of Lipstick #9F255D
RGB
CMYK
RGB Variations
Color information
#9F255D (or 0x9F255D) is known color: Lipstick. HEX triplet: 9F, 25 and 5D. RGB value is (159,37,93). Sum of RGB (Red+Green+Blue) = 159+37+93=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F255D is #60DAA2. Grayscale: #4F4F4F. Windows color (decimal): -6347427 or 6104479. OLE color: 6104479.
HSL color Cylindrical-coordinate representation of color #9F255D: hue angle of 332.46º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F255D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 93 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.38 |
| HSL | 332.46º | 0.62% | 0.38% | - |
| HSV(B) | 332.46º | 0.77% | 0.62% | - |
| XYZ | 16.94 | 9.48 | 11.29 | - |
| YUV | 79.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 93 | 0 | 0.77 | 0.42 | 0.38 | 332.46 | 0.62 | 0.38 |
| Hex | 9F | 25 | 5D | 0 | 4D | 2A | 26 | 14C | 3E | 26 |
| Octal | 237 | 45 | 135 | 0 | 115 | 52 | 46 | 514 | 76 | 46 |
| Binary | 10011111 | 100101 | 1011101 | 0 | 1001101 | 101010 | 100110 | 101001100 | 111110 | 100110 |
Color Harmonies of #9F255D
Complementary color
Monochromatic Colors of #9F255D
Black with #9F255D
Text Example
Text Example
White with #9F255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F255D; }
p { color: rgb(159,37,93); }
H1.HeaderClassName
{
color: #9F255D;
}
.AnyTagClassName
{
color: #9F255D;
}
</style>
background-color css
<style>
a { background-color: #9F255D; }
a { background-color: rgb(159,37,93); }
div.DivClassName
{
background-color: #9F255D;
}
.BgClassName
{
background-color: #9F255D;
}
</style>
border-color css
<style>
span { border-color: #9F255D; }
span { border-color: rgb(159,37,93); }
td.TdClassName
{
border-color: #9F255D;
}
.TagClassName
{
border-color: #9F255D;
}
</style>