Shades of Lipstick #9B285C
Tints of Lipstick #9B285C
RGB
CMYK
RGB Variations
Color information
#9B285C (or 0x9B285C) is known color: Lipstick. HEX triplet: 9B, 28 and 5C. RGB value is (155,40,92). Sum of RGB (Red+Green+Blue) = 155+40+92=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B285C is #64D7A3. Grayscale: #505050. Windows color (decimal): -6608804 or 6039707. OLE color: 6039707.
HSL color Cylindrical-coordinate representation of color #9B285C: hue angle of 332.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B285C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 92 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.39 |
| HSL | 332.87º | 0.59% | 0.38% | - |
| HSV(B) | 332.87º | 0.74% | 0.61% | - |
| XYZ | 16.21 | 9.26 | 11.06 | - |
| YUV | 80.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 92 | 0 | 0.74 | 0.41 | 0.39 | 332.87 | 0.59 | 0.38 |
| Hex | 9B | 28 | 5C | 0 | 4A | 29 | 27 | 14D | 3B | 26 |
| Octal | 233 | 50 | 134 | 0 | 112 | 51 | 47 | 515 | 73 | 46 |
| Binary | 10011011 | 101000 | 1011100 | 0 | 1001010 | 101001 | 100111 | 101001101 | 111011 | 100110 |
Color Harmonies of #9B285C
Complementary color
Monochromatic Colors of #9B285C
Black with #9B285C
Text Example
Text Example
White with #9B285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B285C; }
p { color: rgb(155,40,92); }
H1.HeaderClassName
{
color: #9B285C;
}
.AnyTagClassName
{
color: #9B285C;
}
</style>
background-color css
<style>
a { background-color: #9B285C; }
a { background-color: rgb(155,40,92); }
div.DivClassName
{
background-color: #9B285C;
}
.BgClassName
{
background-color: #9B285C;
}
</style>
border-color css
<style>
span { border-color: #9B285C; }
span { border-color: rgb(155,40,92); }
td.TdClassName
{
border-color: #9B285C;
}
.TagClassName
{
border-color: #9B285C;
}
</style>