Shades of Lipstick #9A295D
Tints of Lipstick #9A295D
RGB
CMYK
RGB Variations
Color information
#9A295D (or 0x9A295D) is known color: Lipstick. HEX triplet: 9A, 29 and 5D. RGB value is (154,41,93). Sum of RGB (Red+Green+Blue) = 154+41+93=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A295D is #65D6A2. Grayscale: #505050. Windows color (decimal): -6674083 or 6105498. OLE color: 6105498.
HSL color Cylindrical-coordinate representation of color #9A295D: hue angle of 332.39º degrees, saturation: 0.58, 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 #9A295D is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 93 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.40 |
| HSL | 332.39º | 0.58% | 0.38% | - |
| HSV(B) | 332.39º | 0.73% | 0.6% | - |
| XYZ | 16.1 | 9.25 | 11.29 | - |
| YUV | 80.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 93 | 0 | 0.73 | 0.40 | 0.40 | 332.39 | 0.58 | 0.38 |
| Hex | 9A | 29 | 5D | 0 | 49 | 28 | 28 | 14C | 3A | 26 |
| Octal | 232 | 51 | 135 | 0 | 111 | 50 | 50 | 514 | 72 | 46 |
| Binary | 10011010 | 101001 | 1011101 | 0 | 1001001 | 101000 | 101000 | 101001100 | 111010 | 100110 |
Color Harmonies of #9A295D
Complementary color
Monochromatic Colors of #9A295D
Black with #9A295D
Text Example
Text Example
White with #9A295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A295D; }
p { color: rgb(154,41,93); }
H1.HeaderClassName
{
color: #9A295D;
}
.AnyTagClassName
{
color: #9A295D;
}
</style>
background-color css
<style>
a { background-color: #9A295D; }
a { background-color: rgb(154,41,93); }
div.DivClassName
{
background-color: #9A295D;
}
.BgClassName
{
background-color: #9A295D;
}
</style>
border-color css
<style>
span { border-color: #9A295D; }
span { border-color: rgb(154,41,93); }
td.TdClassName
{
border-color: #9A295D;
}
.TagClassName
{
border-color: #9A295D;
}
</style>