Shades of Lipstick #9A235A
Tints of Lipstick #9A235A
RGB
CMYK
RGB Variations
Color information
#9A235A (or 0x9A235A) is known color: Lipstick. HEX triplet: 9A, 23 and 5A. RGB value is (154,35,90). Sum of RGB (Red+Green+Blue) = 154+35+90=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A235A is #65DCA5. Grayscale: #4C4C4C. Windows color (decimal): -6675622 or 5907354. OLE color: 5907354.
HSL color Cylindrical-coordinate representation of color #9A235A: hue angle of 332.27º degrees, saturation: 0.63, 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 #9A235A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 90 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.40 |
| HSL | 332.27º | 0.63% | 0.37% | - |
| HSV(B) | 332.27º | 0.77% | 0.6% | - |
| XYZ | 15.77 | 8.81 | 10.54 | - |
| YUV | 76.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 90 | 0 | 0.77 | 0.42 | 0.40 | 332.27 | 0.63 | 0.37 |
| Hex | 9A | 23 | 5A | 0 | 4D | 2A | 28 | 14C | 3F | 25 |
| Octal | 232 | 43 | 132 | 0 | 115 | 52 | 50 | 514 | 77 | 45 |
| Binary | 10011010 | 100011 | 1011010 | 0 | 1001101 | 101010 | 101000 | 101001100 | 111111 | 100101 |
Color Harmonies of #9A235A
Complementary color
Monochromatic Colors of #9A235A
Black with #9A235A
Text Example
Text Example
White with #9A235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A235A; }
p { color: rgb(154,35,90); }
H1.HeaderClassName
{
color: #9A235A;
}
.AnyTagClassName
{
color: #9A235A;
}
</style>
background-color css
<style>
a { background-color: #9A235A; }
a { background-color: rgb(154,35,90); }
div.DivClassName
{
background-color: #9A235A;
}
.BgClassName
{
background-color: #9A235A;
}
</style>
border-color css
<style>
span { border-color: #9A235A; }
span { border-color: rgb(154,35,90); }
td.TdClassName
{
border-color: #9A235A;
}
.TagClassName
{
border-color: #9A235A;
}
</style>