Shades of Lipstick #9A225C
Tints of Lipstick #9A225C
RGB
CMYK
RGB Variations
Color information
#9A225C (or 0x9A225C) is known color: Lipstick. HEX triplet: 9A, 22 and 5C. RGB value is (154,34,92). Sum of RGB (Red+Green+Blue) = 154+34+92=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A225C is #65DDA3. Grayscale: #4C4C4C. Windows color (decimal): -6675876 or 6038170. OLE color: 6038170.
HSL color Cylindrical-coordinate representation of color #9A225C: hue angle of 331º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A225C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 92 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.40 |
| HSL | 331º | 0.64% | 0.37% | - |
| HSV(B) | 331º | 0.78% | 0.6% | - |
| XYZ | 15.83 | 8.79 | 10.99 | - |
| YUV | 76.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 92 | 0 | 0.78 | 0.40 | 0.40 | 331 | 0.64 | 0.37 |
| Hex | 9A | 22 | 5C | 0 | 4E | 28 | 28 | 14B | 40 | 25 |
| Octal | 232 | 42 | 134 | 0 | 116 | 50 | 50 | 513 | 100 | 45 |
| Binary | 10011010 | 100010 | 1011100 | 0 | 1001110 | 101000 | 101000 | 101001011 | 1000000 | 100101 |
Color Harmonies of #9A225C
Complementary color
Monochromatic Colors of #9A225C
Black with #9A225C
Text Example
Text Example
White with #9A225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A225C; }
p { color: rgb(154,34,92); }
H1.HeaderClassName
{
color: #9A225C;
}
.AnyTagClassName
{
color: #9A225C;
}
</style>
background-color css
<style>
a { background-color: #9A225C; }
a { background-color: rgb(154,34,92); }
div.DivClassName
{
background-color: #9A225C;
}
.BgClassName
{
background-color: #9A225C;
}
</style>
border-color css
<style>
span { border-color: #9A225C; }
span { border-color: rgb(154,34,92); }
td.TdClassName
{
border-color: #9A225C;
}
.TagClassName
{
border-color: #9A225C;
}
</style>