Shades of Lipstick #9A2A6D
Tints of Lipstick #9A2A6D
RGB
CMYK
RGB Variations
Color information
#9A2A6D (or 0x9A2A6D) is known color: Lipstick. HEX triplet: 9A, 2A and 6D. RGB value is (154,42,109). Sum of RGB (Red+Green+Blue) = 154+42+109=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A6D is #65D592. Grayscale: #525252. Windows color (decimal): -6673811 or 7154330. OLE color: 7154330.
HSL color Cylindrical-coordinate representation of color #9A2A6D: hue angle of 324.11º 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 #9A2A6D is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 109 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.40 |
| HSL | 324.11º | 0.57% | 0.38% | - |
| HSV(B) | 324.11º | 0.73% | 0.6% | - |
| XYZ | 16.91 | 9.63 | 15.44 | - |
| YUV | 83.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 109 | 0 | 0.73 | 0.29 | 0.40 | 324.11 | 0.57 | 0.38 |
| Hex | 9A | 2A | 6D | 0 | 49 | 1D | 28 | 144 | 39 | 26 |
| Octal | 232 | 52 | 155 | 0 | 111 | 35 | 50 | 504 | 71 | 46 |
| Binary | 10011010 | 101010 | 1101101 | 0 | 1001001 | 11101 | 101000 | 101000100 | 111001 | 100110 |
Color Harmonies of #9A2A6D
Complementary color
Monochromatic Colors of #9A2A6D
Black with #9A2A6D
Text Example
Text Example
White with #9A2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A6D; }
p { color: rgb(154,42,109); }
H1.HeaderClassName
{
color: #9A2A6D;
}
.AnyTagClassName
{
color: #9A2A6D;
}
</style>
background-color css
<style>
a { background-color: #9A2A6D; }
a { background-color: rgb(154,42,109); }
div.DivClassName
{
background-color: #9A2A6D;
}
.BgClassName
{
background-color: #9A2A6D;
}
</style>
border-color css
<style>
span { border-color: #9A2A6D; }
span { border-color: rgb(154,42,109); }
td.TdClassName
{
border-color: #9A2A6D;
}
.TagClassName
{
border-color: #9A2A6D;
}
</style>