Shades of Lipstick #982562
Tints of Lipstick #982562
RGB
CMYK
RGB Variations
Color information
#982562 (or 0x982562) is known color: Lipstick. HEX triplet: 98, 25 and 62. RGB value is (152,37,98). Sum of RGB (Red+Green+Blue) = 152+37+98=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982562 is #67DA9D. Grayscale: #4E4E4E. Windows color (decimal): -6806174 or 6432152. OLE color: 6432152.
HSL color Cylindrical-coordinate representation of color #982562: hue angle of 328.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982562 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 98 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.40 |
| HSL | 328.17º | 0.61% | 0.37% | - |
| HSV(B) | 328.17º | 0.76% | 0.6% | - |
| XYZ | 15.82 | 8.88 | 12.44 | - |
| YUV | 78.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 98 | 0 | 0.76 | 0.36 | 0.40 | 328.17 | 0.61 | 0.37 |
| Hex | 98 | 25 | 62 | 0 | 4C | 24 | 28 | 148 | 3D | 25 |
| Octal | 230 | 45 | 142 | 0 | 114 | 44 | 50 | 510 | 75 | 45 |
| Binary | 10011000 | 100101 | 1100010 | 0 | 1001100 | 100100 | 101000 | 101001000 | 111101 | 100101 |
Color Harmonies of #982562
Complementary color
Monochromatic Colors of #982562
Black with #982562
Text Example
Text Example
White with #982562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982562; }
p { color: rgb(152,37,98); }
H1.HeaderClassName
{
color: #982562;
}
.AnyTagClassName
{
color: #982562;
}
</style>
background-color css
<style>
a { background-color: #982562; }
a { background-color: rgb(152,37,98); }
div.DivClassName
{
background-color: #982562;
}
.BgClassName
{
background-color: #982562;
}
</style>
border-color css
<style>
span { border-color: #982562; }
span { border-color: rgb(152,37,98); }
td.TdClassName
{
border-color: #982562;
}
.TagClassName
{
border-color: #982562;
}
</style>