Shades of Lipstick #9B1E50
Tints of Lipstick #9B1E50
RGB
CMYK
RGB Variations
Color information
#9B1E50 (or 0x9B1E50) is known color: Lipstick. HEX triplet: 9B, 1E and 50. RGB value is (155,30,80). Sum of RGB (Red+Green+Blue) = 155+30+80=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E50 is #64E1AF. Grayscale: #494949. Windows color (decimal): -6611376 or 5250715. OLE color: 5250715.
HSL color Cylindrical-coordinate representation of color #9B1E50: hue angle of 336º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E50 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 80 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.39 |
| HSL | 336º | 0.68% | 0.36% | - |
| HSV(B) | 336º | 0.81% | 0.61% | - |
| XYZ | 15.43 | 8.48 | 8.41 | - |
| YUV | 73.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 80 | 0 | 0.81 | 0.48 | 0.39 | 336 | 0.68 | 0.36 |
| Hex | 9B | 1E | 50 | 0 | 51 | 30 | 27 | 150 | 44 | 24 |
| Octal | 233 | 36 | 120 | 0 | 121 | 60 | 47 | 520 | 104 | 44 |
| Binary | 10011011 | 11110 | 1010000 | 0 | 1010001 | 110000 | 100111 | 101010000 | 1000100 | 100100 |
Color Harmonies of #9B1E50
Complementary color
Monochromatic Colors of #9B1E50
Black with #9B1E50
Text Example
Text Example
White with #9B1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E50; }
p { color: rgb(155,30,80); }
H1.HeaderClassName
{
color: #9B1E50;
}
.AnyTagClassName
{
color: #9B1E50;
}
</style>
background-color css
<style>
a { background-color: #9B1E50; }
a { background-color: rgb(155,30,80); }
div.DivClassName
{
background-color: #9B1E50;
}
.BgClassName
{
background-color: #9B1E50;
}
</style>
border-color css
<style>
span { border-color: #9B1E50; }
span { border-color: rgb(155,30,80); }
td.TdClassName
{
border-color: #9B1E50;
}
.TagClassName
{
border-color: #9B1E50;
}
</style>