Shades of Lipstick #9B1E5A
Tints of Lipstick #9B1E5A
RGB
CMYK
RGB Variations
Color information
#9B1E5A (or 0x9B1E5A) is known color: Lipstick. HEX triplet: 9B, 1E and 5A. RGB value is (155,30,90). Sum of RGB (Red+Green+Blue) = 155+30+90=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E5A is #64E1A5. Grayscale: #4A4A4A. Windows color (decimal): -6611366 or 5906075. OLE color: 5906075.
HSL color Cylindrical-coordinate representation of color #9B1E5A: hue angle of 331.2º 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 #9B1E5A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 30 | 90 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.39 |
| HSL | 331.2º | 0.68% | 0.36% | - |
| HSV(B) | 331.2º | 0.81% | 0.61% | - |
| XYZ | 15.83 | 8.64 | 10.51 | - |
| YUV | 74.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 30 | 90 | 0 | 0.81 | 0.42 | 0.39 | 331.2 | 0.68 | 0.36 |
| Hex | 9B | 1E | 5A | 0 | 51 | 2A | 27 | 14B | 44 | 24 |
| Octal | 233 | 36 | 132 | 0 | 121 | 52 | 47 | 513 | 104 | 44 |
| Binary | 10011011 | 11110 | 1011010 | 0 | 1010001 | 101010 | 100111 | 101001011 | 1000100 | 100100 |
Color Harmonies of #9B1E5A
Complementary color
Monochromatic Colors of #9B1E5A
Black with #9B1E5A
Text Example
Text Example
White with #9B1E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1E5A; }
p { color: rgb(155,30,90); }
H1.HeaderClassName
{
color: #9B1E5A;
}
.AnyTagClassName
{
color: #9B1E5A;
}
</style>
background-color css
<style>
a { background-color: #9B1E5A; }
a { background-color: rgb(155,30,90); }
div.DivClassName
{
background-color: #9B1E5A;
}
.BgClassName
{
background-color: #9B1E5A;
}
</style>
border-color css
<style>
span { border-color: #9B1E5A; }
span { border-color: rgb(155,30,90); }
td.TdClassName
{
border-color: #9B1E5A;
}
.TagClassName
{
border-color: #9B1E5A;
}
</style>