Shades of Lipstick #9B2763
Tints of Lipstick #9B2763
RGB
CMYK
RGB Variations
Color information
#9B2763 (or 0x9B2763) is known color: Lipstick. HEX triplet: 9B, 27 and 63. RGB value is (155,39,99). Sum of RGB (Red+Green+Blue) = 155+39+99=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2763 is #64D89C. Grayscale: #505050. Windows color (decimal): -6609053 or 6498203. OLE color: 6498203.
HSL color Cylindrical-coordinate representation of color #9B2763: hue angle of 328.97º degrees, saturation: 0.6, 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 #9B2763 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 39 | 99 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.39 |
| HSL | 328.97º | 0.6% | 0.38% | - |
| HSV(B) | 328.97º | 0.75% | 0.61% | - |
| XYZ | 16.5 | 9.32 | 12.73 | - |
| YUV | 80.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 39 | 99 | 0 | 0.75 | 0.36 | 0.39 | 328.97 | 0.6 | 0.38 |
| Hex | 9B | 27 | 63 | 0 | 4B | 24 | 27 | 149 | 3C | 26 |
| Octal | 233 | 47 | 143 | 0 | 113 | 44 | 47 | 511 | 74 | 46 |
| Binary | 10011011 | 100111 | 1100011 | 0 | 1001011 | 100100 | 100111 | 101001001 | 111100 | 100110 |
Color Harmonies of #9B2763
Complementary color
Monochromatic Colors of #9B2763
Black with #9B2763
Text Example
Text Example
White with #9B2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2763; }
p { color: rgb(155,39,99); }
H1.HeaderClassName
{
color: #9B2763;
}
.AnyTagClassName
{
color: #9B2763;
}
</style>
background-color css
<style>
a { background-color: #9B2763; }
a { background-color: rgb(155,39,99); }
div.DivClassName
{
background-color: #9B2763;
}
.BgClassName
{
background-color: #9B2763;
}
</style>
border-color css
<style>
span { border-color: #9B2763; }
span { border-color: rgb(155,39,99); }
td.TdClassName
{
border-color: #9B2763;
}
.TagClassName
{
border-color: #9B2763;
}
</style>