Shades of Cadillac #8F3A65
Tints of Cadillac #8F3A65
RGB
CMYK
RGB Variations
Color information
#8F3A65 (or 0x8F3A65) is known color: Cadillac. HEX triplet: 8F, 3A and 65. RGB value is (143,58,101). Sum of RGB (Red+Green+Blue) = 143+58+101=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A65 is #70C59A. Grayscale: #585858. Windows color (decimal): -7390619 or 6634127. OLE color: 6634127.
HSL color Cylindrical-coordinate representation of color #8F3A65: hue angle of 329.65º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A65 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 101 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.44 |
| HSL | 329.65º | 0.42% | 0.39% | - |
| HSV(B) | 329.65º | 0.59% | 0.56% | - |
| XYZ | 15.19 | 9.81 | 13.4 | - |
| YUV | 88.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 101 | 0 | 0.59 | 0.29 | 0.44 | 329.65 | 0.42 | 0.39 |
| Hex | 8F | 3A | 65 | 0 | 3B | 1D | 2C | 14A | 2A | 27 |
| Octal | 217 | 72 | 145 | 0 | 73 | 35 | 54 | 512 | 52 | 47 |
| Binary | 10001111 | 111010 | 1100101 | 0 | 111011 | 11101 | 101100 | 101001010 | 101010 | 100111 |
Color Harmonies of #8F3A65
Complementary color
Monochromatic Colors of #8F3A65
Black with #8F3A65
Text Example
Text Example
White with #8F3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A65; }
p { color: rgb(143,58,101); }
H1.HeaderClassName
{
color: #8F3A65;
}
.AnyTagClassName
{
color: #8F3A65;
}
</style>
background-color css
<style>
a { background-color: #8F3A65; }
a { background-color: rgb(143,58,101); }
div.DivClassName
{
background-color: #8F3A65;
}
.BgClassName
{
background-color: #8F3A65;
}
</style>
border-color css
<style>
span { border-color: #8F3A65; }
span { border-color: rgb(143,58,101); }
td.TdClassName
{
border-color: #8F3A65;
}
.TagClassName
{
border-color: #8F3A65;
}
</style>