Shades of Lipstick #993565
Tints of Lipstick #993565
RGB
CMYK
RGB Variations
Color information
#993565 (or 0x993565) is known color: Lipstick. HEX triplet: 99, 35 and 65. RGB value is (153,53,101). Sum of RGB (Red+Green+Blue) = 153+53+101=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993565 is #66CA9A. Grayscale: #585858. Windows color (decimal): -6736539 or 6632857. OLE color: 6632857.
HSL color Cylindrical-coordinate representation of color #993565: hue angle of 331.2º 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 #993565 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 101 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.4 |
| HSL | 331.2º | 0.49% | 0.4% | - |
| HSV(B) | 331.2º | 0.65% | 0.6% | - |
| XYZ | 16.76 | 10.26 | 13.41 | - |
| YUV | 88.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 101 | 0 | 0.65 | 0.34 | 0.4 | 331.2 | 0.49 | 0.4 |
| Hex | 99 | 35 | 65 | 0 | 41 | 22 | 28 | 14B | 31 | 28 |
| Octal | 231 | 65 | 145 | 0 | 101 | 42 | 50 | 513 | 61 | 50 |
| Binary | 10011001 | 110101 | 1100101 | 0 | 1000001 | 100010 | 101000 | 101001011 | 110001 | 101000 |
Color Harmonies of #993565
Complementary color
Monochromatic Colors of #993565
Black with #993565
Text Example
Text Example
White with #993565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993565; }
p { color: rgb(153,53,101); }
H1.HeaderClassName
{
color: #993565;
}
.AnyTagClassName
{
color: #993565;
}
</style>
background-color css
<style>
a { background-color: #993565; }
a { background-color: rgb(153,53,101); }
div.DivClassName
{
background-color: #993565;
}
.BgClassName
{
background-color: #993565;
}
</style>
border-color css
<style>
span { border-color: #993565; }
span { border-color: rgb(153,53,101); }
td.TdClassName
{
border-color: #993565;
}
.TagClassName
{
border-color: #993565;
}
</style>