Shades of Lipstick #9A256B
Tints of Lipstick #9A256B
RGB
CMYK
RGB Variations
Color information
#9A256B (or 0x9A256B) is known color: Lipstick. HEX triplet: 9A, 25 and 6B. RGB value is (154,37,107). Sum of RGB (Red+Green+Blue) = 154+37+107=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A256B is #65DA94. Grayscale: #4F4F4F. Windows color (decimal): -6675093 or 7021978. OLE color: 7021978.
HSL color Cylindrical-coordinate representation of color #9A256B: hue angle of 324.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A256B is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 107 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.40 |
| HSL | 324.1º | 0.61% | 0.37% | - |
| HSV(B) | 324.1º | 0.76% | 0.6% | - |
| XYZ | 16.64 | 9.25 | 14.82 | - |
| YUV | 79.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 107 | 0 | 0.76 | 0.31 | 0.40 | 324.1 | 0.61 | 0.37 |
| Hex | 9A | 25 | 6B | 0 | 4C | 1F | 28 | 144 | 3D | 25 |
| Octal | 232 | 45 | 153 | 0 | 114 | 37 | 50 | 504 | 75 | 45 |
| Binary | 10011010 | 100101 | 1101011 | 0 | 1001100 | 11111 | 101000 | 101000100 | 111101 | 100101 |
Color Harmonies of #9A256B
Complementary color
Monochromatic Colors of #9A256B
Black with #9A256B
Text Example
Text Example
White with #9A256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A256B; }
p { color: rgb(154,37,107); }
H1.HeaderClassName
{
color: #9A256B;
}
.AnyTagClassName
{
color: #9A256B;
}
</style>
background-color css
<style>
a { background-color: #9A256B; }
a { background-color: rgb(154,37,107); }
div.DivClassName
{
background-color: #9A256B;
}
.BgClassName
{
background-color: #9A256B;
}
</style>
border-color css
<style>
span { border-color: #9A256B; }
span { border-color: rgb(154,37,107); }
td.TdClassName
{
border-color: #9A256B;
}
.TagClassName
{
border-color: #9A256B;
}
</style>