Shades of Cadillac #9E4E73
Tints of Cadillac #9E4E73
RGB
CMYK
RGB Variations
Color information
#9E4E73 (or 0x9E4E73) is known color: Cadillac. HEX triplet: 9E, 4E and 73. RGB value is (158,78,115). Sum of RGB (Red+Green+Blue) = 158+78+115=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4E73 is #61B18C. Grayscale: #6A6A6A. Windows color (decimal): -6402445 or 7556766. OLE color: 7556766.
HSL color Cylindrical-coordinate representation of color #9E4E73: hue angle of 332.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4E73 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 78 | 115 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.38 |
| HSL | 332.25º | 0.34% | 0.46% | - |
| HSV(B) | 332.25º | 0.51% | 0.62% | - |
| XYZ | 19.92 | 13.96 | 17.86 | - |
| YUV | 106.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 78 | 115 | 0 | 0.51 | 0.27 | 0.38 | 332.25 | 0.34 | 0.46 |
| Hex | 9E | 4E | 73 | 0 | 33 | 1B | 26 | 14C | 22 | 2E |
| Octal | 236 | 116 | 163 | 0 | 63 | 33 | 46 | 514 | 42 | 56 |
| Binary | 10011110 | 1001110 | 1110011 | 0 | 110011 | 11011 | 100110 | 101001100 | 100010 | 101110 |
Color Harmonies of #9E4E73
Complementary color
Monochromatic Colors of #9E4E73
Black with #9E4E73
Text Example
Text Example
White with #9E4E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4E73; }
p { color: rgb(158,78,115); }
H1.HeaderClassName
{
color: #9E4E73;
}
.AnyTagClassName
{
color: #9E4E73;
}
</style>
background-color css
<style>
a { background-color: #9E4E73; }
a { background-color: rgb(158,78,115); }
div.DivClassName
{
background-color: #9E4E73;
}
.BgClassName
{
background-color: #9E4E73;
}
</style>
border-color css
<style>
span { border-color: #9E4E73; }
span { border-color: rgb(158,78,115); }
td.TdClassName
{
border-color: #9E4E73;
}
.TagClassName
{
border-color: #9E4E73;
}
</style>