Shades of Lipstick #9B3465
Tints of Lipstick #9B3465
RGB
CMYK
RGB Variations
Color information
#9B3465 (or 0x9B3465) is known color: Lipstick. HEX triplet: 9B, 34 and 65. RGB value is (155,52,101). Sum of RGB (Red+Green+Blue) = 155+52+101=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3465 is #64CB9A. Grayscale: #585858. Windows color (decimal): -6605723 or 6632603. OLE color: 6632603.
HSL color Cylindrical-coordinate representation of color #9B3465: hue angle of 331.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3465 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 101 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.39 |
| HSL | 331.46º | 0.5% | 0.41% | - |
| HSV(B) | 331.46º | 0.66% | 0.61% | - |
| XYZ | 17.09 | 10.36 | 13.41 | - |
| YUV | 88.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 101 | 0 | 0.66 | 0.35 | 0.39 | 331.46 | 0.5 | 0.41 |
| Hex | 9B | 34 | 65 | 0 | 42 | 23 | 27 | 14B | 32 | 29 |
| Octal | 233 | 64 | 145 | 0 | 102 | 43 | 47 | 513 | 62 | 51 |
| Binary | 10011011 | 110100 | 1100101 | 0 | 1000010 | 100011 | 100111 | 101001011 | 110010 | 101001 |
Color Harmonies of #9B3465
Complementary color
Monochromatic Colors of #9B3465
Black with #9B3465
Text Example
Text Example
White with #9B3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3465; }
p { color: rgb(155,52,101); }
H1.HeaderClassName
{
color: #9B3465;
}
.AnyTagClassName
{
color: #9B3465;
}
</style>
background-color css
<style>
a { background-color: #9B3465; }
a { background-color: rgb(155,52,101); }
div.DivClassName
{
background-color: #9B3465;
}
.BgClassName
{
background-color: #9B3465;
}
</style>
border-color css
<style>
span { border-color: #9B3465; }
span { border-color: rgb(155,52,101); }
td.TdClassName
{
border-color: #9B3465;
}
.TagClassName
{
border-color: #9B3465;
}
</style>