Shades of Lipstick #982469
Tints of Lipstick #982469
RGB
CMYK
RGB Variations
Color information
#982469 (or 0x982469) is known color: Lipstick. HEX triplet: 98, 24 and 69. RGB value is (152,36,105). Sum of RGB (Red+Green+Blue) = 152+36+105=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #982469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982469 is #67DB96. Grayscale: #4E4E4E. Windows color (decimal): -6806423 or 6890648. OLE color: 6890648.
HSL color Cylindrical-coordinate representation of color #982469: hue angle of 324.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982469 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 36 | 105 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.40 |
| HSL | 324.31º | 0.62% | 0.37% | - |
| HSV(B) | 324.31º | 0.76% | 0.6% | - |
| XYZ | 16.13 | 8.96 | 14.24 | - |
| YUV | 78.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 36 | 105 | 0 | 0.76 | 0.31 | 0.40 | 324.31 | 0.62 | 0.37 |
| Hex | 98 | 24 | 69 | 0 | 4C | 1F | 28 | 144 | 3E | 25 |
| Octal | 230 | 44 | 151 | 0 | 114 | 37 | 50 | 504 | 76 | 45 |
| Binary | 10011000 | 100100 | 1101001 | 0 | 1001100 | 11111 | 101000 | 101000100 | 111110 | 100101 |
Color Harmonies of #982469
Complementary color
Monochromatic Colors of #982469
Black with #982469
Text Example
Text Example
White with #982469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982469; }
p { color: rgb(152,36,105); }
H1.HeaderClassName
{
color: #982469;
}
.AnyTagClassName
{
color: #982469;
}
</style>
background-color css
<style>
a { background-color: #982469; }
a { background-color: rgb(152,36,105); }
div.DivClassName
{
background-color: #982469;
}
.BgClassName
{
background-color: #982469;
}
</style>
border-color css
<style>
span { border-color: #982469; }
span { border-color: rgb(152,36,105); }
td.TdClassName
{
border-color: #982469;
}
.TagClassName
{
border-color: #982469;
}
</style>