Shades of Lipstick #9C2562
Tints of Lipstick #9C2562
RGB
CMYK
RGB Variations
Color information
#9C2562 (or 0x9C2562) is known color: Lipstick. HEX triplet: 9C, 25 and 62. RGB value is (156,37,98). Sum of RGB (Red+Green+Blue) = 156+37+98=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2562 is #63DA9D. Grayscale: #4F4F4F. Windows color (decimal): -6544030 or 6432156. OLE color: 6432156.
HSL color Cylindrical-coordinate representation of color #9C2562: hue angle of 329.24º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2562 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 98 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.39 |
| HSL | 329.24º | 0.62% | 0.38% | - |
| HSV(B) | 329.24º | 0.76% | 0.61% | - |
| XYZ | 16.58 | 9.27 | 12.47 | - |
| YUV | 79.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 98 | 0 | 0.76 | 0.37 | 0.39 | 329.24 | 0.62 | 0.38 |
| Hex | 9C | 25 | 62 | 0 | 4C | 25 | 27 | 149 | 3E | 26 |
| Octal | 234 | 45 | 142 | 0 | 114 | 45 | 47 | 511 | 76 | 46 |
| Binary | 10011100 | 100101 | 1100010 | 0 | 1001100 | 100101 | 100111 | 101001001 | 111110 | 100110 |
Color Harmonies of #9C2562
Complementary color
Monochromatic Colors of #9C2562
Black with #9C2562
Text Example
Text Example
White with #9C2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2562; }
p { color: rgb(156,37,98); }
H1.HeaderClassName
{
color: #9C2562;
}
.AnyTagClassName
{
color: #9C2562;
}
</style>
background-color css
<style>
a { background-color: #9C2562; }
a { background-color: rgb(156,37,98); }
div.DivClassName
{
background-color: #9C2562;
}
.BgClassName
{
background-color: #9C2562;
}
</style>
border-color css
<style>
span { border-color: #9C2562; }
span { border-color: rgb(156,37,98); }
td.TdClassName
{
border-color: #9C2562;
}
.TagClassName
{
border-color: #9C2562;
}
</style>