Shades of Lipstick #9F255B
Tints of Lipstick #9F255B
RGB
CMYK
RGB Variations
Color information
#9F255B (or 0x9F255B) is known color: Lipstick. HEX triplet: 9F, 25 and 5B. RGB value is (159,37,91). Sum of RGB (Red+Green+Blue) = 159+37+91=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F255B is #60DAA4. Grayscale: #4F4F4F. Windows color (decimal): -6347429 or 5973407. OLE color: 5973407.
HSL color Cylindrical-coordinate representation of color #9F255B: hue angle of 333.44º 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 #9F255B is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 91 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.38 |
| HSL | 333.44º | 0.62% | 0.38% | - |
| HSV(B) | 333.44º | 0.77% | 0.62% | - |
| XYZ | 16.85 | 9.45 | 10.83 | - |
| YUV | 79.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 91 | 0 | 0.77 | 0.43 | 0.38 | 333.44 | 0.62 | 0.38 |
| Hex | 9F | 25 | 5B | 0 | 4D | 2B | 26 | 14D | 3E | 26 |
| Octal | 237 | 45 | 133 | 0 | 115 | 53 | 46 | 515 | 76 | 46 |
| Binary | 10011111 | 100101 | 1011011 | 0 | 1001101 | 101011 | 100110 | 101001101 | 111110 | 100110 |
Color Harmonies of #9F255B
Complementary color
Monochromatic Colors of #9F255B
Black with #9F255B
Text Example
Text Example
White with #9F255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F255B; }
p { color: rgb(159,37,91); }
H1.HeaderClassName
{
color: #9F255B;
}
.AnyTagClassName
{
color: #9F255B;
}
</style>
background-color css
<style>
a { background-color: #9F255B; }
a { background-color: rgb(159,37,91); }
div.DivClassName
{
background-color: #9F255B;
}
.BgClassName
{
background-color: #9F255B;
}
</style>
border-color css
<style>
span { border-color: #9F255B; }
span { border-color: rgb(159,37,91); }
td.TdClassName
{
border-color: #9F255B;
}
.TagClassName
{
border-color: #9F255B;
}
</style>