Shades of Lipstick #9A2A5B
Tints of Lipstick #9A2A5B
RGB
CMYK
RGB Variations
Color information
#9A2A5B (or 0x9A2A5B) is known color: Lipstick. HEX triplet: 9A, 2A and 5B. RGB value is (154,42,91). Sum of RGB (Red+Green+Blue) = 154+42+91=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A5B is #65D5A4. Grayscale: #505050. Windows color (decimal): -6673829 or 5974682. OLE color: 5974682.
HSL color Cylindrical-coordinate representation of color #9A2A5B: hue angle of 333.75º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A5B is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 91 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.40 |
| HSL | 333.75º | 0.57% | 0.38% | - |
| HSV(B) | 333.75º | 0.73% | 0.6% | - |
| XYZ | 16.04 | 9.28 | 10.84 | - |
| YUV | 81.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 91 | 0 | 0.73 | 0.41 | 0.40 | 333.75 | 0.57 | 0.38 |
| Hex | 9A | 2A | 5B | 0 | 49 | 29 | 28 | 14E | 39 | 26 |
| Octal | 232 | 52 | 133 | 0 | 111 | 51 | 50 | 516 | 71 | 46 |
| Binary | 10011010 | 101010 | 1011011 | 0 | 1001001 | 101001 | 101000 | 101001110 | 111001 | 100110 |
Color Harmonies of #9A2A5B
Complementary color
Monochromatic Colors of #9A2A5B
Black with #9A2A5B
Text Example
Text Example
White with #9A2A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A5B; }
p { color: rgb(154,42,91); }
H1.HeaderClassName
{
color: #9A2A5B;
}
.AnyTagClassName
{
color: #9A2A5B;
}
</style>
background-color css
<style>
a { background-color: #9A2A5B; }
a { background-color: rgb(154,42,91); }
div.DivClassName
{
background-color: #9A2A5B;
}
.BgClassName
{
background-color: #9A2A5B;
}
</style>
border-color css
<style>
span { border-color: #9A2A5B; }
span { border-color: rgb(154,42,91); }
td.TdClassName
{
border-color: #9A2A5B;
}
.TagClassName
{
border-color: #9A2A5B;
}
</style>