Shades of Lipstick #9C285D
Tints of Lipstick #9C285D
RGB
CMYK
RGB Variations
Color information
#9C285D (or 0x9C285D) is known color: Lipstick. HEX triplet: 9C, 28 and 5D. RGB value is (156,40,93). Sum of RGB (Red+Green+Blue) = 156+40+93=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C285D is #63D7A2. Grayscale: #505050. Windows color (decimal): -6543267 or 6105244. OLE color: 6105244.
HSL color Cylindrical-coordinate representation of color #9C285D: hue angle of 332.59º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C285D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 93 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.39 |
| HSL | 332.59º | 0.59% | 0.38% | - |
| HSV(B) | 332.59º | 0.74% | 0.61% | - |
| XYZ | 16.44 | 9.38 | 11.3 | - |
| YUV | 80.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 93 | 0 | 0.74 | 0.40 | 0.39 | 332.59 | 0.59 | 0.38 |
| Hex | 9C | 28 | 5D | 0 | 4A | 28 | 27 | 14D | 3B | 26 |
| Octal | 234 | 50 | 135 | 0 | 112 | 50 | 47 | 515 | 73 | 46 |
| Binary | 10011100 | 101000 | 1011101 | 0 | 1001010 | 101000 | 100111 | 101001101 | 111011 | 100110 |
Color Harmonies of #9C285D
Complementary color
Monochromatic Colors of #9C285D
Black with #9C285D
Text Example
Text Example
White with #9C285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C285D; }
p { color: rgb(156,40,93); }
H1.HeaderClassName
{
color: #9C285D;
}
.AnyTagClassName
{
color: #9C285D;
}
</style>
background-color css
<style>
a { background-color: #9C285D; }
a { background-color: rgb(156,40,93); }
div.DivClassName
{
background-color: #9C285D;
}
.BgClassName
{
background-color: #9C285D;
}
</style>
border-color css
<style>
span { border-color: #9C285D; }
span { border-color: rgb(156,40,93); }
td.TdClassName
{
border-color: #9C285D;
}
.TagClassName
{
border-color: #9C285D;
}
</style>