Shades of Lipstick #9A306B
Tints of Lipstick #9A306B
RGB
CMYK
RGB Variations
Color information
#9A306B (or 0x9A306B) is known color: Lipstick. HEX triplet: 9A, 30 and 6B. RGB value is (154,48,107). Sum of RGB (Red+Green+Blue) = 154+48+107=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A306B is #65CF94. Grayscale: #565656. Windows color (decimal): -6672277 or 7024794. OLE color: 7024794.
HSL color Cylindrical-coordinate representation of color #9A306B: hue angle of 326.6º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A306B is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 48 | 107 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.40 |
| HSL | 326.6º | 0.52% | 0.4% | - |
| HSV(B) | 326.6º | 0.69% | 0.6% | - |
| XYZ | 17.04 | 10.05 | 14.95 | - |
| YUV | 86.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 107 | 0 | 0.69 | 0.31 | 0.40 | 326.6 | 0.52 | 0.4 |
| Hex | 9A | 30 | 6B | 0 | 45 | 1F | 28 | 147 | 34 | 28 |
| Octal | 232 | 60 | 153 | 0 | 105 | 37 | 50 | 507 | 64 | 50 |
| Binary | 10011010 | 110000 | 1101011 | 0 | 1000101 | 11111 | 101000 | 101000111 | 110100 | 101000 |
Color Harmonies of #9A306B
Complementary color
Monochromatic Colors of #9A306B
Black with #9A306B
Text Example
Text Example
White with #9A306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A306B; }
p { color: rgb(154,48,107); }
H1.HeaderClassName
{
color: #9A306B;
}
.AnyTagClassName
{
color: #9A306B;
}
</style>
background-color css
<style>
a { background-color: #9A306B; }
a { background-color: rgb(154,48,107); }
div.DivClassName
{
background-color: #9A306B;
}
.BgClassName
{
background-color: #9A306B;
}
</style>
border-color css
<style>
span { border-color: #9A306B; }
span { border-color: rgb(154,48,107); }
td.TdClassName
{
border-color: #9A306B;
}
.TagClassName
{
border-color: #9A306B;
}
</style>