Shades of Lipstick #9F2058
Tints of Lipstick #9F2058
RGB
CMYK
RGB Variations
Color information
#9F2058 (or 0x9F2058) is known color: Lipstick. HEX triplet: 9F, 20 and 58. RGB value is (159,32,88). Sum of RGB (Red+Green+Blue) = 159+32+88=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2058 is #60DFA7. Grayscale: #4C4C4C. Windows color (decimal): -6348712 or 5775519. OLE color: 5775519.
HSL color Cylindrical-coordinate representation of color #9F2058: hue angle of 333.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2058 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 32 | 88 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.38 |
| HSL | 333.54º | 0.66% | 0.37% | - |
| HSV(B) | 333.54º | 0.8% | 0.62% | - |
| XYZ | 16.58 | 9.11 | 10.12 | - |
| YUV | 76.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 32 | 88 | 0 | 0.80 | 0.45 | 0.38 | 333.54 | 0.66 | 0.37 |
| Hex | 9F | 20 | 58 | 0 | 50 | 2D | 26 | 14E | 42 | 25 |
| Octal | 237 | 40 | 130 | 0 | 120 | 55 | 46 | 516 | 102 | 45 |
| Binary | 10011111 | 100000 | 1011000 | 0 | 1010000 | 101101 | 100110 | 101001110 | 1000010 | 100101 |
Color Harmonies of #9F2058
Complementary color
Monochromatic Colors of #9F2058
Black with #9F2058
Text Example
Text Example
White with #9F2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2058; }
p { color: rgb(159,32,88); }
H1.HeaderClassName
{
color: #9F2058;
}
.AnyTagClassName
{
color: #9F2058;
}
</style>
background-color css
<style>
a { background-color: #9F2058; }
a { background-color: rgb(159,32,88); }
div.DivClassName
{
background-color: #9F2058;
}
.BgClassName
{
background-color: #9F2058;
}
</style>
border-color css
<style>
span { border-color: #9F2058; }
span { border-color: rgb(159,32,88); }
td.TdClassName
{
border-color: #9F2058;
}
.TagClassName
{
border-color: #9F2058;
}
</style>