Shades of Cadillac #9E4F73
Tints of Cadillac #9E4F73
RGB
CMYK
RGB Variations
Color information
#9E4F73 (or 0x9E4F73) is known color: Cadillac. HEX triplet: 9E, 4F and 73. RGB value is (158,79,115). Sum of RGB (Red+Green+Blue) = 158+79+115=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4F73 is #61B08C. Grayscale: #6A6A6A. Windows color (decimal): -6402189 or 7557022. OLE color: 7557022.
HSL color Cylindrical-coordinate representation of color #9E4F73: hue angle of 332.66º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F73 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 79 | 115 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.38 |
| HSL | 332.66º | 0.33% | 0.46% | - |
| HSV(B) | 332.66º | 0.5% | 0.62% | - |
| XYZ | 19.99 | 14.1 | 17.89 | - |
| YUV | 106.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 115 | 0 | 0.50 | 0.27 | 0.38 | 332.66 | 0.33 | 0.46 |
| Hex | 9E | 4F | 73 | 0 | 32 | 1B | 26 | 14D | 21 | 2E |
| Octal | 236 | 117 | 163 | 0 | 62 | 33 | 46 | 515 | 41 | 56 |
| Binary | 10011110 | 1001111 | 1110011 | 0 | 110010 | 11011 | 100110 | 101001101 | 100001 | 101110 |
Color Harmonies of #9E4F73
Complementary color
Monochromatic Colors of #9E4F73
Black with #9E4F73
Text Example
Text Example
White with #9E4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4F73; }
p { color: rgb(158,79,115); }
H1.HeaderClassName
{
color: #9E4F73;
}
.AnyTagClassName
{
color: #9E4F73;
}
</style>
background-color css
<style>
a { background-color: #9E4F73; }
a { background-color: rgb(158,79,115); }
div.DivClassName
{
background-color: #9E4F73;
}
.BgClassName
{
background-color: #9E4F73;
}
</style>
border-color css
<style>
span { border-color: #9E4F73; }
span { border-color: rgb(158,79,115); }
td.TdClassName
{
border-color: #9E4F73;
}
.TagClassName
{
border-color: #9E4F73;
}
</style>