Shades of Lipstick #9C1E5A
Tints of Lipstick #9C1E5A
RGB
CMYK
RGB Variations
Color information
#9C1E5A (or 0x9C1E5A) is known color: Lipstick. HEX triplet: 9C, 1E and 5A. RGB value is (156,30,90). Sum of RGB (Red+Green+Blue) = 156+30+90=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E5A is #63E1A5. Grayscale: #4A4A4A. Windows color (decimal): -6545830 or 5906076. OLE color: 5906076.
HSL color Cylindrical-coordinate representation of color #9C1E5A: hue angle of 331.43º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E5A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 90 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.39 |
| HSL | 331.43º | 0.68% | 0.36% | - |
| HSV(B) | 331.43º | 0.81% | 0.61% | - |
| XYZ | 16.02 | 8.73 | 10.51 | - |
| YUV | 74.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 90 | 0 | 0.81 | 0.42 | 0.39 | 331.43 | 0.68 | 0.36 |
| Hex | 9C | 1E | 5A | 0 | 51 | 2A | 27 | 14B | 44 | 24 |
| Octal | 234 | 36 | 132 | 0 | 121 | 52 | 47 | 513 | 104 | 44 |
| Binary | 10011100 | 11110 | 1011010 | 0 | 1010001 | 101010 | 100111 | 101001011 | 1000100 | 100100 |
Color Harmonies of #9C1E5A
Complementary color
Monochromatic Colors of #9C1E5A
Black with #9C1E5A
Text Example
Text Example
White with #9C1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E5A; }
p { color: rgb(156,30,90); }
H1.HeaderClassName
{
color: #9C1E5A;
}
.AnyTagClassName
{
color: #9C1E5A;
}
</style>
background-color css
<style>
a { background-color: #9C1E5A; }
a { background-color: rgb(156,30,90); }
div.DivClassName
{
background-color: #9C1E5A;
}
.BgClassName
{
background-color: #9C1E5A;
}
</style>
border-color css
<style>
span { border-color: #9C1E5A; }
span { border-color: rgb(156,30,90); }
td.TdClassName
{
border-color: #9C1E5A;
}
.TagClassName
{
border-color: #9C1E5A;
}
</style>