Shades of Lipstick #9F2668
Tints of Lipstick #9F2668
RGB
CMYK
RGB Variations
Color information
#9F2668 (or 0x9F2668) is known color: Lipstick. HEX triplet: 9F, 26 and 68. RGB value is (159,38,104). Sum of RGB (Red+Green+Blue) = 159+38+104=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2668 is #60D997. Grayscale: #515151. Windows color (decimal): -6347160 or 6825631. OLE color: 6825631.
HSL color Cylindrical-coordinate representation of color #9F2668: hue angle of 327.27º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2668 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 104 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.38 |
| HSL | 327.27º | 0.61% | 0.39% | - |
| HSV(B) | 327.27º | 0.76% | 0.62% | - |
| XYZ | 17.49 | 9.76 | 14.06 | - |
| YUV | 81.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 104 | 0 | 0.76 | 0.35 | 0.38 | 327.27 | 0.61 | 0.39 |
| Hex | 9F | 26 | 68 | 0 | 4C | 23 | 26 | 147 | 3D | 27 |
| Octal | 237 | 46 | 150 | 0 | 114 | 43 | 46 | 507 | 75 | 47 |
| Binary | 10011111 | 100110 | 1101000 | 0 | 1001100 | 100011 | 100110 | 101000111 | 111101 | 100111 |
Color Harmonies of #9F2668
Complementary color
Monochromatic Colors of #9F2668
Black with #9F2668
Text Example
Text Example
White with #9F2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2668; }
p { color: rgb(159,38,104); }
H1.HeaderClassName
{
color: #9F2668;
}
.AnyTagClassName
{
color: #9F2668;
}
</style>
background-color css
<style>
a { background-color: #9F2668; }
a { background-color: rgb(159,38,104); }
div.DivClassName
{
background-color: #9F2668;
}
.BgClassName
{
background-color: #9F2668;
}
</style>
border-color css
<style>
span { border-color: #9F2668; }
span { border-color: rgb(159,38,104); }
td.TdClassName
{
border-color: #9F2668;
}
.TagClassName
{
border-color: #9F2668;
}
</style>