Shades of Lipstick #9B2858
Tints of Lipstick #9B2858
RGB
CMYK
RGB Variations
Color information
#9B2858 (or 0x9B2858) is known color: Lipstick. HEX triplet: 9B, 28 and 58. RGB value is (155,40,88). Sum of RGB (Red+Green+Blue) = 155+40+88=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2858 is #64D7A7. Grayscale: #4F4F4F. Windows color (decimal): -6608808 or 5777563. OLE color: 5777563.
HSL color Cylindrical-coordinate representation of color #9B2858: hue angle of 334.96º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2858 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 88 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.39 |
| HSL | 334.96º | 0.59% | 0.38% | - |
| HSV(B) | 334.96º | 0.74% | 0.61% | - |
| XYZ | 16.04 | 9.19 | 10.16 | - |
| YUV | 79.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 88 | 0 | 0.74 | 0.43 | 0.39 | 334.96 | 0.59 | 0.38 |
| Hex | 9B | 28 | 58 | 0 | 4A | 2B | 27 | 14F | 3B | 26 |
| Octal | 233 | 50 | 130 | 0 | 112 | 53 | 47 | 517 | 73 | 46 |
| Binary | 10011011 | 101000 | 1011000 | 0 | 1001010 | 101011 | 100111 | 101001111 | 111011 | 100110 |
Color Harmonies of #9B2858
Complementary color
Monochromatic Colors of #9B2858
Black with #9B2858
Text Example
Text Example
White with #9B2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2858; }
p { color: rgb(155,40,88); }
H1.HeaderClassName
{
color: #9B2858;
}
.AnyTagClassName
{
color: #9B2858;
}
</style>
background-color css
<style>
a { background-color: #9B2858; }
a { background-color: rgb(155,40,88); }
div.DivClassName
{
background-color: #9B2858;
}
.BgClassName
{
background-color: #9B2858;
}
</style>
border-color css
<style>
span { border-color: #9B2858; }
span { border-color: rgb(155,40,88); }
td.TdClassName
{
border-color: #9B2858;
}
.TagClassName
{
border-color: #9B2858;
}
</style>