Shades of Lipstick #9C245E
Tints of Lipstick #9C245E
RGB
CMYK
RGB Variations
Color information
#9C245E (or 0x9C245E) is known color: Lipstick. HEX triplet: 9C, 24 and 5E. RGB value is (156,36,94). Sum of RGB (Red+Green+Blue) = 156+36+94=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C245E is #63DBA1. Grayscale: #4E4E4E. Windows color (decimal): -6544290 or 6169756. OLE color: 6169756.
HSL color Cylindrical-coordinate representation of color #9C245E: hue angle of 331º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C245E is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 94 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.39 |
| HSL | 331º | 0.63% | 0.38% | - |
| HSV(B) | 331º | 0.77% | 0.61% | - |
| XYZ | 16.36 | 9.14 | 11.49 | - |
| YUV | 78.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 94 | 0 | 0.77 | 0.40 | 0.39 | 331 | 0.63 | 0.38 |
| Hex | 9C | 24 | 5E | 0 | 4D | 28 | 27 | 14B | 3E | 26 |
| Octal | 234 | 44 | 136 | 0 | 115 | 50 | 47 | 513 | 76 | 46 |
| Binary | 10011100 | 100100 | 1011110 | 0 | 1001101 | 101000 | 100111 | 101001011 | 111110 | 100110 |
Color Harmonies of #9C245E
Complementary color
Monochromatic Colors of #9C245E
Black with #9C245E
Text Example
Text Example
White with #9C245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C245E; }
p { color: rgb(156,36,94); }
H1.HeaderClassName
{
color: #9C245E;
}
.AnyTagClassName
{
color: #9C245E;
}
</style>
background-color css
<style>
a { background-color: #9C245E; }
a { background-color: rgb(156,36,94); }
div.DivClassName
{
background-color: #9C245E;
}
.BgClassName
{
background-color: #9C245E;
}
</style>
border-color css
<style>
span { border-color: #9C245E; }
span { border-color: rgb(156,36,94); }
td.TdClassName
{
border-color: #9C245E;
}
.TagClassName
{
border-color: #9C245E;
}
</style>