Shades of Cadillac #9F415E
Tints of Cadillac #9F415E
RGB
CMYK
RGB Variations
Color information
#9F415E (or 0x9F415E) is known color: Cadillac. HEX triplet: 9F, 41 and 5E. RGB value is (159,65,94). Sum of RGB (Red+Green+Blue) = 159+65+94=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F415E is #60BEA1. Grayscale: #606060. Windows color (decimal): -6340258 or 6177183. OLE color: 6177183.
HSL color Cylindrical-coordinate representation of color #9F415E: hue angle of 341.49º 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 #9F415E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 94 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.38 |
| HSL | 341.49º | 0.42% | 0.44% | - |
| HSV(B) | 341.49º | 0.59% | 0.62% | - |
| XYZ | 18.21 | 11.96 | 11.94 | - |
| YUV | 96.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 94 | 0 | 0.59 | 0.41 | 0.38 | 341.49 | 0.42 | 0.44 |
| Hex | 9F | 41 | 5E | 0 | 3B | 29 | 26 | 155 | 2A | 2C |
| Octal | 237 | 101 | 136 | 0 | 73 | 51 | 46 | 525 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1011110 | 0 | 111011 | 101001 | 100110 | 101010101 | 101010 | 101100 |
Color Harmonies of #9F415E
Complementary color
Monochromatic Colors of #9F415E
Black with #9F415E
Text Example
Text Example
White with #9F415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F415E; }
p { color: rgb(159,65,94); }
H1.HeaderClassName
{
color: #9F415E;
}
.AnyTagClassName
{
color: #9F415E;
}
</style>
background-color css
<style>
a { background-color: #9F415E; }
a { background-color: rgb(159,65,94); }
div.DivClassName
{
background-color: #9F415E;
}
.BgClassName
{
background-color: #9F415E;
}
</style>
border-color css
<style>
span { border-color: #9F415E; }
span { border-color: rgb(159,65,94); }
td.TdClassName
{
border-color: #9F415E;
}
.TagClassName
{
border-color: #9F415E;
}
</style>