Shades of Lipstick #9A2A5A
Tints of Lipstick #9A2A5A
RGB
CMYK
RGB Variations
Color information
#9A2A5A (or 0x9A2A5A) is known color: Lipstick. HEX triplet: 9A, 2A and 5A. RGB value is (154,42,90). Sum of RGB (Red+Green+Blue) = 154+42+90=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A5A is #65D5A5. Grayscale: #505050. Windows color (decimal): -6673830 or 5909146. OLE color: 5909146.
HSL color Cylindrical-coordinate representation of color #9A2A5A: hue angle of 334.29º 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 #9A2A5A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 90 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.40 |
| HSL | 334.29º | 0.57% | 0.38% | - |
| HSV(B) | 334.29º | 0.73% | 0.6% | - |
| XYZ | 16 | 9.26 | 10.62 | - |
| YUV | 80.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 90 | 0 | 0.73 | 0.42 | 0.40 | 334.29 | 0.57 | 0.38 |
| Hex | 9A | 2A | 5A | 0 | 49 | 2A | 28 | 14E | 39 | 26 |
| Octal | 232 | 52 | 132 | 0 | 111 | 52 | 50 | 516 | 71 | 46 |
| Binary | 10011010 | 101010 | 1011010 | 0 | 1001001 | 101010 | 101000 | 101001110 | 111001 | 100110 |
Color Harmonies of #9A2A5A
Complementary color
Monochromatic Colors of #9A2A5A
Black with #9A2A5A
Text Example
Text Example
White with #9A2A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A5A; }
p { color: rgb(154,42,90); }
H1.HeaderClassName
{
color: #9A2A5A;
}
.AnyTagClassName
{
color: #9A2A5A;
}
</style>
background-color css
<style>
a { background-color: #9A2A5A; }
a { background-color: rgb(154,42,90); }
div.DivClassName
{
background-color: #9A2A5A;
}
.BgClassName
{
background-color: #9A2A5A;
}
</style>
border-color css
<style>
span { border-color: #9A2A5A; }
span { border-color: rgb(154,42,90); }
td.TdClassName
{
border-color: #9A2A5A;
}
.TagClassName
{
border-color: #9A2A5A;
}
</style>