Shades of Lipstick #9A2B5A
Tints of Lipstick #9A2B5A
RGB
CMYK
RGB Variations
Color information
#9A2B5A (or 0x9A2B5A) is known color: Lipstick. HEX triplet: 9A, 2B and 5A. RGB value is (154,43,90). Sum of RGB (Red+Green+Blue) = 154+43+90=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2B5A is #65D4A5. Grayscale: #515151. Windows color (decimal): -6673574 or 5909402. OLE color: 5909402.
HSL color Cylindrical-coordinate representation of color #9A2B5A: hue angle of 334.59º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2B5A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 90 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.40 |
| HSL | 334.59º | 0.56% | 0.39% | - |
| HSV(B) | 334.59º | 0.72% | 0.6% | - |
| XYZ | 16.04 | 9.34 | 10.63 | - |
| YUV | 81.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 90 | 0 | 0.72 | 0.42 | 0.40 | 334.59 | 0.56 | 0.39 |
| Hex | 9A | 2B | 5A | 0 | 48 | 2A | 28 | 14F | 38 | 27 |
| Octal | 232 | 53 | 132 | 0 | 110 | 52 | 50 | 517 | 70 | 47 |
| Binary | 10011010 | 101011 | 1011010 | 0 | 1001000 | 101010 | 101000 | 101001111 | 111000 | 100111 |
Color Harmonies of #9A2B5A
Complementary color
Monochromatic Colors of #9A2B5A
Black with #9A2B5A
Text Example
Text Example
White with #9A2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B5A; }
p { color: rgb(154,43,90); }
H1.HeaderClassName
{
color: #9A2B5A;
}
.AnyTagClassName
{
color: #9A2B5A;
}
</style>
background-color css
<style>
a { background-color: #9A2B5A; }
a { background-color: rgb(154,43,90); }
div.DivClassName
{
background-color: #9A2B5A;
}
.BgClassName
{
background-color: #9A2B5A;
}
</style>
border-color css
<style>
span { border-color: #9A2B5A; }
span { border-color: rgb(154,43,90); }
td.TdClassName
{
border-color: #9A2B5A;
}
.TagClassName
{
border-color: #9A2B5A;
}
</style>