Shades of Lipstick #9B385C
Tints of Lipstick #9B385C
RGB
CMYK
RGB Variations
Color information
#9B385C (or 0x9B385C) is known color: Lipstick. HEX triplet: 9B, 38 and 5C. RGB value is (155,56,92). Sum of RGB (Red+Green+Blue) = 155+56+92=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B385C is #64C7A3. Grayscale: #595959. Windows color (decimal): -6604708 or 6043803. OLE color: 6043803.
HSL color Cylindrical-coordinate representation of color #9B385C: hue angle of 338.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B385C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 92 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.39 |
| HSL | 338.18º | 0.47% | 0.41% | - |
| HSV(B) | 338.18º | 0.64% | 0.61% | - |
| XYZ | 16.86 | 10.57 | 11.28 | - |
| YUV | 89.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 92 | 0 | 0.64 | 0.41 | 0.39 | 338.18 | 0.47 | 0.41 |
| Hex | 9B | 38 | 5C | 0 | 40 | 29 | 27 | 152 | 2F | 29 |
| Octal | 233 | 70 | 134 | 0 | 100 | 51 | 47 | 522 | 57 | 51 |
| Binary | 10011011 | 111000 | 1011100 | 0 | 1000000 | 101001 | 100111 | 101010010 | 101111 | 101001 |
Color Harmonies of #9B385C
Complementary color
Monochromatic Colors of #9B385C
Black with #9B385C
Text Example
Text Example
White with #9B385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B385C; }
p { color: rgb(155,56,92); }
H1.HeaderClassName
{
color: #9B385C;
}
.AnyTagClassName
{
color: #9B385C;
}
</style>
background-color css
<style>
a { background-color: #9B385C; }
a { background-color: rgb(155,56,92); }
div.DivClassName
{
background-color: #9B385C;
}
.BgClassName
{
background-color: #9B385C;
}
</style>
border-color css
<style>
span { border-color: #9B385C; }
span { border-color: rgb(155,56,92); }
td.TdClassName
{
border-color: #9B385C;
}
.TagClassName
{
border-color: #9B385C;
}
</style>