Shades of Cadillac #9E415E
Tints of Cadillac #9E415E
RGB
CMYK
RGB Variations
Color information
#9E415E (or 0x9E415E) is known color: Cadillac. HEX triplet: 9E, 41 and 5E. RGB value is (158,65,94). Sum of RGB (Red+Green+Blue) = 158+65+94=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E415E is #61BEA1. Grayscale: #606060. Windows color (decimal): -6405794 or 6177182. OLE color: 6177182.
HSL color Cylindrical-coordinate representation of color #9E415E: hue angle of 341.29º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E415E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 94 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.38 |
| HSL | 341.29º | 0.42% | 0.44% | - |
| HSV(B) | 341.29º | 0.59% | 0.62% | - |
| XYZ | 18.01 | 11.86 | 11.93 | - |
| YUV | 96.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 94 | 0 | 0.59 | 0.41 | 0.38 | 341.29 | 0.42 | 0.44 |
| Hex | 9E | 41 | 5E | 0 | 3B | 29 | 26 | 155 | 2A | 2C |
| Octal | 236 | 101 | 136 | 0 | 73 | 51 | 46 | 525 | 52 | 54 |
| Binary | 10011110 | 1000001 | 1011110 | 0 | 111011 | 101001 | 100110 | 101010101 | 101010 | 101100 |
Color Harmonies of #9E415E
Complementary color
Monochromatic Colors of #9E415E
Black with #9E415E
Text Example
Text Example
White with #9E415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E415E; }
p { color: rgb(158,65,94); }
H1.HeaderClassName
{
color: #9E415E;
}
.AnyTagClassName
{
color: #9E415E;
}
</style>
background-color css
<style>
a { background-color: #9E415E; }
a { background-color: rgb(158,65,94); }
div.DivClassName
{
background-color: #9E415E;
}
.BgClassName
{
background-color: #9E415E;
}
</style>
border-color css
<style>
span { border-color: #9E415E; }
span { border-color: rgb(158,65,94); }
td.TdClassName
{
border-color: #9E415E;
}
.TagClassName
{
border-color: #9E415E;
}
</style>