Shades of Lipstick #9F2A62
Tints of Lipstick #9F2A62
RGB
CMYK
RGB Variations
Color information
#9F2A62 (or 0x9F2A62) is known color: Lipstick. HEX triplet: 9F, 2A and 62. RGB value is (159,42,98). Sum of RGB (Red+Green+Blue) = 159+42+98=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A62 is #60D59D. Grayscale: #535353. Windows color (decimal): -6346142 or 6433439. OLE color: 6433439.
HSL color Cylindrical-coordinate representation of color #9F2A62: hue angle of 331.28º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A62 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 98 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.38 |
| HSL | 331.28º | 0.58% | 0.39% | - |
| HSV(B) | 331.28º | 0.74% | 0.62% | - |
| XYZ | 17.33 | 9.91 | 12.55 | - |
| YUV | 83.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 98 | 0 | 0.74 | 0.38 | 0.38 | 331.28 | 0.58 | 0.39 |
| Hex | 9F | 2A | 62 | 0 | 4A | 26 | 26 | 14B | 3A | 27 |
| Octal | 237 | 52 | 142 | 0 | 112 | 46 | 46 | 513 | 72 | 47 |
| Binary | 10011111 | 101010 | 1100010 | 0 | 1001010 | 100110 | 100110 | 101001011 | 111010 | 100111 |
Color Harmonies of #9F2A62
Complementary color
Monochromatic Colors of #9F2A62
Black with #9F2A62
Text Example
Text Example
White with #9F2A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A62; }
p { color: rgb(159,42,98); }
H1.HeaderClassName
{
color: #9F2A62;
}
.AnyTagClassName
{
color: #9F2A62;
}
</style>
background-color css
<style>
a { background-color: #9F2A62; }
a { background-color: rgb(159,42,98); }
div.DivClassName
{
background-color: #9F2A62;
}
.BgClassName
{
background-color: #9F2A62;
}
</style>
border-color css
<style>
span { border-color: #9F2A62; }
span { border-color: rgb(159,42,98); }
td.TdClassName
{
border-color: #9F2A62;
}
.TagClassName
{
border-color: #9F2A62;
}
</style>