Shades of Lipstick #9A255C
Tints of Lipstick #9A255C
RGB
CMYK
RGB Variations
Color information
#9A255C (or 0x9A255C) is known color: Lipstick. HEX triplet: 9A, 25 and 5C. RGB value is (154,37,92). Sum of RGB (Red+Green+Blue) = 154+37+92=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A255C is #65DAA3. Grayscale: #4E4E4E. Windows color (decimal): -6675108 or 6038938. OLE color: 6038938.
HSL color Cylindrical-coordinate representation of color #9A255C: hue angle of 331.79º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A255C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 92 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.40 |
| HSL | 331.79º | 0.61% | 0.37% | - |
| HSV(B) | 331.79º | 0.76% | 0.6% | - |
| XYZ | 15.92 | 8.97 | 11.02 | - |
| YUV | 78.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 92 | 0 | 0.76 | 0.40 | 0.40 | 331.79 | 0.61 | 0.37 |
| Hex | 9A | 25 | 5C | 0 | 4C | 28 | 28 | 14C | 3D | 25 |
| Octal | 232 | 45 | 134 | 0 | 114 | 50 | 50 | 514 | 75 | 45 |
| Binary | 10011010 | 100101 | 1011100 | 0 | 1001100 | 101000 | 101000 | 101001100 | 111101 | 100101 |
Color Harmonies of #9A255C
Complementary color
Monochromatic Colors of #9A255C
Black with #9A255C
Text Example
Text Example
White with #9A255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A255C; }
p { color: rgb(154,37,92); }
H1.HeaderClassName
{
color: #9A255C;
}
.AnyTagClassName
{
color: #9A255C;
}
</style>
background-color css
<style>
a { background-color: #9A255C; }
a { background-color: rgb(154,37,92); }
div.DivClassName
{
background-color: #9A255C;
}
.BgClassName
{
background-color: #9A255C;
}
</style>
border-color css
<style>
span { border-color: #9A255C; }
span { border-color: rgb(154,37,92); }
td.TdClassName
{
border-color: #9A255C;
}
.TagClassName
{
border-color: #9A255C;
}
</style>