Shades of Lipstick #983A5B
Tints of Lipstick #983A5B
RGB
CMYK
RGB Variations
Color information
#983A5B (or 0x983A5B) is known color: Lipstick. HEX triplet: 98, 3A and 5B. RGB value is (152,58,91). Sum of RGB (Red+Green+Blue) = 152+58+91=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A5B is #67C5A4. Grayscale: #595959. Windows color (decimal): -6800805 or 5978776. OLE color: 5978776.
HSL color Cylindrical-coordinate representation of color #983A5B: hue angle of 338.94º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A5B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 91 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.40 |
| HSL | 338.94º | 0.45% | 0.41% | - |
| HSV(B) | 338.94º | 0.62% | 0.6% | - |
| XYZ | 16.35 | 10.46 | 11.05 | - |
| YUV | 89.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 91 | 0 | 0.62 | 0.40 | 0.40 | 338.94 | 0.45 | 0.41 |
| Hex | 98 | 3A | 5B | 0 | 3E | 28 | 28 | 153 | 2D | 29 |
| Octal | 230 | 72 | 133 | 0 | 76 | 50 | 50 | 523 | 55 | 51 |
| Binary | 10011000 | 111010 | 1011011 | 0 | 111110 | 101000 | 101000 | 101010011 | 101101 | 101001 |
Color Harmonies of #983A5B
Complementary color
Monochromatic Colors of #983A5B
Black with #983A5B
Text Example
Text Example
White with #983A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A5B; }
p { color: rgb(152,58,91); }
H1.HeaderClassName
{
color: #983A5B;
}
.AnyTagClassName
{
color: #983A5B;
}
</style>
background-color css
<style>
a { background-color: #983A5B; }
a { background-color: rgb(152,58,91); }
div.DivClassName
{
background-color: #983A5B;
}
.BgClassName
{
background-color: #983A5B;
}
</style>
border-color css
<style>
span { border-color: #983A5B; }
span { border-color: rgb(152,58,91); }
td.TdClassName
{
border-color: #983A5B;
}
.TagClassName
{
border-color: #983A5B;
}
</style>