Shades of Cadillac #9F415D
Tints of Cadillac #9F415D
RGB
CMYK
RGB Variations
Color information
#9F415D (or 0x9F415D) is known color: Cadillac. HEX triplet: 9F, 41 and 5D. RGB value is (159,65,93). Sum of RGB (Red+Green+Blue) = 159+65+93=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F415D is #60BEA2. Grayscale: #606060. Windows color (decimal): -6340259 or 6111647. OLE color: 6111647.
HSL color Cylindrical-coordinate representation of color #9F415D: hue angle of 342.13º 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 #9F415D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 93 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.38 |
| HSL | 342.13º | 0.42% | 0.44% | - |
| HSV(B) | 342.13º | 0.59% | 0.62% | - |
| XYZ | 18.16 | 11.94 | 11.7 | - |
| YUV | 96.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 93 | 0 | 0.59 | 0.42 | 0.38 | 342.13 | 0.42 | 0.44 |
| Hex | 9F | 41 | 5D | 0 | 3B | 2A | 26 | 156 | 2A | 2C |
| Octal | 237 | 101 | 135 | 0 | 73 | 52 | 46 | 526 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1011101 | 0 | 111011 | 101010 | 100110 | 101010110 | 101010 | 101100 |
Color Harmonies of #9F415D
Complementary color
Monochromatic Colors of #9F415D
Black with #9F415D
Text Example
Text Example
White with #9F415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F415D; }
p { color: rgb(159,65,93); }
H1.HeaderClassName
{
color: #9F415D;
}
.AnyTagClassName
{
color: #9F415D;
}
</style>
background-color css
<style>
a { background-color: #9F415D; }
a { background-color: rgb(159,65,93); }
div.DivClassName
{
background-color: #9F415D;
}
.BgClassName
{
background-color: #9F415D;
}
</style>
border-color css
<style>
span { border-color: #9F415D; }
span { border-color: rgb(159,65,93); }
td.TdClassName
{
border-color: #9F415D;
}
.TagClassName
{
border-color: #9F415D;
}
</style>