Shades of Lipstick #9B315D
Tints of Lipstick #9B315D
RGB
CMYK
RGB Variations
Color information
#9B315D (or 0x9B315D) is known color: Lipstick. HEX triplet: 9B, 31 and 5D. RGB value is (155,49,93). Sum of RGB (Red+Green+Blue) = 155+49+93=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B315D is #64CEA2. Grayscale: #555555. Windows color (decimal): -6606499 or 6107547. OLE color: 6107547.
HSL color Cylindrical-coordinate representation of color #9B315D: hue angle of 335.09º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B315D is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 93 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.39 |
| HSL | 335.09º | 0.52% | 0.4% | - |
| HSV(B) | 335.09º | 0.68% | 0.61% | - |
| XYZ | 16.59 | 9.96 | 11.4 | - |
| YUV | 85.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 93 | 0 | 0.68 | 0.4 | 0.39 | 335.09 | 0.52 | 0.4 |
| Hex | 9B | 31 | 5D | 0 | 44 | 28 | 27 | 14F | 34 | 28 |
| Octal | 233 | 61 | 135 | 0 | 104 | 50 | 47 | 517 | 64 | 50 |
| Binary | 10011011 | 110001 | 1011101 | 0 | 1000100 | 101000 | 100111 | 101001111 | 110100 | 101000 |
Color Harmonies of #9B315D
Complementary color
Monochromatic Colors of #9B315D
Black with #9B315D
Text Example
Text Example
White with #9B315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B315D; }
p { color: rgb(155,49,93); }
H1.HeaderClassName
{
color: #9B315D;
}
.AnyTagClassName
{
color: #9B315D;
}
</style>
background-color css
<style>
a { background-color: #9B315D; }
a { background-color: rgb(155,49,93); }
div.DivClassName
{
background-color: #9B315D;
}
.BgClassName
{
background-color: #9B315D;
}
</style>
border-color css
<style>
span { border-color: #9B315D; }
span { border-color: rgb(155,49,93); }
td.TdClassName
{
border-color: #9B315D;
}
.TagClassName
{
border-color: #9B315D;
}
</style>