Shades of Lipstick #9A2364
Tints of Lipstick #9A2364
RGB
CMYK
RGB Variations
Color information
#9A2364 (or 0x9A2364) is known color: Lipstick. HEX triplet: 9A, 23 and 64. RGB value is (154,35,100). Sum of RGB (Red+Green+Blue) = 154+35+100=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2364 is #65DC9B. Grayscale: #4D4D4D. Windows color (decimal): -6675612 or 6562714. OLE color: 6562714.
HSL color Cylindrical-coordinate representation of color #9A2364: hue angle of 327.23º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2364 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 100 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.40 |
| HSL | 327.23º | 0.63% | 0.37% | - |
| HSV(B) | 327.23º | 0.77% | 0.6% | - |
| XYZ | 16.23 | 8.99 | 12.94 | - |
| YUV | 77.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 100 | 0 | 0.77 | 0.35 | 0.40 | 327.23 | 0.63 | 0.37 |
| Hex | 9A | 23 | 64 | 0 | 4D | 23 | 28 | 147 | 3F | 25 |
| Octal | 232 | 43 | 144 | 0 | 115 | 43 | 50 | 507 | 77 | 45 |
| Binary | 10011010 | 100011 | 1100100 | 0 | 1001101 | 100011 | 101000 | 101000111 | 111111 | 100101 |
Color Harmonies of #9A2364
Complementary color
Monochromatic Colors of #9A2364
Black with #9A2364
Text Example
Text Example
White with #9A2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2364; }
p { color: rgb(154,35,100); }
H1.HeaderClassName
{
color: #9A2364;
}
.AnyTagClassName
{
color: #9A2364;
}
</style>
background-color css
<style>
a { background-color: #9A2364; }
a { background-color: rgb(154,35,100); }
div.DivClassName
{
background-color: #9A2364;
}
.BgClassName
{
background-color: #9A2364;
}
</style>
border-color css
<style>
span { border-color: #9A2364; }
span { border-color: rgb(154,35,100); }
td.TdClassName
{
border-color: #9A2364;
}
.TagClassName
{
border-color: #9A2364;
}
</style>