Shades of Cadillac #8F3C6D
Tints of Cadillac #8F3C6D
RGB
CMYK
RGB Variations
Color information
#8F3C6D (or 0x8F3C6D) is known color: Cadillac. HEX triplet: 8F, 3C and 6D. RGB value is (143,60,109). Sum of RGB (Red+Green+Blue) = 143+60+109=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3C6D is #70C392. Grayscale: #5A5A5A. Windows color (decimal): -7390099 or 7158927. OLE color: 7158927.
HSL color Cylindrical-coordinate representation of color #8F3C6D: hue angle of 324.58º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C6D is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 109 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.44 |
| HSL | 324.58º | 0.41% | 0.4% | - |
| HSV(B) | 324.58º | 0.58% | 0.56% | - |
| XYZ | 15.7 | 10.18 | 15.6 | - |
| YUV | 90.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 109 | 0 | 0.58 | 0.24 | 0.44 | 324.58 | 0.41 | 0.4 |
| Hex | 8F | 3C | 6D | 0 | 3A | 18 | 2C | 145 | 29 | 28 |
| Octal | 217 | 74 | 155 | 0 | 72 | 30 | 54 | 505 | 51 | 50 |
| Binary | 10001111 | 111100 | 1101101 | 0 | 111010 | 11000 | 101100 | 101000101 | 101001 | 101000 |
Color Harmonies of #8F3C6D
Complementary color
Monochromatic Colors of #8F3C6D
Black with #8F3C6D
Text Example
Text Example
White with #8F3C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C6D; }
p { color: rgb(143,60,109); }
H1.HeaderClassName
{
color: #8F3C6D;
}
.AnyTagClassName
{
color: #8F3C6D;
}
</style>
background-color css
<style>
a { background-color: #8F3C6D; }
a { background-color: rgb(143,60,109); }
div.DivClassName
{
background-color: #8F3C6D;
}
.BgClassName
{
background-color: #8F3C6D;
}
</style>
border-color css
<style>
span { border-color: #8F3C6D; }
span { border-color: rgb(143,60,109); }
td.TdClassName
{
border-color: #8F3C6D;
}
.TagClassName
{
border-color: #8F3C6D;
}
</style>