Shades of Lipstick #9A2F66
Tints of Lipstick #9A2F66
RGB
CMYK
RGB Variations
Color information
#9A2F66 (or 0x9A2F66) is known color: Lipstick. HEX triplet: 9A, 2F and 66. RGB value is (154,47,102). Sum of RGB (Red+Green+Blue) = 154+47+102=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2F66 is #65D099. Grayscale: #555555. Windows color (decimal): -6672538 or 6696858. OLE color: 6696858.
HSL color Cylindrical-coordinate representation of color #9A2F66: hue angle of 329.16º 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 #9A2F66 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 47 | 102 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.40 |
| HSL | 329.16º | 0.53% | 0.39% | - |
| HSV(B) | 329.16º | 0.69% | 0.6% | - |
| XYZ | 16.74 | 9.86 | 13.59 | - |
| YUV | 85.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 47 | 102 | 0 | 0.69 | 0.34 | 0.40 | 329.16 | 0.53 | 0.39 |
| Hex | 9A | 2F | 66 | 0 | 45 | 22 | 28 | 149 | 35 | 27 |
| Octal | 232 | 57 | 146 | 0 | 105 | 42 | 50 | 511 | 65 | 47 |
| Binary | 10011010 | 101111 | 1100110 | 0 | 1000101 | 100010 | 101000 | 101001001 | 110101 | 100111 |
Color Harmonies of #9A2F66
Complementary color
Monochromatic Colors of #9A2F66
Black with #9A2F66
Text Example
Text Example
White with #9A2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2F66; }
p { color: rgb(154,47,102); }
H1.HeaderClassName
{
color: #9A2F66;
}
.AnyTagClassName
{
color: #9A2F66;
}
</style>
background-color css
<style>
a { background-color: #9A2F66; }
a { background-color: rgb(154,47,102); }
div.DivClassName
{
background-color: #9A2F66;
}
.BgClassName
{
background-color: #9A2F66;
}
</style>
border-color css
<style>
span { border-color: #9A2F66; }
span { border-color: rgb(154,47,102); }
td.TdClassName
{
border-color: #9A2F66;
}
.TagClassName
{
border-color: #9A2F66;
}
</style>