Shades of Lipstick #9C2466
Tints of Lipstick #9C2466
RGB
CMYK
RGB Variations
Color information
#9C2466 (or 0x9C2466) is known color: Lipstick. HEX triplet: 9C, 24 and 66. RGB value is (156,36,102). Sum of RGB (Red+Green+Blue) = 156+36+102=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2466 is #63DB99. Grayscale: #4F4F4F. Windows color (decimal): -6544282 or 6694044. OLE color: 6694044.
HSL color Cylindrical-coordinate representation of color #9C2466: hue angle of 327º 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 #9C2466 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 36 | 102 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.39 |
| HSL | 327º | 0.63% | 0.38% | - |
| HSV(B) | 327º | 0.77% | 0.61% | - |
| XYZ | 16.74 | 9.29 | 13.48 | - |
| YUV | 79.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 102 | 0 | 0.77 | 0.35 | 0.39 | 327 | 0.63 | 0.38 |
| Hex | 9C | 24 | 66 | 0 | 4D | 23 | 27 | 147 | 3E | 26 |
| Octal | 234 | 44 | 146 | 0 | 115 | 43 | 47 | 507 | 76 | 46 |
| Binary | 10011100 | 100100 | 1100110 | 0 | 1001101 | 100011 | 100111 | 101000111 | 111110 | 100110 |
Color Harmonies of #9C2466
Complementary color
Monochromatic Colors of #9C2466
Black with #9C2466
Text Example
Text Example
White with #9C2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2466; }
p { color: rgb(156,36,102); }
H1.HeaderClassName
{
color: #9C2466;
}
.AnyTagClassName
{
color: #9C2466;
}
</style>
background-color css
<style>
a { background-color: #9C2466; }
a { background-color: rgb(156,36,102); }
div.DivClassName
{
background-color: #9C2466;
}
.BgClassName
{
background-color: #9C2466;
}
</style>
border-color css
<style>
span { border-color: #9C2466; }
span { border-color: rgb(156,36,102); }
td.TdClassName
{
border-color: #9C2466;
}
.TagClassName
{
border-color: #9C2466;
}
</style>