Shades of Lipstick #9A245A
Tints of Lipstick #9A245A
RGB
CMYK
RGB Variations
Color information
#9A245A (or 0x9A245A) is known color: Lipstick. HEX triplet: 9A, 24 and 5A. RGB value is (154,36,90). Sum of RGB (Red+Green+Blue) = 154+36+90=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A245A is #65DBA5. Grayscale: #4D4D4D. Windows color (decimal): -6675366 or 5907610. OLE color: 5907610.
HSL color Cylindrical-coordinate representation of color #9A245A: hue angle of 332.54º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A245A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 90 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.40 |
| HSL | 332.54º | 0.62% | 0.37% | - |
| HSV(B) | 332.54º | 0.77% | 0.6% | - |
| XYZ | 15.8 | 8.87 | 10.55 | - |
| YUV | 77.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 90 | 0 | 0.77 | 0.42 | 0.40 | 332.54 | 0.62 | 0.37 |
| Hex | 9A | 24 | 5A | 0 | 4D | 2A | 28 | 14D | 3E | 25 |
| Octal | 232 | 44 | 132 | 0 | 115 | 52 | 50 | 515 | 76 | 45 |
| Binary | 10011010 | 100100 | 1011010 | 0 | 1001101 | 101010 | 101000 | 101001101 | 111110 | 100101 |
Color Harmonies of #9A245A
Complementary color
Monochromatic Colors of #9A245A
Black with #9A245A
Text Example
Text Example
White with #9A245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A245A; }
p { color: rgb(154,36,90); }
H1.HeaderClassName
{
color: #9A245A;
}
.AnyTagClassName
{
color: #9A245A;
}
</style>
background-color css
<style>
a { background-color: #9A245A; }
a { background-color: rgb(154,36,90); }
div.DivClassName
{
background-color: #9A245A;
}
.BgClassName
{
background-color: #9A245A;
}
</style>
border-color css
<style>
span { border-color: #9A245A; }
span { border-color: rgb(154,36,90); }
td.TdClassName
{
border-color: #9A245A;
}
.TagClassName
{
border-color: #9A245A;
}
</style>