Shades of Lipstick #933366
Tints of Lipstick #933366
RGB
CMYK
RGB Variations
Color information
#933366 (or 0x933366) is known color: Lipstick. HEX triplet: 93, 33 and 66. RGB value is (147,51,102). Sum of RGB (Red+Green+Blue) = 147+51+102=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #933366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933366 is #6CCC99. Grayscale: #555555. Windows color (decimal): -7130266 or 6697875. OLE color: 6697875.
HSL color Cylindrical-coordinate representation of color #933366: hue angle of 328.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #933366 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 51 | 102 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.42 |
| HSL | 328.13º | 0.48% | 0.39% | - |
| HSV(B) | 328.13º | 0.65% | 0.58% | - |
| XYZ | 15.61 | 9.53 | 13.59 | - |
| YUV | 85.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 102 | 0 | 0.65 | 0.31 | 0.42 | 328.13 | 0.48 | 0.39 |
| Hex | 93 | 33 | 66 | 0 | 41 | 1F | 2A | 148 | 30 | 27 |
| Octal | 223 | 63 | 146 | 0 | 101 | 37 | 52 | 510 | 60 | 47 |
| Binary | 10010011 | 110011 | 1100110 | 0 | 1000001 | 11111 | 101010 | 101001000 | 110000 | 100111 |
Color Harmonies of #933366
Complementary color
Monochromatic Colors of #933366
Black with #933366
Text Example
Text Example
White with #933366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933366; }
p { color: rgb(147,51,102); }
H1.HeaderClassName
{
color: #933366;
}
.AnyTagClassName
{
color: #933366;
}
</style>
background-color css
<style>
a { background-color: #933366; }
a { background-color: rgb(147,51,102); }
div.DivClassName
{
background-color: #933366;
}
.BgClassName
{
background-color: #933366;
}
</style>
border-color css
<style>
span { border-color: #933366; }
span { border-color: rgb(147,51,102); }
td.TdClassName
{
border-color: #933366;
}
.TagClassName
{
border-color: #933366;
}
</style>