Shades of Lipstick #9B335D
Tints of Lipstick #9B335D
RGB
CMYK
RGB Variations
Color information
#9B335D (or 0x9B335D) is known color: Lipstick. HEX triplet: 9B, 33 and 5D. RGB value is (155,51,93). Sum of RGB (Red+Green+Blue) = 155+51+93=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B335D is #64CCA2. Grayscale: #565656. Windows color (decimal): -6605987 or 6108059. OLE color: 6108059.
HSL color Cylindrical-coordinate representation of color #9B335D: hue angle of 335.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B335D is Cyan = 0, Magento = 0.67, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 93 | - |
| CMYK | 0 | 0.67 | 0.4 | 0.39 |
| HSL | 335.77º | 0.5% | 0.4% | - |
| HSV(B) | 335.77º | 0.67% | 0.61% | - |
| XYZ | 16.68 | 10.13 | 11.43 | - |
| YUV | 86.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 93 | 0 | 0.67 | 0.4 | 0.39 | 335.77 | 0.5 | 0.4 |
| Hex | 9B | 33 | 5D | 0 | 43 | 28 | 27 | 150 | 32 | 28 |
| Octal | 233 | 63 | 135 | 0 | 103 | 50 | 47 | 520 | 62 | 50 |
| Binary | 10011011 | 110011 | 1011101 | 0 | 1000011 | 101000 | 100111 | 101010000 | 110010 | 101000 |
Color Harmonies of #9B335D
Complementary color
Monochromatic Colors of #9B335D
Black with #9B335D
Text Example
Text Example
White with #9B335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B335D; }
p { color: rgb(155,51,93); }
H1.HeaderClassName
{
color: #9B335D;
}
.AnyTagClassName
{
color: #9B335D;
}
</style>
background-color css
<style>
a { background-color: #9B335D; }
a { background-color: rgb(155,51,93); }
div.DivClassName
{
background-color: #9B335D;
}
.BgClassName
{
background-color: #9B335D;
}
</style>
border-color css
<style>
span { border-color: #9B335D; }
span { border-color: rgb(155,51,93); }
td.TdClassName
{
border-color: #9B335D;
}
.TagClassName
{
border-color: #9B335D;
}
</style>