Shades of Cadillac #9F4B71
Tints of Cadillac #9F4B71
RGB
CMYK
RGB Variations
Color information
#9F4B71 (or 0x9F4B71) is known color: Cadillac. HEX triplet: 9F, 4B and 71. RGB value is (159,75,113). Sum of RGB (Red+Green+Blue) = 159+75+113=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B71 is #60B48E. Grayscale: #686868. Windows color (decimal): -6337679 or 7424927. OLE color: 7424927.
HSL color Cylindrical-coordinate representation of color #9F4B71: hue angle of 332.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B71 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 113 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.38 |
| HSL | 332.86º | 0.36% | 0.46% | - |
| HSV(B) | 332.86º | 0.53% | 0.62% | - |
| XYZ | 19.79 | 13.6 | 17.2 | - |
| YUV | 104.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 113 | 0 | 0.53 | 0.29 | 0.38 | 332.86 | 0.36 | 0.46 |
| Hex | 9F | 4B | 71 | 0 | 35 | 1D | 26 | 14D | 24 | 2E |
| Octal | 237 | 113 | 161 | 0 | 65 | 35 | 46 | 515 | 44 | 56 |
| Binary | 10011111 | 1001011 | 1110001 | 0 | 110101 | 11101 | 100110 | 101001101 | 100100 | 101110 |
Color Harmonies of #9F4B71
Complementary color
Monochromatic Colors of #9F4B71
Black with #9F4B71
Text Example
Text Example
White with #9F4B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B71; }
p { color: rgb(159,75,113); }
H1.HeaderClassName
{
color: #9F4B71;
}
.AnyTagClassName
{
color: #9F4B71;
}
</style>
background-color css
<style>
a { background-color: #9F4B71; }
a { background-color: rgb(159,75,113); }
div.DivClassName
{
background-color: #9F4B71;
}
.BgClassName
{
background-color: #9F4B71;
}
</style>
border-color css
<style>
span { border-color: #9F4B71; }
span { border-color: rgb(159,75,113); }
td.TdClassName
{
border-color: #9F4B71;
}
.TagClassName
{
border-color: #9F4B71;
}
</style>