Shades of Lipstick #96306B
Tints of Lipstick #96306B
RGB
CMYK
RGB Variations
Color information
#96306B (or 0x96306B) is known color: Lipstick. HEX triplet: 96, 30 and 6B. RGB value is (150,48,107). Sum of RGB (Red+Green+Blue) = 150+48+107=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306B is #69CF94. Grayscale: #555555. Windows color (decimal): -6934421 or 7024790. OLE color: 7024790.
HSL color Cylindrical-coordinate representation of color #96306B: hue angle of 325.29º 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 #96306B is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 107 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.41 |
| HSL | 325.29º | 0.52% | 0.39% | - |
| HSV(B) | 325.29º | 0.68% | 0.59% | - |
| XYZ | 16.29 | 9.66 | 14.92 | - |
| YUV | 85.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 107 | 0 | 0.68 | 0.29 | 0.41 | 325.29 | 0.52 | 0.39 |
| Hex | 96 | 30 | 6B | 0 | 44 | 1D | 29 | 145 | 34 | 27 |
| Octal | 226 | 60 | 153 | 0 | 104 | 35 | 51 | 505 | 64 | 47 |
| Binary | 10010110 | 110000 | 1101011 | 0 | 1000100 | 11101 | 101001 | 101000101 | 110100 | 100111 |
Color Harmonies of #96306B
Complementary color
Monochromatic Colors of #96306B
Black with #96306B
Text Example
Text Example
White with #96306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96306B; }
p { color: rgb(150,48,107); }
H1.HeaderClassName
{
color: #96306B;
}
.AnyTagClassName
{
color: #96306B;
}
</style>
background-color css
<style>
a { background-color: #96306B; }
a { background-color: rgb(150,48,107); }
div.DivClassName
{
background-color: #96306B;
}
.BgClassName
{
background-color: #96306B;
}
</style>
border-color css
<style>
span { border-color: #96306B; }
span { border-color: rgb(150,48,107); }
td.TdClassName
{
border-color: #96306B;
}
.TagClassName
{
border-color: #96306B;
}
</style>