Shades of Cadillac #9A4D75
Tints of Cadillac #9A4D75
RGB
CMYK
RGB Variations
Color information
#9A4D75 (or 0x9A4D75) is known color: Cadillac. HEX triplet: 9A, 4D and 75. RGB value is (154,77,117). Sum of RGB (Red+Green+Blue) = 154+77+117=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D75 is #65B28A. Grayscale: #686868. Windows color (decimal): -6664843 or 7687578. OLE color: 7687578.
HSL color Cylindrical-coordinate representation of color #9A4D75: hue angle of 328.83º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D75 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 117 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.40 |
| HSL | 328.83º | 0.33% | 0.45% | - |
| HSV(B) | 328.83º | 0.5% | 0.6% | - |
| XYZ | 19.19 | 13.46 | 18.42 | - |
| YUV | 104.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 117 | 0 | 0.50 | 0.24 | 0.40 | 328.83 | 0.33 | 0.45 |
| Hex | 9A | 4D | 75 | 0 | 32 | 18 | 28 | 149 | 21 | 2D |
| Octal | 232 | 115 | 165 | 0 | 62 | 30 | 50 | 511 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1110101 | 0 | 110010 | 11000 | 101000 | 101001001 | 100001 | 101101 |
Color Harmonies of #9A4D75
Complementary color
Monochromatic Colors of #9A4D75
Black with #9A4D75
Text Example
Text Example
White with #9A4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D75; }
p { color: rgb(154,77,117); }
H1.HeaderClassName
{
color: #9A4D75;
}
.AnyTagClassName
{
color: #9A4D75;
}
</style>
background-color css
<style>
a { background-color: #9A4D75; }
a { background-color: rgb(154,77,117); }
div.DivClassName
{
background-color: #9A4D75;
}
.BgClassName
{
background-color: #9A4D75;
}
</style>
border-color css
<style>
span { border-color: #9A4D75; }
span { border-color: rgb(154,77,117); }
td.TdClassName
{
border-color: #9A4D75;
}
.TagClassName
{
border-color: #9A4D75;
}
</style>