Shades of Lipstick #9A2A5E
Tints of Lipstick #9A2A5E
RGB
CMYK
RGB Variations
Color information
#9A2A5E (or 0x9A2A5E) is known color: Lipstick. HEX triplet: 9A, 2A and 5E. RGB value is (154,42,94). Sum of RGB (Red+Green+Blue) = 154+42+94=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A5E is #65D5A1. Grayscale: #515151. Windows color (decimal): -6673826 or 6171290. OLE color: 6171290.
HSL color Cylindrical-coordinate representation of color #9A2A5E: hue angle of 332.14º 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 #9A2A5E is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 94 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.40 |
| HSL | 332.14º | 0.57% | 0.38% | - |
| HSV(B) | 332.14º | 0.73% | 0.6% | - |
| XYZ | 16.17 | 9.33 | 11.54 | - |
| YUV | 81.42 | 135.11 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 94 | 0 | 0.73 | 0.39 | 0.40 | 332.14 | 0.57 | 0.38 |
| Hex | 9A | 2A | 5E | 0 | 49 | 27 | 28 | 14C | 39 | 26 |
| Octal | 232 | 52 | 136 | 0 | 111 | 47 | 50 | 514 | 71 | 46 |
| Binary | 10011010 | 101010 | 1011110 | 0 | 1001001 | 100111 | 101000 | 101001100 | 111001 | 100110 |
Color Harmonies of #9A2A5E
Complementary color
Monochromatic Colors of #9A2A5E
Black with #9A2A5E
Text Example
Text Example
White with #9A2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A5E; }
p { color: rgb(154,42,94); }
H1.HeaderClassName
{
color: #9A2A5E;
}
.AnyTagClassName
{
color: #9A2A5E;
}
</style>
background-color css
<style>
a { background-color: #9A2A5E; }
a { background-color: rgb(154,42,94); }
div.DivClassName
{
background-color: #9A2A5E;
}
.BgClassName
{
background-color: #9A2A5E;
}
</style>
border-color css
<style>
span { border-color: #9A2A5E; }
span { border-color: rgb(154,42,94); }
td.TdClassName
{
border-color: #9A2A5E;
}
.TagClassName
{
border-color: #9A2A5E;
}
</style>