Shades of Lipstick #982154
Tints of Lipstick #982154
RGB
CMYK
RGB Variations
Color information
#982154 (or 0x982154) is known color: Lipstick. HEX triplet: 98, 21 and 54. RGB value is (152,33,84). Sum of RGB (Red+Green+Blue) = 152+33+84=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #982154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982154 is #67DEAB. Grayscale: #4A4A4A. Windows color (decimal): -6807212 or 5513624. OLE color: 5513624.
HSL color Cylindrical-coordinate representation of color #982154: hue angle of 334.29º 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 #982154 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 84 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.40 |
| HSL | 334.29º | 0.64% | 0.36% | - |
| HSV(B) | 334.29º | 0.78% | 0.6% | - |
| XYZ | 15.09 | 8.4 | 9.21 | - |
| YUV | 74.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 84 | 0 | 0.78 | 0.45 | 0.40 | 334.29 | 0.64 | 0.36 |
| Hex | 98 | 21 | 54 | 0 | 4E | 2D | 28 | 14E | 40 | 24 |
| Octal | 230 | 41 | 124 | 0 | 116 | 55 | 50 | 516 | 100 | 44 |
| Binary | 10011000 | 100001 | 1010100 | 0 | 1001110 | 101101 | 101000 | 101001110 | 1000000 | 100100 |
Color Harmonies of #982154
Complementary color
Monochromatic Colors of #982154
Black with #982154
Text Example
Text Example
White with #982154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982154; }
p { color: rgb(152,33,84); }
H1.HeaderClassName
{
color: #982154;
}
.AnyTagClassName
{
color: #982154;
}
</style>
background-color css
<style>
a { background-color: #982154; }
a { background-color: rgb(152,33,84); }
div.DivClassName
{
background-color: #982154;
}
.BgClassName
{
background-color: #982154;
}
</style>
border-color css
<style>
span { border-color: #982154; }
span { border-color: rgb(152,33,84); }
td.TdClassName
{
border-color: #982154;
}
.TagClassName
{
border-color: #982154;
}
</style>