Shades of Lipstick #993566
Tints of Lipstick #993566
RGB
CMYK
RGB Variations
Color information
#993566 (or 0x993566) is known color: Lipstick. HEX triplet: 99, 35 and 66. RGB value is (153,53,102). Sum of RGB (Red+Green+Blue) = 153+53+102=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993566 is #66CA99. Grayscale: #585858. Windows color (decimal): -6736538 or 6698393. OLE color: 6698393.
HSL color Cylindrical-coordinate representation of color #993566: hue angle of 330.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993566 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 102 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.4 |
| HSL | 330.6º | 0.49% | 0.4% | - |
| HSV(B) | 330.6º | 0.65% | 0.6% | - |
| XYZ | 16.81 | 10.28 | 13.67 | - |
| YUV | 88.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 102 | 0 | 0.65 | 0.33 | 0.4 | 330.6 | 0.49 | 0.4 |
| Hex | 99 | 35 | 66 | 0 | 41 | 21 | 28 | 14B | 31 | 28 |
| Octal | 231 | 65 | 146 | 0 | 101 | 41 | 50 | 513 | 61 | 50 |
| Binary | 10011001 | 110101 | 1100110 | 0 | 1000001 | 100001 | 101000 | 101001011 | 110001 | 101000 |
Color Harmonies of #993566
Complementary color
Monochromatic Colors of #993566
Black with #993566
Text Example
Text Example
White with #993566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993566; }
p { color: rgb(153,53,102); }
H1.HeaderClassName
{
color: #993566;
}
.AnyTagClassName
{
color: #993566;
}
</style>
background-color css
<style>
a { background-color: #993566; }
a { background-color: rgb(153,53,102); }
div.DivClassName
{
background-color: #993566;
}
.BgClassName
{
background-color: #993566;
}
</style>
border-color css
<style>
span { border-color: #993566; }
span { border-color: rgb(153,53,102); }
td.TdClassName
{
border-color: #993566;
}
.TagClassName
{
border-color: #993566;
}
</style>