Shades of Lipstick #9C335D
Tints of Lipstick #9C335D
RGB
CMYK
RGB Variations
Color information
#9C335D (or 0x9C335D) is known color: Lipstick. HEX triplet: 9C, 33 and 5D. RGB value is (156,51,93). Sum of RGB (Red+Green+Blue) = 156+51+93=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C335D is #63CCA2. Grayscale: #575757. Windows color (decimal): -6540451 or 6108060. OLE color: 6108060.
HSL color Cylindrical-coordinate representation of color #9C335D: hue angle of 336º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C335D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 93 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.39 |
| HSL | 336º | 0.51% | 0.41% | - |
| HSV(B) | 336º | 0.67% | 0.61% | - |
| XYZ | 16.87 | 10.23 | 11.44 | - |
| YUV | 87.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 93 | 0 | 0.67 | 0.40 | 0.39 | 336 | 0.51 | 0.41 |
| Hex | 9C | 33 | 5D | 0 | 43 | 28 | 27 | 150 | 33 | 29 |
| Octal | 234 | 63 | 135 | 0 | 103 | 50 | 47 | 520 | 63 | 51 |
| Binary | 10011100 | 110011 | 1011101 | 0 | 1000011 | 101000 | 100111 | 101010000 | 110011 | 101001 |
Color Harmonies of #9C335D
Complementary color
Monochromatic Colors of #9C335D
Black with #9C335D
Text Example
Text Example
White with #9C335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C335D; }
p { color: rgb(156,51,93); }
H1.HeaderClassName
{
color: #9C335D;
}
.AnyTagClassName
{
color: #9C335D;
}
</style>
background-color css
<style>
a { background-color: #9C335D; }
a { background-color: rgb(156,51,93); }
div.DivClassName
{
background-color: #9C335D;
}
.BgClassName
{
background-color: #9C335D;
}
</style>
border-color css
<style>
span { border-color: #9C335D; }
span { border-color: rgb(156,51,93); }
td.TdClassName
{
border-color: #9C335D;
}
.TagClassName
{
border-color: #9C335D;
}
</style>