Shades of Lipstick #9C2566
Tints of Lipstick #9C2566
RGB
CMYK
RGB Variations
Color information
#9C2566 (or 0x9C2566) is known color: Lipstick. HEX triplet: 9C, 25 and 66. RGB value is (156,37,102). Sum of RGB (Red+Green+Blue) = 156+37+102=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2566 is #63DA99. Grayscale: #4F4F4F. Windows color (decimal): -6544026 or 6694300. OLE color: 6694300.
HSL color Cylindrical-coordinate representation of color #9C2566: hue angle of 327.23º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2566 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 102 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.39 |
| HSL | 327.23º | 0.62% | 0.38% | - |
| HSV(B) | 327.23º | 0.76% | 0.61% | - |
| XYZ | 16.77 | 9.35 | 13.49 | - |
| YUV | 79.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 102 | 0 | 0.76 | 0.35 | 0.39 | 327.23 | 0.62 | 0.38 |
| Hex | 9C | 25 | 66 | 0 | 4C | 23 | 27 | 147 | 3E | 26 |
| Octal | 234 | 45 | 146 | 0 | 114 | 43 | 47 | 507 | 76 | 46 |
| Binary | 10011100 | 100101 | 1100110 | 0 | 1001100 | 100011 | 100111 | 101000111 | 111110 | 100110 |
Color Harmonies of #9C2566
Complementary color
Monochromatic Colors of #9C2566
Black with #9C2566
Text Example
Text Example
White with #9C2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2566; }
p { color: rgb(156,37,102); }
H1.HeaderClassName
{
color: #9C2566;
}
.AnyTagClassName
{
color: #9C2566;
}
</style>
background-color css
<style>
a { background-color: #9C2566; }
a { background-color: rgb(156,37,102); }
div.DivClassName
{
background-color: #9C2566;
}
.BgClassName
{
background-color: #9C2566;
}
</style>
border-color css
<style>
span { border-color: #9C2566; }
span { border-color: rgb(156,37,102); }
td.TdClassName
{
border-color: #9C2566;
}
.TagClassName
{
border-color: #9C2566;
}
</style>