Shades of Cadillac #9E4D6E
Tints of Cadillac #9E4D6E
RGB
CMYK
RGB Variations
Color information
#9E4D6E (or 0x9E4D6E) is known color: Cadillac. HEX triplet: 9E, 4D and 6E. RGB value is (158,77,110). Sum of RGB (Red+Green+Blue) = 158+77+110=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E4D6E is #61B291. Grayscale: #686868. Windows color (decimal): -6402706 or 7228830. OLE color: 7228830.
HSL color Cylindrical-coordinate representation of color #9E4D6E: hue angle of 335.56º 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 #9E4D6E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 110 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.38 |
| HSL | 335.56º | 0.34% | 0.46% | - |
| HSV(B) | 335.56º | 0.51% | 0.62% | - |
| XYZ | 19.57 | 13.7 | 16.37 | - |
| YUV | 104.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 110 | 0 | 0.51 | 0.30 | 0.38 | 335.56 | 0.34 | 0.46 |
| Hex | 9E | 4D | 6E | 0 | 33 | 1E | 26 | 150 | 22 | 2E |
| Octal | 236 | 115 | 156 | 0 | 63 | 36 | 46 | 520 | 42 | 56 |
| Binary | 10011110 | 1001101 | 1101110 | 0 | 110011 | 11110 | 100110 | 101010000 | 100010 | 101110 |
Color Harmonies of #9E4D6E
Complementary color
Monochromatic Colors of #9E4D6E
Black with #9E4D6E
Text Example
Text Example
White with #9E4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D6E; }
p { color: rgb(158,77,110); }
H1.HeaderClassName
{
color: #9E4D6E;
}
.AnyTagClassName
{
color: #9E4D6E;
}
</style>
background-color css
<style>
a { background-color: #9E4D6E; }
a { background-color: rgb(158,77,110); }
div.DivClassName
{
background-color: #9E4D6E;
}
.BgClassName
{
background-color: #9E4D6E;
}
</style>
border-color css
<style>
span { border-color: #9E4D6E; }
span { border-color: rgb(158,77,110); }
td.TdClassName
{
border-color: #9E4D6E;
}
.TagClassName
{
border-color: #9E4D6E;
}
</style>