Shades of Lipstick #983366
Tints of Lipstick #983366
RGB
CMYK
RGB Variations
Color information
#983366 (or 0x983366) is known color: Lipstick. HEX triplet: 98, 33 and 66. RGB value is (152,51,102). Sum of RGB (Red+Green+Blue) = 152+51+102=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #983366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983366 is #67CC99. Grayscale: #565656. Windows color (decimal): -6802586 or 6697880. OLE color: 6697880.
HSL color Cylindrical-coordinate representation of color #983366: hue angle of 329.7º 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 #983366 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 102 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.40 |
| HSL | 329.7º | 0.5% | 0.4% | - |
| HSV(B) | 329.7º | 0.66% | 0.6% | - |
| XYZ | 16.53 | 10 | 13.63 | - |
| YUV | 87.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 102 | 0 | 0.66 | 0.33 | 0.40 | 329.7 | 0.5 | 0.4 |
| Hex | 98 | 33 | 66 | 0 | 42 | 21 | 28 | 14A | 32 | 28 |
| Octal | 230 | 63 | 146 | 0 | 102 | 41 | 50 | 512 | 62 | 50 |
| Binary | 10011000 | 110011 | 1100110 | 0 | 1000010 | 100001 | 101000 | 101001010 | 110010 | 101000 |
Color Harmonies of #983366
Complementary color
Monochromatic Colors of #983366
Black with #983366
Text Example
Text Example
White with #983366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983366; }
p { color: rgb(152,51,102); }
H1.HeaderClassName
{
color: #983366;
}
.AnyTagClassName
{
color: #983366;
}
</style>
background-color css
<style>
a { background-color: #983366; }
a { background-color: rgb(152,51,102); }
div.DivClassName
{
background-color: #983366;
}
.BgClassName
{
background-color: #983366;
}
</style>
border-color css
<style>
span { border-color: #983366; }
span { border-color: rgb(152,51,102); }
td.TdClassName
{
border-color: #983366;
}
.TagClassName
{
border-color: #983366;
}
</style>