Shades of Lipstick #932A58
Tints of Lipstick #932A58
RGB
CMYK
RGB Variations
Color information
#932A58 (or 0x932A58) is known color: Lipstick. HEX triplet: 93, 2A and 58. RGB value is (147,42,88). Sum of RGB (Red+Green+Blue) = 147+42+88=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #932A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932A58 is #6CD5A7. Grayscale: #4E4E4E. Windows color (decimal): -7132584 or 5778067. OLE color: 5778067.
HSL color Cylindrical-coordinate representation of color #932A58: hue angle of 333.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932A58 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 42 | 88 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.42 |
| HSL | 333.71º | 0.56% | 0.37% | - |
| HSV(B) | 333.71º | 0.71% | 0.58% | - |
| XYZ | 14.62 | 8.56 | 10.11 | - |
| YUV | 78.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 42 | 88 | 0 | 0.71 | 0.40 | 0.42 | 333.71 | 0.56 | 0.37 |
| Hex | 93 | 2A | 58 | 0 | 47 | 28 | 2A | 14E | 38 | 25 |
| Octal | 223 | 52 | 130 | 0 | 107 | 50 | 52 | 516 | 70 | 45 |
| Binary | 10010011 | 101010 | 1011000 | 0 | 1000111 | 101000 | 101010 | 101001110 | 111000 | 100101 |
Color Harmonies of #932A58
Complementary color
Monochromatic Colors of #932A58
Black with #932A58
Text Example
Text Example
White with #932A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932A58; }
p { color: rgb(147,42,88); }
H1.HeaderClassName
{
color: #932A58;
}
.AnyTagClassName
{
color: #932A58;
}
</style>
background-color css
<style>
a { background-color: #932A58; }
a { background-color: rgb(147,42,88); }
div.DivClassName
{
background-color: #932A58;
}
.BgClassName
{
background-color: #932A58;
}
</style>
border-color css
<style>
span { border-color: #932A58; }
span { border-color: rgb(147,42,88); }
td.TdClassName
{
border-color: #932A58;
}
.TagClassName
{
border-color: #932A58;
}
</style>