Shades of Cadillac #9F4E71
Tints of Cadillac #9F4E71
RGB
CMYK
RGB Variations
Color information
#9F4E71 (or 0x9F4E71) is known color: Cadillac. HEX triplet: 9F, 4E and 71. RGB value is (159,78,113). Sum of RGB (Red+Green+Blue) = 159+78+113=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E71 is #60B18E. Grayscale: #6A6A6A. Windows color (decimal): -6336911 or 7425695. OLE color: 7425695.
HSL color Cylindrical-coordinate representation of color #9F4E71: hue angle of 334.07º 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 #9F4E71 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 78 | 113 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.38 |
| HSL | 334.07º | 0.34% | 0.46% | - |
| HSV(B) | 334.07º | 0.51% | 0.62% | - |
| XYZ | 20 | 14.01 | 17.27 | - |
| YUV | 106.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 113 | 0 | 0.51 | 0.29 | 0.38 | 334.07 | 0.34 | 0.46 |
| Hex | 9F | 4E | 71 | 0 | 33 | 1D | 26 | 14E | 22 | 2E |
| Octal | 237 | 116 | 161 | 0 | 63 | 35 | 46 | 516 | 42 | 56 |
| Binary | 10011111 | 1001110 | 1110001 | 0 | 110011 | 11101 | 100110 | 101001110 | 100010 | 101110 |
Color Harmonies of #9F4E71
Complementary color
Monochromatic Colors of #9F4E71
Black with #9F4E71
Text Example
Text Example
White with #9F4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4E71; }
p { color: rgb(159,78,113); }
H1.HeaderClassName
{
color: #9F4E71;
}
.AnyTagClassName
{
color: #9F4E71;
}
</style>
background-color css
<style>
a { background-color: #9F4E71; }
a { background-color: rgb(159,78,113); }
div.DivClassName
{
background-color: #9F4E71;
}
.BgClassName
{
background-color: #9F4E71;
}
</style>
border-color css
<style>
span { border-color: #9F4E71; }
span { border-color: rgb(159,78,113); }
td.TdClassName
{
border-color: #9F4E71;
}
.TagClassName
{
border-color: #9F4E71;
}
</style>