Shades of Lipstick #9F255A
Tints of Lipstick #9F255A
RGB
CMYK
RGB Variations
Color information
#9F255A (or 0x9F255A) is known color: Lipstick. HEX triplet: 9F, 25 and 5A. RGB value is (159,37,90). Sum of RGB (Red+Green+Blue) = 159+37+90=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F255A is #60DAA5. Grayscale: #4F4F4F. Windows color (decimal): -6347430 or 5907871. OLE color: 5907871.
HSL color Cylindrical-coordinate representation of color #9F255A: hue angle of 333.93º 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 #9F255A is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 90 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.38 |
| HSL | 333.93º | 0.62% | 0.38% | - |
| HSV(B) | 333.93º | 0.77% | 0.62% | - |
| XYZ | 16.81 | 9.43 | 10.61 | - |
| YUV | 79.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 90 | 0 | 0.77 | 0.43 | 0.38 | 333.93 | 0.62 | 0.38 |
| Hex | 9F | 25 | 5A | 0 | 4D | 2B | 26 | 14E | 3E | 26 |
| Octal | 237 | 45 | 132 | 0 | 115 | 53 | 46 | 516 | 76 | 46 |
| Binary | 10011111 | 100101 | 1011010 | 0 | 1001101 | 101011 | 100110 | 101001110 | 111110 | 100110 |
Color Harmonies of #9F255A
Complementary color
Monochromatic Colors of #9F255A
Black with #9F255A
Text Example
Text Example
White with #9F255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F255A; }
p { color: rgb(159,37,90); }
H1.HeaderClassName
{
color: #9F255A;
}
.AnyTagClassName
{
color: #9F255A;
}
</style>
background-color css
<style>
a { background-color: #9F255A; }
a { background-color: rgb(159,37,90); }
div.DivClassName
{
background-color: #9F255A;
}
.BgClassName
{
background-color: #9F255A;
}
</style>
border-color css
<style>
span { border-color: #9F255A; }
span { border-color: rgb(159,37,90); }
td.TdClassName
{
border-color: #9F255A;
}
.TagClassName
{
border-color: #9F255A;
}
</style>