Shades of Lipstick #9A1B56
Tints of Lipstick #9A1B56
RGB
CMYK
RGB Variations
Color information
#9A1B56 (or 0x9A1B56) is known color: Lipstick. HEX triplet: 9A, 1B and 56. RGB value is (154,27,86). Sum of RGB (Red+Green+Blue) = 154+27+86=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1B56 is #65E4A9. Grayscale: #474747. Windows color (decimal): -6677674 or 5643162. OLE color: 5643162.
HSL color Cylindrical-coordinate representation of color #9A1B56: hue angle of 332.13º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B56 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 86 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.40 |
| HSL | 332.13º | 0.7% | 0.35% | - |
| HSV(B) | 332.13º | 0.82% | 0.6% | - |
| XYZ | 15.4 | 8.33 | 9.6 | - |
| YUV | 71.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 86 | 0 | 0.82 | 0.44 | 0.40 | 332.13 | 0.7 | 0.35 |
| Hex | 9A | 1B | 56 | 0 | 52 | 2C | 28 | 14C | 46 | 23 |
| Octal | 232 | 33 | 126 | 0 | 122 | 54 | 50 | 514 | 106 | 43 |
| Binary | 10011010 | 11011 | 1010110 | 0 | 1010010 | 101100 | 101000 | 101001100 | 1000110 | 100011 |
Color Harmonies of #9A1B56
Complementary color
Monochromatic Colors of #9A1B56
Black with #9A1B56
Text Example
Text Example
White with #9A1B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B56; }
p { color: rgb(154,27,86); }
H1.HeaderClassName
{
color: #9A1B56;
}
.AnyTagClassName
{
color: #9A1B56;
}
</style>
background-color css
<style>
a { background-color: #9A1B56; }
a { background-color: rgb(154,27,86); }
div.DivClassName
{
background-color: #9A1B56;
}
.BgClassName
{
background-color: #9A1B56;
}
</style>
border-color css
<style>
span { border-color: #9A1B56; }
span { border-color: rgb(154,27,86); }
td.TdClassName
{
border-color: #9A1B56;
}
.TagClassName
{
border-color: #9A1B56;
}
</style>