Shades of Lipstick #983665
Tints of Lipstick #983665
RGB
CMYK
RGB Variations
Color information
#983665 (or 0x983665) is known color: Lipstick. HEX triplet: 98, 36 and 65. RGB value is (152,54,101). Sum of RGB (Red+Green+Blue) = 152+54+101=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #983665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983665 is #67C99A. Grayscale: #585858. Windows color (decimal): -6801819 or 6633112. OLE color: 6633112.
HSL color Cylindrical-coordinate representation of color #983665: hue angle of 331.22º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983665 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 101 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.40 |
| HSL | 331.22º | 0.48% | 0.4% | - |
| HSV(B) | 331.22º | 0.64% | 0.6% | - |
| XYZ | 16.62 | 10.25 | 13.42 | - |
| YUV | 88.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 101 | 0 | 0.64 | 0.34 | 0.40 | 331.22 | 0.48 | 0.4 |
| Hex | 98 | 36 | 65 | 0 | 40 | 22 | 28 | 14B | 30 | 28 |
| Octal | 230 | 66 | 145 | 0 | 100 | 42 | 50 | 513 | 60 | 50 |
| Binary | 10011000 | 110110 | 1100101 | 0 | 1000000 | 100010 | 101000 | 101001011 | 110000 | 101000 |
Color Harmonies of #983665
Complementary color
Monochromatic Colors of #983665
Black with #983665
Text Example
Text Example
White with #983665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983665; }
p { color: rgb(152,54,101); }
H1.HeaderClassName
{
color: #983665;
}
.AnyTagClassName
{
color: #983665;
}
</style>
background-color css
<style>
a { background-color: #983665; }
a { background-color: rgb(152,54,101); }
div.DivClassName
{
background-color: #983665;
}
.BgClassName
{
background-color: #983665;
}
</style>
border-color css
<style>
span { border-color: #983665; }
span { border-color: rgb(152,54,101); }
td.TdClassName
{
border-color: #983665;
}
.TagClassName
{
border-color: #983665;
}
</style>