Shades of Cadillac #8F406E
Tints of Cadillac #8F406E
RGB
CMYK
RGB Variations
Color information
#8F406E (or 0x8F406E) is known color: Cadillac. HEX triplet: 8F, 40 and 6E. RGB value is (143,64,110). Sum of RGB (Red+Green+Blue) = 143+64+110=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F406E is #70BF91. Grayscale: #5C5C5C. Windows color (decimal): -7389074 or 7225487. OLE color: 7225487.
HSL color Cylindrical-coordinate representation of color #8F406E: hue angle of 325.06º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F406E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 110 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.44 |
| HSL | 325.06º | 0.38% | 0.41% | - |
| HSV(B) | 325.06º | 0.55% | 0.56% | - |
| XYZ | 15.98 | 10.63 | 15.96 | - |
| YUV | 92.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 110 | 0 | 0.55 | 0.23 | 0.44 | 325.06 | 0.38 | 0.41 |
| Hex | 8F | 40 | 6E | 0 | 37 | 17 | 2C | 145 | 26 | 29 |
| Octal | 217 | 100 | 156 | 0 | 67 | 27 | 54 | 505 | 46 | 51 |
| Binary | 10001111 | 1000000 | 1101110 | 0 | 110111 | 10111 | 101100 | 101000101 | 100110 | 101001 |
Color Harmonies of #8F406E
Complementary color
Monochromatic Colors of #8F406E
Black with #8F406E
Text Example
Text Example
White with #8F406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F406E; }
p { color: rgb(143,64,110); }
H1.HeaderClassName
{
color: #8F406E;
}
.AnyTagClassName
{
color: #8F406E;
}
</style>
background-color css
<style>
a { background-color: #8F406E; }
a { background-color: rgb(143,64,110); }
div.DivClassName
{
background-color: #8F406E;
}
.BgClassName
{
background-color: #8F406E;
}
</style>
border-color css
<style>
span { border-color: #8F406E; }
span { border-color: rgb(143,64,110); }
td.TdClassName
{
border-color: #8F406E;
}
.TagClassName
{
border-color: #8F406E;
}
</style>