Shades of Lipstick #98296A
Tints of Lipstick #98296A
RGB
CMYK
RGB Variations
Color information
#98296A (or 0x98296A) is known color: Lipstick. HEX triplet: 98, 29 and 6A. RGB value is (152,41,106). Sum of RGB (Red+Green+Blue) = 152+41+106=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98296A is #67D695. Grayscale: #515151. Windows color (decimal): -6805142 or 6957464. OLE color: 6957464.
HSL color Cylindrical-coordinate representation of color #98296A: hue angle of 324.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98296A is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 106 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.40 |
| HSL | 324.86º | 0.58% | 0.38% | - |
| HSV(B) | 324.86º | 0.73% | 0.6% | - |
| XYZ | 16.34 | 9.3 | 14.57 | - |
| YUV | 81.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 106 | 0 | 0.73 | 0.30 | 0.40 | 324.86 | 0.58 | 0.38 |
| Hex | 98 | 29 | 6A | 0 | 49 | 1E | 28 | 145 | 3A | 26 |
| Octal | 230 | 51 | 152 | 0 | 111 | 36 | 50 | 505 | 72 | 46 |
| Binary | 10011000 | 101001 | 1101010 | 0 | 1001001 | 11110 | 101000 | 101000101 | 111010 | 100110 |
Color Harmonies of #98296A
Complementary color
Monochromatic Colors of #98296A
Black with #98296A
Text Example
Text Example
White with #98296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98296A; }
p { color: rgb(152,41,106); }
H1.HeaderClassName
{
color: #98296A;
}
.AnyTagClassName
{
color: #98296A;
}
</style>
background-color css
<style>
a { background-color: #98296A; }
a { background-color: rgb(152,41,106); }
div.DivClassName
{
background-color: #98296A;
}
.BgClassName
{
background-color: #98296A;
}
</style>
border-color css
<style>
span { border-color: #98296A; }
span { border-color: rgb(152,41,106); }
td.TdClassName
{
border-color: #98296A;
}
.TagClassName
{
border-color: #98296A;
}
</style>