Shades of Lipstick #932563
Tints of Lipstick #932563
RGB
CMYK
RGB Variations
Color information
#932563 (or 0x932563) is known color: Lipstick. HEX triplet: 93, 25 and 63. RGB value is (147,37,99). Sum of RGB (Red+Green+Blue) = 147+37+99=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #932563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932563 is #6CDA9C. Grayscale: #4C4C4C. Windows color (decimal): -7133853 or 6497683. OLE color: 6497683.
HSL color Cylindrical-coordinate representation of color #932563: hue angle of 326.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932563 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 99 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.42 |
| HSL | 326.18º | 0.6% | 0.36% | - |
| HSV(B) | 326.18º | 0.75% | 0.58% | - |
| XYZ | 14.95 | 8.43 | 12.64 | - |
| YUV | 76.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 99 | 0 | 0.75 | 0.33 | 0.42 | 326.18 | 0.6 | 0.36 |
| Hex | 93 | 25 | 63 | 0 | 4B | 21 | 2A | 146 | 3C | 24 |
| Octal | 223 | 45 | 143 | 0 | 113 | 41 | 52 | 506 | 74 | 44 |
| Binary | 10010011 | 100101 | 1100011 | 0 | 1001011 | 100001 | 101010 | 101000110 | 111100 | 100100 |
Color Harmonies of #932563
Complementary color
Monochromatic Colors of #932563
Black with #932563
Text Example
Text Example
White with #932563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932563; }
p { color: rgb(147,37,99); }
H1.HeaderClassName
{
color: #932563;
}
.AnyTagClassName
{
color: #932563;
}
</style>
background-color css
<style>
a { background-color: #932563; }
a { background-color: rgb(147,37,99); }
div.DivClassName
{
background-color: #932563;
}
.BgClassName
{
background-color: #932563;
}
</style>
border-color css
<style>
span { border-color: #932563; }
span { border-color: rgb(147,37,99); }
td.TdClassName
{
border-color: #932563;
}
.TagClassName
{
border-color: #932563;
}
</style>