Shades of Lipstick #96306C
Tints of Lipstick #96306C
RGB
CMYK
RGB Variations
Color information
#96306C (or 0x96306C) is known color: Lipstick. HEX triplet: 96, 30 and 6C. RGB value is (150,48,108). Sum of RGB (Red+Green+Blue) = 150+48+108=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306C is #69CF93. Grayscale: #555555. Windows color (decimal): -6934420 or 7090326. OLE color: 7090326.
HSL color Cylindrical-coordinate representation of color #96306C: hue angle of 324.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96306C is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 108 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.41 |
| HSL | 324.71º | 0.52% | 0.39% | - |
| HSV(B) | 324.71º | 0.68% | 0.59% | - |
| XYZ | 16.34 | 9.68 | 15.19 | - |
| YUV | 85.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 108 | 0 | 0.68 | 0.28 | 0.41 | 324.71 | 0.52 | 0.39 |
| Hex | 96 | 30 | 6C | 0 | 44 | 1C | 29 | 145 | 34 | 27 |
| Octal | 226 | 60 | 154 | 0 | 104 | 34 | 51 | 505 | 64 | 47 |
| Binary | 10010110 | 110000 | 1101100 | 0 | 1000100 | 11100 | 101001 | 101000101 | 110100 | 100111 |
Color Harmonies of #96306C
Complementary color
Monochromatic Colors of #96306C
Black with #96306C
Text Example
Text Example
White with #96306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96306C; }
p { color: rgb(150,48,108); }
H1.HeaderClassName
{
color: #96306C;
}
.AnyTagClassName
{
color: #96306C;
}
</style>
background-color css
<style>
a { background-color: #96306C; }
a { background-color: rgb(150,48,108); }
div.DivClassName
{
background-color: #96306C;
}
.BgClassName
{
background-color: #96306C;
}
</style>
border-color css
<style>
span { border-color: #96306C; }
span { border-color: rgb(150,48,108); }
td.TdClassName
{
border-color: #96306C;
}
.TagClassName
{
border-color: #96306C;
}
</style>