Shades of Lipstick #982765
Tints of Lipstick #982765
RGB
CMYK
RGB Variations
Color information
#982765 (or 0x982765) is known color: Lipstick. HEX triplet: 98, 27 and 65. RGB value is (152,39,101). Sum of RGB (Red+Green+Blue) = 152+39+101=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #982765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982765 is #67D89A. Grayscale: #4F4F4F. Windows color (decimal): -6805659 or 6629272. OLE color: 6629272.
HSL color Cylindrical-coordinate representation of color #982765: hue angle of 327.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982765 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 101 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.40 |
| HSL | 327.08º | 0.59% | 0.37% | - |
| HSV(B) | 327.08º | 0.74% | 0.6% | - |
| XYZ | 16.02 | 9.07 | 13.22 | - |
| YUV | 79.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 101 | 0 | 0.74 | 0.34 | 0.40 | 327.08 | 0.59 | 0.37 |
| Hex | 98 | 27 | 65 | 0 | 4A | 22 | 28 | 147 | 3B | 25 |
| Octal | 230 | 47 | 145 | 0 | 112 | 42 | 50 | 507 | 73 | 45 |
| Binary | 10011000 | 100111 | 1100101 | 0 | 1001010 | 100010 | 101000 | 101000111 | 111011 | 100101 |
Color Harmonies of #982765
Complementary color
Monochromatic Colors of #982765
Black with #982765
Text Example
Text Example
White with #982765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982765; }
p { color: rgb(152,39,101); }
H1.HeaderClassName
{
color: #982765;
}
.AnyTagClassName
{
color: #982765;
}
</style>
background-color css
<style>
a { background-color: #982765; }
a { background-color: rgb(152,39,101); }
div.DivClassName
{
background-color: #982765;
}
.BgClassName
{
background-color: #982765;
}
</style>
border-color css
<style>
span { border-color: #982765; }
span { border-color: rgb(152,39,101); }
td.TdClassName
{
border-color: #982765;
}
.TagClassName
{
border-color: #982765;
}
</style>