Shades of Lipstick #9B205F
Tints of Lipstick #9B205F
RGB
CMYK
RGB Variations
Color information
#9B205F (or 0x9B205F) is known color: Lipstick. HEX triplet: 9B, 20 and 5F. RGB value is (155,32,95). Sum of RGB (Red+Green+Blue) = 155+32+95=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B205F is #64DFA0. Grayscale: #4B4B4B. Windows color (decimal): -6610849 or 6234267. OLE color: 6234267.
HSL color Cylindrical-coordinate representation of color #9B205F: hue angle of 329.27º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B205F is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 32 | 95 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.39 |
| HSL | 329.27º | 0.66% | 0.37% | - |
| HSV(B) | 329.27º | 0.79% | 0.61% | - |
| XYZ | 16.1 | 8.83 | 11.68 | - |
| YUV | 75.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 32 | 95 | 0 | 0.79 | 0.39 | 0.39 | 329.27 | 0.66 | 0.37 |
| Hex | 9B | 20 | 5F | 0 | 4F | 27 | 27 | 149 | 42 | 25 |
| Octal | 233 | 40 | 137 | 0 | 117 | 47 | 47 | 511 | 102 | 45 |
| Binary | 10011011 | 100000 | 1011111 | 0 | 1001111 | 100111 | 100111 | 101001001 | 1000010 | 100101 |
Color Harmonies of #9B205F
Complementary color
Monochromatic Colors of #9B205F
Black with #9B205F
Text Example
Text Example
White with #9B205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B205F; }
p { color: rgb(155,32,95); }
H1.HeaderClassName
{
color: #9B205F;
}
.AnyTagClassName
{
color: #9B205F;
}
</style>
background-color css
<style>
a { background-color: #9B205F; }
a { background-color: rgb(155,32,95); }
div.DivClassName
{
background-color: #9B205F;
}
.BgClassName
{
background-color: #9B205F;
}
</style>
border-color css
<style>
span { border-color: #9B205F; }
span { border-color: rgb(155,32,95); }
td.TdClassName
{
border-color: #9B205F;
}
.TagClassName
{
border-color: #9B205F;
}
</style>