Shades of Lipstick #9B235A
Tints of Lipstick #9B235A
RGB
CMYK
RGB Variations
Color information
#9B235A (or 0x9B235A) is known color: Lipstick. HEX triplet: 9B, 23 and 5A. RGB value is (155,35,90). Sum of RGB (Red+Green+Blue) = 155+35+90=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B235A is #64DCA5. Grayscale: #4D4D4D. Windows color (decimal): -6610086 or 5907355. OLE color: 5907355.
HSL color Cylindrical-coordinate representation of color #9B235A: hue angle of 332.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B235A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 90 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.39 |
| HSL | 332.5º | 0.63% | 0.37% | - |
| HSV(B) | 332.5º | 0.77% | 0.61% | - |
| XYZ | 15.96 | 8.91 | 10.55 | - |
| YUV | 77.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 90 | 0 | 0.77 | 0.42 | 0.39 | 332.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 5A | 0 | 4D | 2A | 27 | 14C | 3F | 25 |
| Octal | 233 | 43 | 132 | 0 | 115 | 52 | 47 | 514 | 77 | 45 |
| Binary | 10011011 | 100011 | 1011010 | 0 | 1001101 | 101010 | 100111 | 101001100 | 111111 | 100101 |
Color Harmonies of #9B235A
Complementary color
Monochromatic Colors of #9B235A
Black with #9B235A
Text Example
Text Example
White with #9B235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B235A; }
p { color: rgb(155,35,90); }
H1.HeaderClassName
{
color: #9B235A;
}
.AnyTagClassName
{
color: #9B235A;
}
</style>
background-color css
<style>
a { background-color: #9B235A; }
a { background-color: rgb(155,35,90); }
div.DivClassName
{
background-color: #9B235A;
}
.BgClassName
{
background-color: #9B235A;
}
</style>
border-color css
<style>
span { border-color: #9B235A; }
span { border-color: rgb(155,35,90); }
td.TdClassName
{
border-color: #9B235A;
}
.TagClassName
{
border-color: #9B235A;
}
</style>