Shades of Lipstick #983159
Tints of Lipstick #983159
RGB
CMYK
RGB Variations
Color information
#983159 (or 0x983159) is known color: Lipstick. HEX triplet: 98, 31 and 59. RGB value is (152,49,89). Sum of RGB (Red+Green+Blue) = 152+49+89=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983159 is #67CEA6. Grayscale: #545454. Windows color (decimal): -6803111 or 5845400. OLE color: 5845400.
HSL color Cylindrical-coordinate representation of color #983159: hue angle of 336.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983159 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 89 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.40 |
| HSL | 336.7º | 0.51% | 0.39% | - |
| HSV(B) | 336.7º | 0.68% | 0.6% | - |
| XYZ | 15.85 | 9.59 | 10.47 | - |
| YUV | 84.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 89 | 0 | 0.68 | 0.41 | 0.40 | 336.7 | 0.51 | 0.39 |
| Hex | 98 | 31 | 59 | 0 | 44 | 29 | 28 | 151 | 33 | 27 |
| Octal | 230 | 61 | 131 | 0 | 104 | 51 | 50 | 521 | 63 | 47 |
| Binary | 10011000 | 110001 | 1011001 | 0 | 1000100 | 101001 | 101000 | 101010001 | 110011 | 100111 |
Color Harmonies of #983159
Complementary color
Monochromatic Colors of #983159
Black with #983159
Text Example
Text Example
White with #983159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983159; }
p { color: rgb(152,49,89); }
H1.HeaderClassName
{
color: #983159;
}
.AnyTagClassName
{
color: #983159;
}
</style>
background-color css
<style>
a { background-color: #983159; }
a { background-color: rgb(152,49,89); }
div.DivClassName
{
background-color: #983159;
}
.BgClassName
{
background-color: #983159;
}
</style>
border-color css
<style>
span { border-color: #983159; }
span { border-color: rgb(152,49,89); }
td.TdClassName
{
border-color: #983159;
}
.TagClassName
{
border-color: #983159;
}
</style>