Shades of Cadillac #8F3A69
Tints of Cadillac #8F3A69
RGB
CMYK
RGB Variations
Color information
#8F3A69 (or 0x8F3A69) is known color: Cadillac. HEX triplet: 8F, 3A and 69. RGB value is (143,58,105). Sum of RGB (Red+Green+Blue) = 143+58+105=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3A69 is #70C596. Grayscale: #585858. Windows color (decimal): -7390615 or 6896271. OLE color: 6896271.
HSL color Cylindrical-coordinate representation of color #8F3A69: hue angle of 326.82º 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 #8F3A69 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 105 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.44 |
| HSL | 326.82º | 0.42% | 0.39% | - |
| HSV(B) | 326.82º | 0.59% | 0.56% | - |
| XYZ | 15.39 | 9.89 | 14.46 | - |
| YUV | 88.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 105 | 0 | 0.59 | 0.27 | 0.44 | 326.82 | 0.42 | 0.39 |
| Hex | 8F | 3A | 69 | 0 | 3B | 1B | 2C | 147 | 2A | 27 |
| Octal | 217 | 72 | 151 | 0 | 73 | 33 | 54 | 507 | 52 | 47 |
| Binary | 10001111 | 111010 | 1101001 | 0 | 111011 | 11011 | 101100 | 101000111 | 101010 | 100111 |
Color Harmonies of #8F3A69
Complementary color
Monochromatic Colors of #8F3A69
Black with #8F3A69
Text Example
Text Example
White with #8F3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A69; }
p { color: rgb(143,58,105); }
H1.HeaderClassName
{
color: #8F3A69;
}
.AnyTagClassName
{
color: #8F3A69;
}
</style>
background-color css
<style>
a { background-color: #8F3A69; }
a { background-color: rgb(143,58,105); }
div.DivClassName
{
background-color: #8F3A69;
}
.BgClassName
{
background-color: #8F3A69;
}
</style>
border-color css
<style>
span { border-color: #8F3A69; }
span { border-color: rgb(143,58,105); }
td.TdClassName
{
border-color: #8F3A69;
}
.TagClassName
{
border-color: #8F3A69;
}
</style>