Shades of Lipstick #981E58
Tints of Lipstick #981E58
RGB
CMYK
RGB Variations
Color information
#981E58 (or 0x981E58) is known color: Lipstick. HEX triplet: 98, 1E and 58. RGB value is (152,30,88). Sum of RGB (Red+Green+Blue) = 152+30+88=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #981E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E58 is #67E1A7. Grayscale: #484848. Windows color (decimal): -6807976 or 5775000. OLE color: 5775000.
HSL color Cylindrical-coordinate representation of color #981E58: hue angle of 331.48º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E58 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 30 | 88 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.40 |
| HSL | 331.48º | 0.67% | 0.36% | - |
| HSV(B) | 331.48º | 0.8% | 0.6% | - |
| XYZ | 15.17 | 8.31 | 10.04 | - |
| YUV | 73.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 88 | 0 | 0.80 | 0.42 | 0.40 | 331.48 | 0.67 | 0.36 |
| Hex | 98 | 1E | 58 | 0 | 50 | 2A | 28 | 14B | 43 | 24 |
| Octal | 230 | 36 | 130 | 0 | 120 | 52 | 50 | 513 | 103 | 44 |
| Binary | 10011000 | 11110 | 1011000 | 0 | 1010000 | 101010 | 101000 | 101001011 | 1000011 | 100100 |
Color Harmonies of #981E58
Complementary color
Monochromatic Colors of #981E58
Black with #981E58
Text Example
Text Example
White with #981E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981E58; }
p { color: rgb(152,30,88); }
H1.HeaderClassName
{
color: #981E58;
}
.AnyTagClassName
{
color: #981E58;
}
</style>
background-color css
<style>
a { background-color: #981E58; }
a { background-color: rgb(152,30,88); }
div.DivClassName
{
background-color: #981E58;
}
.BgClassName
{
background-color: #981E58;
}
</style>
border-color css
<style>
span { border-color: #981E58; }
span { border-color: rgb(152,30,88); }
td.TdClassName
{
border-color: #981E58;
}
.TagClassName
{
border-color: #981E58;
}
</style>