Shades of Lipstick #9A365F
Tints of Lipstick #9A365F
RGB
CMYK
RGB Variations
Color information
#9A365F (or 0x9A365F) is known color: Lipstick. HEX triplet: 9A, 36 and 5F. RGB value is (154,54,95). Sum of RGB (Red+Green+Blue) = 154+54+95=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A365F is #65C9A0. Grayscale: #585858. Windows color (decimal): -6670753 or 6239898. OLE color: 6239898.
HSL color Cylindrical-coordinate representation of color #9A365F: hue angle of 335.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A365F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 95 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.40 |
| HSL | 335.4º | 0.48% | 0.41% | - |
| HSV(B) | 335.4º | 0.65% | 0.6% | - |
| XYZ | 16.71 | 10.33 | 11.94 | - |
| YUV | 88.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 95 | 0 | 0.65 | 0.38 | 0.40 | 335.4 | 0.48 | 0.41 |
| Hex | 9A | 36 | 5F | 0 | 41 | 26 | 28 | 14F | 30 | 29 |
| Octal | 232 | 66 | 137 | 0 | 101 | 46 | 50 | 517 | 60 | 51 |
| Binary | 10011010 | 110110 | 1011111 | 0 | 1000001 | 100110 | 101000 | 101001111 | 110000 | 101001 |
Color Harmonies of #9A365F
Complementary color
Monochromatic Colors of #9A365F
Black with #9A365F
Text Example
Text Example
White with #9A365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A365F; }
p { color: rgb(154,54,95); }
H1.HeaderClassName
{
color: #9A365F;
}
.AnyTagClassName
{
color: #9A365F;
}
</style>
background-color css
<style>
a { background-color: #9A365F; }
a { background-color: rgb(154,54,95); }
div.DivClassName
{
background-color: #9A365F;
}
.BgClassName
{
background-color: #9A365F;
}
</style>
border-color css
<style>
span { border-color: #9A365F; }
span { border-color: rgb(154,54,95); }
td.TdClassName
{
border-color: #9A365F;
}
.TagClassName
{
border-color: #9A365F;
}
</style>