Shades of Lipstick #98205C
Tints of Lipstick #98205C
RGB
CMYK
RGB Variations
Color information
#98205C (or 0x98205C) is known color: Lipstick. HEX triplet: 98, 20 and 5C. RGB value is (152,32,92). Sum of RGB (Red+Green+Blue) = 152+32+92=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98205C is #67DFA3. Grayscale: #4A4A4A. Windows color (decimal): -6807460 or 6037656. OLE color: 6037656.
HSL color Cylindrical-coordinate representation of color #98205C: hue angle of 330º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98205C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 92 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.40 |
| HSL | 330º | 0.65% | 0.36% | - |
| HSV(B) | 330º | 0.79% | 0.6% | - |
| XYZ | 15.4 | 8.48 | 10.95 | - |
| YUV | 74.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 92 | 0 | 0.79 | 0.39 | 0.40 | 330 | 0.65 | 0.36 |
| Hex | 98 | 20 | 5C | 0 | 4F | 27 | 28 | 14A | 41 | 24 |
| Octal | 230 | 40 | 134 | 0 | 117 | 47 | 50 | 512 | 101 | 44 |
| Binary | 10011000 | 100000 | 1011100 | 0 | 1001111 | 100111 | 101000 | 101001010 | 1000001 | 100100 |
Color Harmonies of #98205C
Complementary color
Monochromatic Colors of #98205C
Black with #98205C
Text Example
Text Example
White with #98205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98205C; }
p { color: rgb(152,32,92); }
H1.HeaderClassName
{
color: #98205C;
}
.AnyTagClassName
{
color: #98205C;
}
</style>
background-color css
<style>
a { background-color: #98205C; }
a { background-color: rgb(152,32,92); }
div.DivClassName
{
background-color: #98205C;
}
.BgClassName
{
background-color: #98205C;
}
</style>
border-color css
<style>
span { border-color: #98205C; }
span { border-color: rgb(152,32,92); }
td.TdClassName
{
border-color: #98205C;
}
.TagClassName
{
border-color: #98205C;
}
</style>