Shades of Lipstick #9A2F62
Tints of Lipstick #9A2F62
RGB
CMYK
RGB Variations
Color information
#9A2F62 (or 0x9A2F62) is known color: Lipstick. HEX triplet: 9A, 2F and 62. RGB value is (154,47,98). Sum of RGB (Red+Green+Blue) = 154+47+98=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2F62 is #65D09D. Grayscale: #545454. Windows color (decimal): -6672542 or 6434714. OLE color: 6434714.
HSL color Cylindrical-coordinate representation of color #9A2F62: hue angle of 331.4º 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 #9A2F62 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 98 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.40 |
| HSL | 331.4º | 0.53% | 0.39% | - |
| HSV(B) | 331.4º | 0.69% | 0.6% | - |
| XYZ | 16.55 | 9.78 | 12.57 | - |
| YUV | 84.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 98 | 0 | 0.69 | 0.36 | 0.40 | 331.4 | 0.53 | 0.39 |
| Hex | 9A | 2F | 62 | 0 | 45 | 24 | 28 | 14B | 35 | 27 |
| Octal | 232 | 57 | 142 | 0 | 105 | 44 | 50 | 513 | 65 | 47 |
| Binary | 10011010 | 101111 | 1100010 | 0 | 1000101 | 100100 | 101000 | 101001011 | 110101 | 100111 |
Color Harmonies of #9A2F62
Complementary color
Monochromatic Colors of #9A2F62
Black with #9A2F62
Text Example
Text Example
White with #9A2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F62; }
p { color: rgb(154,47,98); }
H1.HeaderClassName
{
color: #9A2F62;
}
.AnyTagClassName
{
color: #9A2F62;
}
</style>
background-color css
<style>
a { background-color: #9A2F62; }
a { background-color: rgb(154,47,98); }
div.DivClassName
{
background-color: #9A2F62;
}
.BgClassName
{
background-color: #9A2F62;
}
</style>
border-color css
<style>
span { border-color: #9A2F62; }
span { border-color: rgb(154,47,98); }
td.TdClassName
{
border-color: #9A2F62;
}
.TagClassName
{
border-color: #9A2F62;
}
</style>