Shades of Lipstick #983367
Tints of Lipstick #983367
RGB
CMYK
RGB Variations
Color information
#983367 (or 0x983367) is known color: Lipstick. HEX triplet: 98, 33 and 67. RGB value is (152,51,103). Sum of RGB (Red+Green+Blue) = 152+51+103=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983367 is #67CC98. Grayscale: #575757. Windows color (decimal): -6802585 or 6763416. OLE color: 6763416.
HSL color Cylindrical-coordinate representation of color #983367: hue angle of 329.11º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983367 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 103 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.40 |
| HSL | 329.11º | 0.5% | 0.4% | - |
| HSV(B) | 329.11º | 0.66% | 0.6% | - |
| XYZ | 16.58 | 10.02 | 13.89 | - |
| YUV | 87.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 103 | 0 | 0.66 | 0.32 | 0.40 | 329.11 | 0.5 | 0.4 |
| Hex | 98 | 33 | 67 | 0 | 42 | 20 | 28 | 149 | 32 | 28 |
| Octal | 230 | 63 | 147 | 0 | 102 | 40 | 50 | 511 | 62 | 50 |
| Binary | 10011000 | 110011 | 1100111 | 0 | 1000010 | 100000 | 101000 | 101001001 | 110010 | 101000 |
Color Harmonies of #983367
Complementary color
Monochromatic Colors of #983367
Black with #983367
Text Example
Text Example
White with #983367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983367; }
p { color: rgb(152,51,103); }
H1.HeaderClassName
{
color: #983367;
}
.AnyTagClassName
{
color: #983367;
}
</style>
background-color css
<style>
a { background-color: #983367; }
a { background-color: rgb(152,51,103); }
div.DivClassName
{
background-color: #983367;
}
.BgClassName
{
background-color: #983367;
}
</style>
border-color css
<style>
span { border-color: #983367; }
span { border-color: rgb(152,51,103); }
td.TdClassName
{
border-color: #983367;
}
.TagClassName
{
border-color: #983367;
}
</style>