Shades of Lipstick #9C2C6E
Tints of Lipstick #9C2C6E
RGB
CMYK
RGB Variations
Color information
#9C2C6E (or 0x9C2C6E) is known color: Lipstick. HEX triplet: 9C, 2C and 6E. RGB value is (156,44,110). Sum of RGB (Red+Green+Blue) = 156+44+110=310 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.32% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2C6E is #63D391. Grayscale: #545454. Windows color (decimal): -6542226 or 7220380. OLE color: 7220380.
HSL color Cylindrical-coordinate representation of color #9C2C6E: hue angle of 324.64º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2C6E is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 44 | 110 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.39 |
| HSL | 324.64º | 0.56% | 0.39% | - |
| HSV(B) | 324.64º | 0.72% | 0.61% | - |
| XYZ | 17.43 | 10 | 15.76 | - |
| YUV | 85.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 44 | 110 | 0 | 0.72 | 0.29 | 0.39 | 324.64 | 0.56 | 0.39 |
| Hex | 9C | 2C | 6E | 0 | 48 | 1D | 27 | 145 | 38 | 27 |
| Octal | 234 | 54 | 156 | 0 | 110 | 35 | 47 | 505 | 70 | 47 |
| Binary | 10011100 | 101100 | 1101110 | 0 | 1001000 | 11101 | 100111 | 101000101 | 111000 | 100111 |
Color Harmonies of #9C2C6E
Complementary color
Monochromatic Colors of #9C2C6E
Black with #9C2C6E
Text Example
Text Example
White with #9C2C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2C6E; }
p { color: rgb(156,44,110); }
H1.HeaderClassName
{
color: #9C2C6E;
}
.AnyTagClassName
{
color: #9C2C6E;
}
</style>
background-color css
<style>
a { background-color: #9C2C6E; }
a { background-color: rgb(156,44,110); }
div.DivClassName
{
background-color: #9C2C6E;
}
.BgClassName
{
background-color: #9C2C6E;
}
</style>
border-color css
<style>
span { border-color: #9C2C6E; }
span { border-color: rgb(156,44,110); }
td.TdClassName
{
border-color: #9C2C6E;
}
.TagClassName
{
border-color: #9C2C6E;
}
</style>