Shades of Lipstick #9A245D
Tints of Lipstick #9A245D
RGB
CMYK
RGB Variations
Color information
#9A245D (or 0x9A245D) is known color: Lipstick. HEX triplet: 9A, 24 and 5D. RGB value is (154,36,93). Sum of RGB (Red+Green+Blue) = 154+36+93=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A245D is #65DBA2. Grayscale: #4D4D4D. Windows color (decimal): -6675363 or 6104218. OLE color: 6104218.
HSL color Cylindrical-coordinate representation of color #9A245D: hue angle of 331.02º 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 #9A245D is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 93 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.40 |
| HSL | 331.02º | 0.62% | 0.37% | - |
| HSV(B) | 331.02º | 0.77% | 0.6% | - |
| XYZ | 15.93 | 8.92 | 11.24 | - |
| YUV | 77.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 93 | 0 | 0.77 | 0.40 | 0.40 | 331.02 | 0.62 | 0.37 |
| Hex | 9A | 24 | 5D | 0 | 4D | 28 | 28 | 14B | 3E | 25 |
| Octal | 232 | 44 | 135 | 0 | 115 | 50 | 50 | 513 | 76 | 45 |
| Binary | 10011010 | 100100 | 1011101 | 0 | 1001101 | 101000 | 101000 | 101001011 | 111110 | 100101 |
Color Harmonies of #9A245D
Complementary color
Monochromatic Colors of #9A245D
Black with #9A245D
Text Example
Text Example
White with #9A245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A245D; }
p { color: rgb(154,36,93); }
H1.HeaderClassName
{
color: #9A245D;
}
.AnyTagClassName
{
color: #9A245D;
}
</style>
background-color css
<style>
a { background-color: #9A245D; }
a { background-color: rgb(154,36,93); }
div.DivClassName
{
background-color: #9A245D;
}
.BgClassName
{
background-color: #9A245D;
}
</style>
border-color css
<style>
span { border-color: #9A245D; }
span { border-color: rgb(154,36,93); }
td.TdClassName
{
border-color: #9A245D;
}
.TagClassName
{
border-color: #9A245D;
}
</style>