Shades of Lipstick #9B2659
Tints of Lipstick #9B2659
RGB
CMYK
RGB Variations
Color information
#9B2659 (or 0x9B2659) is known color: Lipstick. HEX triplet: 9B, 26 and 59. RGB value is (155,38,89). Sum of RGB (Red+Green+Blue) = 155+38+89=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2659 is #64D9A6. Grayscale: #4E4E4E. Windows color (decimal): -6609319 or 5842587. OLE color: 5842587.
HSL color Cylindrical-coordinate representation of color #9B2659: hue angle of 333.85º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2659 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 89 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.39 |
| HSL | 333.85º | 0.61% | 0.38% | - |
| HSV(B) | 333.85º | 0.75% | 0.61% | - |
| XYZ | 16.01 | 9.08 | 10.36 | - |
| YUV | 78.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 89 | 0 | 0.75 | 0.43 | 0.39 | 333.85 | 0.61 | 0.38 |
| Hex | 9B | 26 | 59 | 0 | 4B | 2B | 27 | 14E | 3D | 26 |
| Octal | 233 | 46 | 131 | 0 | 113 | 53 | 47 | 516 | 75 | 46 |
| Binary | 10011011 | 100110 | 1011001 | 0 | 1001011 | 101011 | 100111 | 101001110 | 111101 | 100110 |
Color Harmonies of #9B2659
Complementary color
Monochromatic Colors of #9B2659
Black with #9B2659
Text Example
Text Example
White with #9B2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2659; }
p { color: rgb(155,38,89); }
H1.HeaderClassName
{
color: #9B2659;
}
.AnyTagClassName
{
color: #9B2659;
}
</style>
background-color css
<style>
a { background-color: #9B2659; }
a { background-color: rgb(155,38,89); }
div.DivClassName
{
background-color: #9B2659;
}
.BgClassName
{
background-color: #9B2659;
}
</style>
border-color css
<style>
span { border-color: #9B2659; }
span { border-color: rgb(155,38,89); }
td.TdClassName
{
border-color: #9B2659;
}
.TagClassName
{
border-color: #9B2659;
}
</style>