Shades of Lipstick #982160
Tints of Lipstick #982160
RGB
CMYK
RGB Variations
Color information
#982160 (or 0x982160) is known color: Lipstick. HEX triplet: 98, 21 and 60. RGB value is (152,33,96). Sum of RGB (Red+Green+Blue) = 152+33+96=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #982160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982160 is #67DE9F. Grayscale: #4B4B4B. Windows color (decimal): -6807200 or 6300056. OLE color: 6300056.
HSL color Cylindrical-coordinate representation of color #982160: hue angle of 328.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982160 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 96 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.40 |
| HSL | 328.24º | 0.64% | 0.36% | - |
| HSV(B) | 328.24º | 0.78% | 0.6% | - |
| XYZ | 15.6 | 8.61 | 11.91 | - |
| YUV | 75.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 96 | 0 | 0.78 | 0.37 | 0.40 | 328.24 | 0.64 | 0.36 |
| Hex | 98 | 21 | 60 | 0 | 4E | 25 | 28 | 148 | 40 | 24 |
| Octal | 230 | 41 | 140 | 0 | 116 | 45 | 50 | 510 | 100 | 44 |
| Binary | 10011000 | 100001 | 1100000 | 0 | 1001110 | 100101 | 101000 | 101001000 | 1000000 | 100100 |
Color Harmonies of #982160
Complementary color
Monochromatic Colors of #982160
Black with #982160
Text Example
Text Example
White with #982160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982160; }
p { color: rgb(152,33,96); }
H1.HeaderClassName
{
color: #982160;
}
.AnyTagClassName
{
color: #982160;
}
</style>
background-color css
<style>
a { background-color: #982160; }
a { background-color: rgb(152,33,96); }
div.DivClassName
{
background-color: #982160;
}
.BgClassName
{
background-color: #982160;
}
</style>
border-color css
<style>
span { border-color: #982160; }
span { border-color: rgb(152,33,96); }
td.TdClassName
{
border-color: #982160;
}
.TagClassName
{
border-color: #982160;
}
</style>