Shades of Cadillac #8F396D
Tints of Cadillac #8F396D
RGB
CMYK
RGB Variations
Color information
#8F396D (or 0x8F396D) is known color: Cadillac. HEX triplet: 8F, 39 and 6D. RGB value is (143,57,109). Sum of RGB (Red+Green+Blue) = 143+57+109=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F396D is #70C692. Grayscale: #585858. Windows color (decimal): -7390867 or 7158159. OLE color: 7158159.
HSL color Cylindrical-coordinate representation of color #8F396D: hue angle of 323.72º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F396D is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 57 | 109 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.44 |
| HSL | 323.72º | 0.43% | 0.39% | - |
| HSV(B) | 323.72º | 0.6% | 0.56% | - |
| XYZ | 15.55 | 9.87 | 15.55 | - |
| YUV | 88.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 57 | 109 | 0 | 0.60 | 0.24 | 0.44 | 323.72 | 0.43 | 0.39 |
| Hex | 8F | 39 | 6D | 0 | 3C | 18 | 2C | 144 | 2B | 27 |
| Octal | 217 | 71 | 155 | 0 | 74 | 30 | 54 | 504 | 53 | 47 |
| Binary | 10001111 | 111001 | 1101101 | 0 | 111100 | 11000 | 101100 | 101000100 | 101011 | 100111 |
Color Harmonies of #8F396D
Complementary color
Monochromatic Colors of #8F396D
Black with #8F396D
Text Example
Text Example
White with #8F396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F396D; }
p { color: rgb(143,57,109); }
H1.HeaderClassName
{
color: #8F396D;
}
.AnyTagClassName
{
color: #8F396D;
}
</style>
background-color css
<style>
a { background-color: #8F396D; }
a { background-color: rgb(143,57,109); }
div.DivClassName
{
background-color: #8F396D;
}
.BgClassName
{
background-color: #8F396D;
}
</style>
border-color css
<style>
span { border-color: #8F396D; }
span { border-color: rgb(143,57,109); }
td.TdClassName
{
border-color: #8F396D;
}
.TagClassName
{
border-color: #8F396D;
}
</style>