Shades of Cadillac #9F496D
Tints of Cadillac #9F496D
RGB
CMYK
RGB Variations
Color information
#9F496D (or 0x9F496D) is known color: Cadillac. HEX triplet: 9F, 49 and 6D. RGB value is (159,73,109). Sum of RGB (Red+Green+Blue) = 159+73+109=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F496D is #60B692. Grayscale: #666666. Windows color (decimal): -6338195 or 7162271. OLE color: 7162271.
HSL color Cylindrical-coordinate representation of color #9F496D: hue angle of 334.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F496D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 109 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.38 |
| HSL | 334.88º | 0.37% | 0.45% | - |
| HSV(B) | 334.88º | 0.54% | 0.62% | - |
| XYZ | 19.44 | 13.24 | 16 | - |
| YUV | 102.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 109 | 0 | 0.54 | 0.31 | 0.38 | 334.88 | 0.37 | 0.45 |
| Hex | 9F | 49 | 6D | 0 | 36 | 1F | 26 | 14F | 25 | 2D |
| Octal | 237 | 111 | 155 | 0 | 66 | 37 | 46 | 517 | 45 | 55 |
| Binary | 10011111 | 1001001 | 1101101 | 0 | 110110 | 11111 | 100110 | 101001111 | 100101 | 101101 |
Color Harmonies of #9F496D
Complementary color
Monochromatic Colors of #9F496D
Black with #9F496D
Text Example
Text Example
White with #9F496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F496D; }
p { color: rgb(159,73,109); }
H1.HeaderClassName
{
color: #9F496D;
}
.AnyTagClassName
{
color: #9F496D;
}
</style>
background-color css
<style>
a { background-color: #9F496D; }
a { background-color: rgb(159,73,109); }
div.DivClassName
{
background-color: #9F496D;
}
.BgClassName
{
background-color: #9F496D;
}
</style>
border-color css
<style>
span { border-color: #9F496D; }
span { border-color: rgb(159,73,109); }
td.TdClassName
{
border-color: #9F496D;
}
.TagClassName
{
border-color: #9F496D;
}
</style>