Shades of Lipstick #9B355D
Tints of Lipstick #9B355D
RGB
CMYK
RGB Variations
Color information
#9B355D (or 0x9B355D) is known color: Lipstick. HEX triplet: 9B, 35 and 5D. RGB value is (155,53,93). Sum of RGB (Red+Green+Blue) = 155+53+93=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B355D is #64CAA2. Grayscale: #585858. Windows color (decimal): -6605475 or 6108571. OLE color: 6108571.
HSL color Cylindrical-coordinate representation of color #9B355D: hue angle of 336.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B355D is Cyan = 0, Magento = 0.66, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 93 | - |
| CMYK | 0 | 0.66 | 0.4 | 0.39 |
| HSL | 336.47º | 0.49% | 0.41% | - |
| HSV(B) | 336.47º | 0.66% | 0.61% | - |
| XYZ | 16.77 | 10.31 | 11.46 | - |
| YUV | 88.06 | 130.79 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 93 | 0 | 0.66 | 0.4 | 0.39 | 336.47 | 0.49 | 0.41 |
| Hex | 9B | 35 | 5D | 0 | 42 | 28 | 27 | 150 | 31 | 29 |
| Octal | 233 | 65 | 135 | 0 | 102 | 50 | 47 | 520 | 61 | 51 |
| Binary | 10011011 | 110101 | 1011101 | 0 | 1000010 | 101000 | 100111 | 101010000 | 110001 | 101001 |
Color Harmonies of #9B355D
Complementary color
Monochromatic Colors of #9B355D
Black with #9B355D
Text Example
Text Example
White with #9B355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B355D; }
p { color: rgb(155,53,93); }
H1.HeaderClassName
{
color: #9B355D;
}
.AnyTagClassName
{
color: #9B355D;
}
</style>
background-color css
<style>
a { background-color: #9B355D; }
a { background-color: rgb(155,53,93); }
div.DivClassName
{
background-color: #9B355D;
}
.BgClassName
{
background-color: #9B355D;
}
</style>
border-color css
<style>
span { border-color: #9B355D; }
span { border-color: rgb(155,53,93); }
td.TdClassName
{
border-color: #9B355D;
}
.TagClassName
{
border-color: #9B355D;
}
</style>