Shades of Lipstick #9C225E
Tints of Lipstick #9C225E
RGB
CMYK
RGB Variations
Color information
#9C225E (or 0x9C225E) is known color: Lipstick. HEX triplet: 9C, 22 and 5E. RGB value is (156,34,94). Sum of RGB (Red+Green+Blue) = 156+34+94=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C225E is #63DDA1. Grayscale: #4D4D4D. Windows color (decimal): -6544802 or 6169244. OLE color: 6169244.
HSL color Cylindrical-coordinate representation of color #9C225E: hue angle of 330.49º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C225E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 34 | 94 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.39 |
| HSL | 330.49º | 0.64% | 0.37% | - |
| HSV(B) | 330.49º | 0.78% | 0.61% | - |
| XYZ | 16.3 | 9.02 | 11.47 | - |
| YUV | 77.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 94 | 0 | 0.78 | 0.40 | 0.39 | 330.49 | 0.64 | 0.37 |
| Hex | 9C | 22 | 5E | 0 | 4E | 28 | 27 | 14A | 40 | 25 |
| Octal | 234 | 42 | 136 | 0 | 116 | 50 | 47 | 512 | 100 | 45 |
| Binary | 10011100 | 100010 | 1011110 | 0 | 1001110 | 101000 | 100111 | 101001010 | 1000000 | 100101 |
Color Harmonies of #9C225E
Complementary color
Monochromatic Colors of #9C225E
Black with #9C225E
Text Example
Text Example
White with #9C225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C225E; }
p { color: rgb(156,34,94); }
H1.HeaderClassName
{
color: #9C225E;
}
.AnyTagClassName
{
color: #9C225E;
}
</style>
background-color css
<style>
a { background-color: #9C225E; }
a { background-color: rgb(156,34,94); }
div.DivClassName
{
background-color: #9C225E;
}
.BgClassName
{
background-color: #9C225E;
}
</style>
border-color css
<style>
span { border-color: #9C225E; }
span { border-color: rgb(156,34,94); }
td.TdClassName
{
border-color: #9C225E;
}
.TagClassName
{
border-color: #9C225E;
}
</style>