Shades of Cadillac #8F415E
Tints of Cadillac #8F415E
RGB
CMYK
RGB Variations
Color information
#8F415E (or 0x8F415E) is known color: Cadillac. HEX triplet: 8F, 41 and 5E. RGB value is (143,65,94). Sum of RGB (Red+Green+Blue) = 143+65+94=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F415E is #70BEA1. Grayscale: #5B5B5B. Windows color (decimal): -7388834 or 6177167. OLE color: 6177167.
HSL color Cylindrical-coordinate representation of color #8F415E: hue angle of 337.69º 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 #8F415E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 94 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.44 |
| HSL | 337.69º | 0.38% | 0.41% | - |
| HSV(B) | 337.69º | 0.55% | 0.56% | - |
| XYZ | 15.24 | 10.43 | 11.8 | - |
| YUV | 91.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 94 | 0 | 0.55 | 0.34 | 0.44 | 337.69 | 0.38 | 0.41 |
| Hex | 8F | 41 | 5E | 0 | 37 | 22 | 2C | 152 | 26 | 29 |
| Octal | 217 | 101 | 136 | 0 | 67 | 42 | 54 | 522 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1011110 | 0 | 110111 | 100010 | 101100 | 101010010 | 100110 | 101001 |
Color Harmonies of #8F415E
Complementary color
Monochromatic Colors of #8F415E
Black with #8F415E
Text Example
Text Example
White with #8F415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F415E; }
p { color: rgb(143,65,94); }
H1.HeaderClassName
{
color: #8F415E;
}
.AnyTagClassName
{
color: #8F415E;
}
</style>
background-color css
<style>
a { background-color: #8F415E; }
a { background-color: rgb(143,65,94); }
div.DivClassName
{
background-color: #8F415E;
}
.BgClassName
{
background-color: #8F415E;
}
</style>
border-color css
<style>
span { border-color: #8F415E; }
span { border-color: rgb(143,65,94); }
td.TdClassName
{
border-color: #8F415E;
}
.TagClassName
{
border-color: #8F415E;
}
</style>