Shades of Lipstick #982F60
Tints of Lipstick #982F60
RGB
CMYK
RGB Variations
Color information
#982F60 (or 0x982F60) is known color: Lipstick. HEX triplet: 98, 2F and 60. RGB value is (152,47,96). Sum of RGB (Red+Green+Blue) = 152+47+96=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #982F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F60 is #67D09F. Grayscale: #535353. Windows color (decimal): -6803616 or 6303640. OLE color: 6303640.
HSL color Cylindrical-coordinate representation of color #982F60: hue angle of 332º 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 #982F60 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 96 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.40 |
| HSL | 332º | 0.53% | 0.39% | - |
| HSV(B) | 332º | 0.69% | 0.6% | - |
| XYZ | 16.08 | 9.55 | 12.06 | - |
| YUV | 83.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 96 | 0 | 0.69 | 0.37 | 0.40 | 332 | 0.53 | 0.39 |
| Hex | 98 | 2F | 60 | 0 | 45 | 25 | 28 | 14C | 35 | 27 |
| Octal | 230 | 57 | 140 | 0 | 105 | 45 | 50 | 514 | 65 | 47 |
| Binary | 10011000 | 101111 | 1100000 | 0 | 1000101 | 100101 | 101000 | 101001100 | 110101 | 100111 |
Color Harmonies of #982F60
Complementary color
Monochromatic Colors of #982F60
Black with #982F60
Text Example
Text Example
White with #982F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F60; }
p { color: rgb(152,47,96); }
H1.HeaderClassName
{
color: #982F60;
}
.AnyTagClassName
{
color: #982F60;
}
</style>
background-color css
<style>
a { background-color: #982F60; }
a { background-color: rgb(152,47,96); }
div.DivClassName
{
background-color: #982F60;
}
.BgClassName
{
background-color: #982F60;
}
</style>
border-color css
<style>
span { border-color: #982F60; }
span { border-color: rgb(152,47,96); }
td.TdClassName
{
border-color: #982F60;
}
.TagClassName
{
border-color: #982F60;
}
</style>