Shades of Lipstick #912A68
Tints of Lipstick #912A68
RGB
CMYK
RGB Variations
Color information
#912A68 (or 0x912A68) is known color: Lipstick. HEX triplet: 91, 2A and 68. RGB value is (145,42,104). Sum of RGB (Red+Green+Blue) = 145+42+104=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #912A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912A68 is #6ED597. Grayscale: #4F4F4F. Windows color (decimal): -7263640 or 6826641. OLE color: 6826641.
HSL color Cylindrical-coordinate representation of color #912A68: hue angle of 323.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912A68 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 42 | 104 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.43 |
| HSL | 323.88º | 0.55% | 0.37% | - |
| HSV(B) | 323.88º | 0.71% | 0.57% | - |
| XYZ | 15 | 8.68 | 13.98 | - |
| YUV | 79.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 104 | 0 | 0.71 | 0.28 | 0.43 | 323.88 | 0.55 | 0.37 |
| Hex | 91 | 2A | 68 | 0 | 47 | 1C | 2B | 144 | 37 | 25 |
| Octal | 221 | 52 | 150 | 0 | 107 | 34 | 53 | 504 | 67 | 45 |
| Binary | 10010001 | 101010 | 1101000 | 0 | 1000111 | 11100 | 101011 | 101000100 | 110111 | 100101 |
Color Harmonies of #912A68
Complementary color
Monochromatic Colors of #912A68
Black with #912A68
Text Example
Text Example
White with #912A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912A68; }
p { color: rgb(145,42,104); }
H1.HeaderClassName
{
color: #912A68;
}
.AnyTagClassName
{
color: #912A68;
}
</style>
background-color css
<style>
a { background-color: #912A68; }
a { background-color: rgb(145,42,104); }
div.DivClassName
{
background-color: #912A68;
}
.BgClassName
{
background-color: #912A68;
}
</style>
border-color css
<style>
span { border-color: #912A68; }
span { border-color: rgb(145,42,104); }
td.TdClassName
{
border-color: #912A68;
}
.TagClassName
{
border-color: #912A68;
}
</style>