Shades of Lipstick #9A214C
Tints of Lipstick #9A214C
RGB
CMYK
RGB Variations
Color information
#9A214C (or 0x9A214C) is known color: Lipstick. HEX triplet: 9A, 21 and 4C. RGB value is (154,33,76). Sum of RGB (Red+Green+Blue) = 154+33+76=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A214C is #65DEB3. Grayscale: #4A4A4A. Windows color (decimal): -6676148 or 4989338. OLE color: 4989338.
HSL color Cylindrical-coordinate representation of color #9A214C: hue angle of 338.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A214C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 76 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.40 |
| HSL | 338.68º | 0.65% | 0.37% | - |
| HSV(B) | 338.68º | 0.79% | 0.6% | - |
| XYZ | 15.17 | 8.48 | 7.67 | - |
| YUV | 74.08 | 129.09 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 76 | 0 | 0.79 | 0.51 | 0.40 | 338.68 | 0.65 | 0.37 |
| Hex | 9A | 21 | 4C | 0 | 4F | 33 | 28 | 153 | 41 | 25 |
| Octal | 232 | 41 | 114 | 0 | 117 | 63 | 50 | 523 | 101 | 45 |
| Binary | 10011010 | 100001 | 1001100 | 0 | 1001111 | 110011 | 101000 | 101010011 | 1000001 | 100101 |
Color Harmonies of #9A214C
Complementary color
Monochromatic Colors of #9A214C
Black with #9A214C
Text Example
Text Example
White with #9A214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A214C; }
p { color: rgb(154,33,76); }
H1.HeaderClassName
{
color: #9A214C;
}
.AnyTagClassName
{
color: #9A214C;
}
</style>
background-color css
<style>
a { background-color: #9A214C; }
a { background-color: rgb(154,33,76); }
div.DivClassName
{
background-color: #9A214C;
}
.BgClassName
{
background-color: #9A214C;
}
</style>
border-color css
<style>
span { border-color: #9A214C; }
span { border-color: rgb(154,33,76); }
td.TdClassName
{
border-color: #9A214C;
}
.TagClassName
{
border-color: #9A214C;
}
</style>