Shades of Lipstick #983362
Tints of Lipstick #983362
RGB
CMYK
RGB Variations
Color information
#983362 (or 0x983362) is known color: Lipstick. HEX triplet: 98, 33 and 62. RGB value is (152,51,98). Sum of RGB (Red+Green+Blue) = 152+51+98=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983362 is #67CC9D. Grayscale: #565656. Windows color (decimal): -6802590 or 6435736. OLE color: 6435736.
HSL color Cylindrical-coordinate representation of color #983362: hue angle of 332.08º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983362 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 98 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.40 |
| HSL | 332.08º | 0.5% | 0.4% | - |
| HSV(B) | 332.08º | 0.66% | 0.6% | - |
| XYZ | 16.34 | 9.92 | 12.61 | - |
| YUV | 86.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 98 | 0 | 0.66 | 0.36 | 0.40 | 332.08 | 0.5 | 0.4 |
| Hex | 98 | 33 | 62 | 0 | 42 | 24 | 28 | 14C | 32 | 28 |
| Octal | 230 | 63 | 142 | 0 | 102 | 44 | 50 | 514 | 62 | 50 |
| Binary | 10011000 | 110011 | 1100010 | 0 | 1000010 | 100100 | 101000 | 101001100 | 110010 | 101000 |
Color Harmonies of #983362
Complementary color
Monochromatic Colors of #983362
Black with #983362
Text Example
Text Example
White with #983362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983362; }
p { color: rgb(152,51,98); }
H1.HeaderClassName
{
color: #983362;
}
.AnyTagClassName
{
color: #983362;
}
</style>
background-color css
<style>
a { background-color: #983362; }
a { background-color: rgb(152,51,98); }
div.DivClassName
{
background-color: #983362;
}
.BgClassName
{
background-color: #983362;
}
</style>
border-color css
<style>
span { border-color: #983362; }
span { border-color: rgb(152,51,98); }
td.TdClassName
{
border-color: #983362;
}
.TagClassName
{
border-color: #983362;
}
</style>