Shades of Lipstick #982866
Tints of Lipstick #982866
RGB
CMYK
RGB Variations
Color information
#982866 (or 0x982866) is known color: Lipstick. HEX triplet: 98, 28 and 66. RGB value is (152,40,102). Sum of RGB (Red+Green+Blue) = 152+40+102=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #982866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982866 is #67D799. Grayscale: #505050. Windows color (decimal): -6805402 or 6695064. OLE color: 6695064.
HSL color Cylindrical-coordinate representation of color #982866: hue angle of 326.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982866 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 40 | 102 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.40 |
| HSL | 326.79º | 0.58% | 0.38% | - |
| HSV(B) | 326.79º | 0.74% | 0.6% | - |
| XYZ | 16.11 | 9.15 | 13.49 | - |
| YUV | 80.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 102 | 0 | 0.74 | 0.33 | 0.40 | 326.79 | 0.58 | 0.38 |
| Hex | 98 | 28 | 66 | 0 | 4A | 21 | 28 | 147 | 3A | 26 |
| Octal | 230 | 50 | 146 | 0 | 112 | 41 | 50 | 507 | 72 | 46 |
| Binary | 10011000 | 101000 | 1100110 | 0 | 1001010 | 100001 | 101000 | 101000111 | 111010 | 100110 |
Color Harmonies of #982866
Complementary color
Monochromatic Colors of #982866
Black with #982866
Text Example
Text Example
White with #982866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982866; }
p { color: rgb(152,40,102); }
H1.HeaderClassName
{
color: #982866;
}
.AnyTagClassName
{
color: #982866;
}
</style>
background-color css
<style>
a { background-color: #982866; }
a { background-color: rgb(152,40,102); }
div.DivClassName
{
background-color: #982866;
}
.BgClassName
{
background-color: #982866;
}
</style>
border-color css
<style>
span { border-color: #982866; }
span { border-color: rgb(152,40,102); }
td.TdClassName
{
border-color: #982866;
}
.TagClassName
{
border-color: #982866;
}
</style>