Shades of Lipstick #9A2F55
Tints of Lipstick #9A2F55
RGB
CMYK
RGB Variations
Color information
#9A2F55 (or 0x9A2F55) is known color: Lipstick. HEX triplet: 9A, 2F and 55. RGB value is (154,47,85). Sum of RGB (Red+Green+Blue) = 154+47+85=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2F55 is #65D0AA. Grayscale: #535353. Windows color (decimal): -6672555 or 5582746. OLE color: 5582746.
HSL color Cylindrical-coordinate representation of color #9A2F55: hue angle of 338.69º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A2F55 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 85 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.40 |
| HSL | 338.69º | 0.53% | 0.39% | - |
| HSV(B) | 338.69º | 0.69% | 0.6% | - |
| XYZ | 15.98 | 9.56 | 9.6 | - |
| YUV | 83.33 | 128.95 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 85 | 0 | 0.69 | 0.45 | 0.40 | 338.69 | 0.53 | 0.39 |
| Hex | 9A | 2F | 55 | 0 | 45 | 2D | 28 | 153 | 35 | 27 |
| Octal | 232 | 57 | 125 | 0 | 105 | 55 | 50 | 523 | 65 | 47 |
| Binary | 10011010 | 101111 | 1010101 | 0 | 1000101 | 101101 | 101000 | 101010011 | 110101 | 100111 |
Color Harmonies of #9A2F55
Complementary color
Monochromatic Colors of #9A2F55
Black with #9A2F55
Text Example
Text Example
White with #9A2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F55; }
p { color: rgb(154,47,85); }
H1.HeaderClassName
{
color: #9A2F55;
}
.AnyTagClassName
{
color: #9A2F55;
}
</style>
background-color css
<style>
a { background-color: #9A2F55; }
a { background-color: rgb(154,47,85); }
div.DivClassName
{
background-color: #9A2F55;
}
.BgClassName
{
background-color: #9A2F55;
}
</style>
border-color css
<style>
span { border-color: #9A2F55; }
span { border-color: rgb(154,47,85); }
td.TdClassName
{
border-color: #9A2F55;
}
.TagClassName
{
border-color: #9A2F55;
}
</style>