Shades of Lipstick #9A3467
Tints of Lipstick #9A3467
RGB
CMYK
RGB Variations
Color information
#9A3467 (or 0x9A3467) is known color: Lipstick. HEX triplet: 9A, 34 and 67. RGB value is (154,52,103). Sum of RGB (Red+Green+Blue) = 154+52+103=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3467 is #65CB98. Grayscale: #585858. Windows color (decimal): -6671257 or 6763674. OLE color: 6763674.
HSL color Cylindrical-coordinate representation of color #9A3467: hue angle of 330º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3467 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 52 | 103 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.40 |
| HSL | 330º | 0.5% | 0.4% | - |
| HSV(B) | 330º | 0.66% | 0.6% | - |
| XYZ | 17 | 10.31 | 13.92 | - |
| YUV | 88.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 103 | 0 | 0.66 | 0.33 | 0.40 | 330 | 0.5 | 0.4 |
| Hex | 9A | 34 | 67 | 0 | 42 | 21 | 28 | 14A | 32 | 28 |
| Octal | 232 | 64 | 147 | 0 | 102 | 41 | 50 | 512 | 62 | 50 |
| Binary | 10011010 | 110100 | 1100111 | 0 | 1000010 | 100001 | 101000 | 101001010 | 110010 | 101000 |
Color Harmonies of #9A3467
Complementary color
Monochromatic Colors of #9A3467
Black with #9A3467
Text Example
Text Example
White with #9A3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3467; }
p { color: rgb(154,52,103); }
H1.HeaderClassName
{
color: #9A3467;
}
.AnyTagClassName
{
color: #9A3467;
}
</style>
background-color css
<style>
a { background-color: #9A3467; }
a { background-color: rgb(154,52,103); }
div.DivClassName
{
background-color: #9A3467;
}
.BgClassName
{
background-color: #9A3467;
}
</style>
border-color css
<style>
span { border-color: #9A3467; }
span { border-color: rgb(154,52,103); }
td.TdClassName
{
border-color: #9A3467;
}
.TagClassName
{
border-color: #9A3467;
}
</style>