Shades of Lipstick #9C255D
Tints of Lipstick #9C255D
RGB
CMYK
RGB Variations
Color information
#9C255D (or 0x9C255D) is known color: Lipstick. HEX triplet: 9C, 25 and 5D. RGB value is (156,37,93). Sum of RGB (Red+Green+Blue) = 156+37+93=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C255D is #63DAA2. Grayscale: #4E4E4E. Windows color (decimal): -6544035 or 6104476. OLE color: 6104476.
HSL color Cylindrical-coordinate representation of color #9C255D: hue angle of 331.76º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C255D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 93 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.39 |
| HSL | 331.76º | 0.62% | 0.38% | - |
| HSV(B) | 331.76º | 0.76% | 0.61% | - |
| XYZ | 16.35 | 9.18 | 11.27 | - |
| YUV | 78.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 93 | 0 | 0.76 | 0.40 | 0.39 | 331.76 | 0.62 | 0.38 |
| Hex | 9C | 25 | 5D | 0 | 4C | 28 | 27 | 14C | 3E | 26 |
| Octal | 234 | 45 | 135 | 0 | 114 | 50 | 47 | 514 | 76 | 46 |
| Binary | 10011100 | 100101 | 1011101 | 0 | 1001100 | 101000 | 100111 | 101001100 | 111110 | 100110 |
Color Harmonies of #9C255D
Complementary color
Monochromatic Colors of #9C255D
Black with #9C255D
Text Example
Text Example
White with #9C255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C255D; }
p { color: rgb(156,37,93); }
H1.HeaderClassName
{
color: #9C255D;
}
.AnyTagClassName
{
color: #9C255D;
}
</style>
background-color css
<style>
a { background-color: #9C255D; }
a { background-color: rgb(156,37,93); }
div.DivClassName
{
background-color: #9C255D;
}
.BgClassName
{
background-color: #9C255D;
}
</style>
border-color css
<style>
span { border-color: #9C255D; }
span { border-color: rgb(156,37,93); }
td.TdClassName
{
border-color: #9C255D;
}
.TagClassName
{
border-color: #9C255D;
}
</style>