Shades of Lipstick #9F285C
Tints of Lipstick #9F285C
RGB
CMYK
RGB Variations
Color information
#9F285C (or 0x9F285C) is known color: Lipstick. HEX triplet: 9F, 28 and 5C. RGB value is (159,40,92). Sum of RGB (Red+Green+Blue) = 159+40+92=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F285C is #60D7A3. Grayscale: #515151. Windows color (decimal): -6346660 or 6039711. OLE color: 6039711.
HSL color Cylindrical-coordinate representation of color #9F285C: hue angle of 333.78º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F285C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 92 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.38 |
| HSL | 333.78º | 0.6% | 0.39% | - |
| HSV(B) | 333.78º | 0.75% | 0.62% | - |
| XYZ | 16.99 | 9.66 | 11.09 | - |
| YUV | 81.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 92 | 0 | 0.75 | 0.42 | 0.38 | 333.78 | 0.6 | 0.39 |
| Hex | 9F | 28 | 5C | 0 | 4B | 2A | 26 | 14E | 3C | 27 |
| Octal | 237 | 50 | 134 | 0 | 113 | 52 | 46 | 516 | 74 | 47 |
| Binary | 10011111 | 101000 | 1011100 | 0 | 1001011 | 101010 | 100110 | 101001110 | 111100 | 100111 |
Color Harmonies of #9F285C
Complementary color
Monochromatic Colors of #9F285C
Black with #9F285C
Text Example
Text Example
White with #9F285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F285C; }
p { color: rgb(159,40,92); }
H1.HeaderClassName
{
color: #9F285C;
}
.AnyTagClassName
{
color: #9F285C;
}
</style>
background-color css
<style>
a { background-color: #9F285C; }
a { background-color: rgb(159,40,92); }
div.DivClassName
{
background-color: #9F285C;
}
.BgClassName
{
background-color: #9F285C;
}
</style>
border-color css
<style>
span { border-color: #9F285C; }
span { border-color: rgb(159,40,92); }
td.TdClassName
{
border-color: #9F285C;
}
.TagClassName
{
border-color: #9F285C;
}
</style>