Shades of Cadillac #9B496D
Tints of Cadillac #9B496D
RGB
CMYK
RGB Variations
Color information
#9B496D (or 0x9B496D) is known color: Cadillac. HEX triplet: 9B, 49 and 6D. RGB value is (155,73,109). Sum of RGB (Red+Green+Blue) = 155+73+109=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B496D is #64B692. Grayscale: #656565. Windows color (decimal): -6600339 or 7162267. OLE color: 7162267.
HSL color Cylindrical-coordinate representation of color #9B496D: hue angle of 333.66º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B496D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 109 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.39 |
| HSL | 333.66º | 0.36% | 0.45% | - |
| HSV(B) | 333.66º | 0.53% | 0.61% | - |
| XYZ | 18.66 | 12.84 | 15.96 | - |
| YUV | 101.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 109 | 0 | 0.53 | 0.30 | 0.39 | 333.66 | 0.36 | 0.45 |
| Hex | 9B | 49 | 6D | 0 | 35 | 1E | 27 | 14E | 24 | 2D |
| Octal | 233 | 111 | 155 | 0 | 65 | 36 | 47 | 516 | 44 | 55 |
| Binary | 10011011 | 1001001 | 1101101 | 0 | 110101 | 11110 | 100111 | 101001110 | 100100 | 101101 |
Color Harmonies of #9B496D
Complementary color
Monochromatic Colors of #9B496D
Black with #9B496D
Text Example
Text Example
White with #9B496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B496D; }
p { color: rgb(155,73,109); }
H1.HeaderClassName
{
color: #9B496D;
}
.AnyTagClassName
{
color: #9B496D;
}
</style>
background-color css
<style>
a { background-color: #9B496D; }
a { background-color: rgb(155,73,109); }
div.DivClassName
{
background-color: #9B496D;
}
.BgClassName
{
background-color: #9B496D;
}
</style>
border-color css
<style>
span { border-color: #9B496D; }
span { border-color: rgb(155,73,109); }
td.TdClassName
{
border-color: #9B496D;
}
.TagClassName
{
border-color: #9B496D;
}
</style>