Shades of Cadillac #8F416E
Tints of Cadillac #8F416E
RGB
CMYK
RGB Variations
Color information
#8F416E (or 0x8F416E) is known color: Cadillac. HEX triplet: 8F, 41 and 6E. RGB value is (143,65,110). Sum of RGB (Red+Green+Blue) = 143+65+110=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F416E is #70BE91. Grayscale: #5D5D5D. Windows color (decimal): -7388818 or 7225743. OLE color: 7225743.
HSL color Cylindrical-coordinate representation of color #8F416E: hue angle of 325.38º 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 #8F416E is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 110 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.44 |
| HSL | 325.38º | 0.38% | 0.41% | - |
| HSV(B) | 325.38º | 0.55% | 0.56% | - |
| XYZ | 16.03 | 10.75 | 15.98 | - |
| YUV | 93.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 110 | 0 | 0.55 | 0.23 | 0.44 | 325.38 | 0.38 | 0.41 |
| Hex | 8F | 41 | 6E | 0 | 37 | 17 | 2C | 145 | 26 | 29 |
| Octal | 217 | 101 | 156 | 0 | 67 | 27 | 54 | 505 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1101110 | 0 | 110111 | 10111 | 101100 | 101000101 | 100110 | 101001 |
Color Harmonies of #8F416E
Complementary color
Monochromatic Colors of #8F416E
Black with #8F416E
Text Example
Text Example
White with #8F416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F416E; }
p { color: rgb(143,65,110); }
H1.HeaderClassName
{
color: #8F416E;
}
.AnyTagClassName
{
color: #8F416E;
}
</style>
background-color css
<style>
a { background-color: #8F416E; }
a { background-color: rgb(143,65,110); }
div.DivClassName
{
background-color: #8F416E;
}
.BgClassName
{
background-color: #8F416E;
}
</style>
border-color css
<style>
span { border-color: #8F416E; }
span { border-color: rgb(143,65,110); }
td.TdClassName
{
border-color: #8F416E;
}
.TagClassName
{
border-color: #8F416E;
}
</style>