Shades of Lipstick #992566
Tints of Lipstick #992566
RGB
CMYK
RGB Variations
Color information
#992566 (or 0x992566) is known color: Lipstick. HEX triplet: 99, 25 and 66. RGB value is (153,37,102). Sum of RGB (Red+Green+Blue) = 153+37+102=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992566 is #66DA99. Grayscale: #4E4E4E. Windows color (decimal): -6740634 or 6694297. OLE color: 6694297.
HSL color Cylindrical-coordinate representation of color #992566: hue angle of 326.38º degrees, saturation: 0.61, 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 #992566 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 102 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.4 |
| HSL | 326.38º | 0.61% | 0.37% | - |
| HSV(B) | 326.38º | 0.76% | 0.6% | - |
| XYZ | 16.2 | 9.05 | 13.46 | - |
| YUV | 79.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 102 | 0 | 0.76 | 0.33 | 0.4 | 326.38 | 0.61 | 0.37 |
| Hex | 99 | 25 | 66 | 0 | 4C | 21 | 28 | 146 | 3D | 25 |
| Octal | 231 | 45 | 146 | 0 | 114 | 41 | 50 | 506 | 75 | 45 |
| Binary | 10011001 | 100101 | 1100110 | 0 | 1001100 | 100001 | 101000 | 101000110 | 111101 | 100101 |
Color Harmonies of #992566
Complementary color
Monochromatic Colors of #992566
Black with #992566
Text Example
Text Example
White with #992566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992566; }
p { color: rgb(153,37,102); }
H1.HeaderClassName
{
color: #992566;
}
.AnyTagClassName
{
color: #992566;
}
</style>
background-color css
<style>
a { background-color: #992566; }
a { background-color: rgb(153,37,102); }
div.DivClassName
{
background-color: #992566;
}
.BgClassName
{
background-color: #992566;
}
</style>
border-color css
<style>
span { border-color: #992566; }
span { border-color: rgb(153,37,102); }
td.TdClassName
{
border-color: #992566;
}
.TagClassName
{
border-color: #992566;
}
</style>