Shades of Lipstick #9B266A
Tints of Lipstick #9B266A
RGB
CMYK
RGB Variations
Color information
#9B266A (or 0x9B266A) is known color: Lipstick. HEX triplet: 9B, 26 and 6A. RGB value is (155,38,106). Sum of RGB (Red+Green+Blue) = 155+38+106=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B266A is #64D995. Grayscale: #505050. Windows color (decimal): -6609302 or 6956699. OLE color: 6956699.
HSL color Cylindrical-coordinate representation of color #9B266A: hue angle of 325.13º 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 #9B266A is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 106 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.39 |
| HSL | 325.13º | 0.61% | 0.38% | - |
| HSV(B) | 325.13º | 0.75% | 0.61% | - |
| XYZ | 16.81 | 9.4 | 14.56 | - |
| YUV | 80.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 106 | 0 | 0.75 | 0.32 | 0.39 | 325.13 | 0.61 | 0.38 |
| Hex | 9B | 26 | 6A | 0 | 4B | 20 | 27 | 145 | 3D | 26 |
| Octal | 233 | 46 | 152 | 0 | 113 | 40 | 47 | 505 | 75 | 46 |
| Binary | 10011011 | 100110 | 1101010 | 0 | 1001011 | 100000 | 100111 | 101000101 | 111101 | 100110 |
Color Harmonies of #9B266A
Complementary color
Monochromatic Colors of #9B266A
Black with #9B266A
Text Example
Text Example
White with #9B266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B266A; }
p { color: rgb(155,38,106); }
H1.HeaderClassName
{
color: #9B266A;
}
.AnyTagClassName
{
color: #9B266A;
}
</style>
background-color css
<style>
a { background-color: #9B266A; }
a { background-color: rgb(155,38,106); }
div.DivClassName
{
background-color: #9B266A;
}
.BgClassName
{
background-color: #9B266A;
}
</style>
border-color css
<style>
span { border-color: #9B266A; }
span { border-color: rgb(155,38,106); }
td.TdClassName
{
border-color: #9B266A;
}
.TagClassName
{
border-color: #9B266A;
}
</style>