Shades of Lipstick #9F235A
Tints of Lipstick #9F235A
RGB
CMYK
RGB Variations
Color information
#9F235A (or 0x9F235A) is known color: Lipstick. HEX triplet: 9F, 23 and 5A. RGB value is (159,35,90). Sum of RGB (Red+Green+Blue) = 159+35+90=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F235A is #60DCA5. Grayscale: #4E4E4E. Windows color (decimal): -6347942 or 5907359. OLE color: 5907359.
HSL color Cylindrical-coordinate representation of color #9F235A: hue angle of 333.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F235A is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 90 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.38 |
| HSL | 333.39º | 0.64% | 0.38% | - |
| HSV(B) | 333.39º | 0.78% | 0.62% | - |
| XYZ | 16.74 | 9.31 | 10.59 | - |
| YUV | 78.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 90 | 0 | 0.78 | 0.43 | 0.38 | 333.39 | 0.64 | 0.38 |
| Hex | 9F | 23 | 5A | 0 | 4E | 2B | 26 | 14D | 40 | 26 |
| Octal | 237 | 43 | 132 | 0 | 116 | 53 | 46 | 515 | 100 | 46 |
| Binary | 10011111 | 100011 | 1011010 | 0 | 1001110 | 101011 | 100110 | 101001101 | 1000000 | 100110 |
Color Harmonies of #9F235A
Complementary color
Monochromatic Colors of #9F235A
Black with #9F235A
Text Example
Text Example
White with #9F235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F235A; }
p { color: rgb(159,35,90); }
H1.HeaderClassName
{
color: #9F235A;
}
.AnyTagClassName
{
color: #9F235A;
}
</style>
background-color css
<style>
a { background-color: #9F235A; }
a { background-color: rgb(159,35,90); }
div.DivClassName
{
background-color: #9F235A;
}
.BgClassName
{
background-color: #9F235A;
}
</style>
border-color css
<style>
span { border-color: #9F235A; }
span { border-color: rgb(159,35,90); }
td.TdClassName
{
border-color: #9F235A;
}
.TagClassName
{
border-color: #9F235A;
}
</style>