Shades of Lipstick #9C315A
Tints of Lipstick #9C315A
RGB
CMYK
RGB Variations
Color information
#9C315A (or 0x9C315A) is known color: Lipstick. HEX triplet: 9C, 31 and 5A. RGB value is (156,49,90). Sum of RGB (Red+Green+Blue) = 156+49+90=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C315A is #63CEA5. Grayscale: #555555. Windows color (decimal): -6540966 or 5910940. OLE color: 5910940.
HSL color Cylindrical-coordinate representation of color #9C315A: hue angle of 337.01º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C315A is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 49 | 90 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.39 |
| HSL | 337.01º | 0.52% | 0.4% | - |
| HSV(B) | 337.01º | 0.69% | 0.61% | - |
| XYZ | 16.65 | 10 | 10.73 | - |
| YUV | 85.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 90 | 0 | 0.69 | 0.42 | 0.39 | 337.01 | 0.52 | 0.4 |
| Hex | 9C | 31 | 5A | 0 | 45 | 2A | 27 | 151 | 34 | 28 |
| Octal | 234 | 61 | 132 | 0 | 105 | 52 | 47 | 521 | 64 | 50 |
| Binary | 10011100 | 110001 | 1011010 | 0 | 1000101 | 101010 | 100111 | 101010001 | 110100 | 101000 |
Color Harmonies of #9C315A
Complementary color
Monochromatic Colors of #9C315A
Black with #9C315A
Text Example
Text Example
White with #9C315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C315A; }
p { color: rgb(156,49,90); }
H1.HeaderClassName
{
color: #9C315A;
}
.AnyTagClassName
{
color: #9C315A;
}
</style>
background-color css
<style>
a { background-color: #9C315A; }
a { background-color: rgb(156,49,90); }
div.DivClassName
{
background-color: #9C315A;
}
.BgClassName
{
background-color: #9C315A;
}
</style>
border-color css
<style>
span { border-color: #9C315A; }
span { border-color: rgb(156,49,90); }
td.TdClassName
{
border-color: #9C315A;
}
.TagClassName
{
border-color: #9C315A;
}
</style>