Shades of Lipstick #983364
Tints of Lipstick #983364
RGB
CMYK
RGB Variations
Color information
#983364 (or 0x983364) is known color: Lipstick. HEX triplet: 98, 33 and 64. RGB value is (152,51,100). Sum of RGB (Red+Green+Blue) = 152+51+100=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #983364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983364 is #67CC9B. Grayscale: #565656. Windows color (decimal): -6802588 or 6566808. OLE color: 6566808.
HSL color Cylindrical-coordinate representation of color #983364: hue angle of 330.89º 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 #983364 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 100 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.40 |
| HSL | 330.89º | 0.5% | 0.4% | - |
| HSV(B) | 330.89º | 0.66% | 0.6% | - |
| XYZ | 16.43 | 9.96 | 13.11 | - |
| YUV | 86.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 100 | 0 | 0.66 | 0.34 | 0.40 | 330.89 | 0.5 | 0.4 |
| Hex | 98 | 33 | 64 | 0 | 42 | 22 | 28 | 14B | 32 | 28 |
| Octal | 230 | 63 | 144 | 0 | 102 | 42 | 50 | 513 | 62 | 50 |
| Binary | 10011000 | 110011 | 1100100 | 0 | 1000010 | 100010 | 101000 | 101001011 | 110010 | 101000 |
Color Harmonies of #983364
Complementary color
Monochromatic Colors of #983364
Black with #983364
Text Example
Text Example
White with #983364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983364; }
p { color: rgb(152,51,100); }
H1.HeaderClassName
{
color: #983364;
}
.AnyTagClassName
{
color: #983364;
}
</style>
background-color css
<style>
a { background-color: #983364; }
a { background-color: rgb(152,51,100); }
div.DivClassName
{
background-color: #983364;
}
.BgClassName
{
background-color: #983364;
}
</style>
border-color css
<style>
span { border-color: #983364; }
span { border-color: rgb(152,51,100); }
td.TdClassName
{
border-color: #983364;
}
.TagClassName
{
border-color: #983364;
}
</style>