Shades of Lipstick #983166
Tints of Lipstick #983166
RGB
CMYK
RGB Variations
Color information
#983166 (or 0x983166) is known color: Lipstick. HEX triplet: 98, 31 and 66. RGB value is (152,49,102). Sum of RGB (Red+Green+Blue) = 152+49+102=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983166 is #67CE99. Grayscale: #555555. Windows color (decimal): -6803098 or 6697368. OLE color: 6697368.
HSL color Cylindrical-coordinate representation of color #983166: hue angle of 329.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983166 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 102 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.40 |
| HSL | 329.13º | 0.51% | 0.39% | - |
| HSV(B) | 329.13º | 0.68% | 0.6% | - |
| XYZ | 16.45 | 9.83 | 13.6 | - |
| YUV | 85.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 102 | 0 | 0.68 | 0.33 | 0.40 | 329.13 | 0.51 | 0.39 |
| Hex | 98 | 31 | 66 | 0 | 44 | 21 | 28 | 149 | 33 | 27 |
| Octal | 230 | 61 | 146 | 0 | 104 | 41 | 50 | 511 | 63 | 47 |
| Binary | 10011000 | 110001 | 1100110 | 0 | 1000100 | 100001 | 101000 | 101001001 | 110011 | 100111 |
Color Harmonies of #983166
Complementary color
Monochromatic Colors of #983166
Black with #983166
Text Example
Text Example
White with #983166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983166; }
p { color: rgb(152,49,102); }
H1.HeaderClassName
{
color: #983166;
}
.AnyTagClassName
{
color: #983166;
}
</style>
background-color css
<style>
a { background-color: #983166; }
a { background-color: rgb(152,49,102); }
div.DivClassName
{
background-color: #983166;
}
.BgClassName
{
background-color: #983166;
}
</style>
border-color css
<style>
span { border-color: #983166; }
span { border-color: rgb(152,49,102); }
td.TdClassName
{
border-color: #983166;
}
.TagClassName
{
border-color: #983166;
}
</style>