Shades of Lipstick #9A265B
Tints of Lipstick #9A265B
RGB
CMYK
RGB Variations
Color information
#9A265B (or 0x9A265B) is known color: Lipstick. HEX triplet: 9A, 26 and 5B. RGB value is (154,38,91). Sum of RGB (Red+Green+Blue) = 154+38+91=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A265B is #65D9A4. Grayscale: #4E4E4E. Windows color (decimal): -6674853 or 5973658. OLE color: 5973658.
HSL color Cylindrical-coordinate representation of color #9A265B: hue angle of 332.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A265B is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 91 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.40 |
| HSL | 332.59º | 0.6% | 0.38% | - |
| HSV(B) | 332.59º | 0.75% | 0.6% | - |
| XYZ | 15.91 | 9.01 | 10.8 | - |
| YUV | 78.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 91 | 0 | 0.75 | 0.41 | 0.40 | 332.59 | 0.6 | 0.38 |
| Hex | 9A | 26 | 5B | 0 | 4B | 29 | 28 | 14D | 3C | 26 |
| Octal | 232 | 46 | 133 | 0 | 113 | 51 | 50 | 515 | 74 | 46 |
| Binary | 10011010 | 100110 | 1011011 | 0 | 1001011 | 101001 | 101000 | 101001101 | 111100 | 100110 |
Color Harmonies of #9A265B
Complementary color
Monochromatic Colors of #9A265B
Black with #9A265B
Text Example
Text Example
White with #9A265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A265B; }
p { color: rgb(154,38,91); }
H1.HeaderClassName
{
color: #9A265B;
}
.AnyTagClassName
{
color: #9A265B;
}
</style>
background-color css
<style>
a { background-color: #9A265B; }
a { background-color: rgb(154,38,91); }
div.DivClassName
{
background-color: #9A265B;
}
.BgClassName
{
background-color: #9A265B;
}
</style>
border-color css
<style>
span { border-color: #9A265B; }
span { border-color: rgb(154,38,91); }
td.TdClassName
{
border-color: #9A265B;
}
.TagClassName
{
border-color: #9A265B;
}
</style>