Shades of Lipstick #982F66
Tints of Lipstick #982F66
RGB
CMYK
RGB Variations
Color information
#982F66 (or 0x982F66) is known color: Lipstick. HEX triplet: 98, 2F and 66. RGB value is (152,47,102). Sum of RGB (Red+Green+Blue) = 152+47+102=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F66 is #67D099. Grayscale: #545454. Windows color (decimal): -6803610 or 6696856. OLE color: 6696856.
HSL color Cylindrical-coordinate representation of color #982F66: hue angle of 328.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F66 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 102 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.40 |
| HSL | 328.57º | 0.53% | 0.39% | - |
| HSV(B) | 328.57º | 0.69% | 0.6% | - |
| XYZ | 16.36 | 9.67 | 13.57 | - |
| YUV | 84.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 102 | 0 | 0.69 | 0.33 | 0.40 | 328.57 | 0.53 | 0.39 |
| Hex | 98 | 2F | 66 | 0 | 45 | 21 | 28 | 149 | 35 | 27 |
| Octal | 230 | 57 | 146 | 0 | 105 | 41 | 50 | 511 | 65 | 47 |
| Binary | 10011000 | 101111 | 1100110 | 0 | 1000101 | 100001 | 101000 | 101001001 | 110101 | 100111 |
Color Harmonies of #982F66
Complementary color
Monochromatic Colors of #982F66
Black with #982F66
Text Example
Text Example
White with #982F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F66; }
p { color: rgb(152,47,102); }
H1.HeaderClassName
{
color: #982F66;
}
.AnyTagClassName
{
color: #982F66;
}
</style>
background-color css
<style>
a { background-color: #982F66; }
a { background-color: rgb(152,47,102); }
div.DivClassName
{
background-color: #982F66;
}
.BgClassName
{
background-color: #982F66;
}
</style>
border-color css
<style>
span { border-color: #982F66; }
span { border-color: rgb(152,47,102); }
td.TdClassName
{
border-color: #982F66;
}
.TagClassName
{
border-color: #982F66;
}
</style>