Shades of Cadillac #8F3C60
Tints of Cadillac #8F3C60
RGB
CMYK
RGB Variations
Color information
#8F3C60 (or 0x8F3C60) is known color: Cadillac. HEX triplet: 8F, 3C and 60. RGB value is (143,60,96). Sum of RGB (Red+Green+Blue) = 143+60+96=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3C60 is #70C39F. Grayscale: #585858. Windows color (decimal): -7390112 or 6306959. OLE color: 6306959.
HSL color Cylindrical-coordinate representation of color #8F3C60: hue angle of 333.98º 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 #8F3C60 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 96 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.44 |
| HSL | 333.98º | 0.41% | 0.4% | - |
| HSV(B) | 333.98º | 0.58% | 0.56% | - |
| XYZ | 15.05 | 9.92 | 12.19 | - |
| YUV | 88.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 96 | 0 | 0.58 | 0.33 | 0.44 | 333.98 | 0.41 | 0.4 |
| Hex | 8F | 3C | 60 | 0 | 3A | 21 | 2C | 14E | 29 | 28 |
| Octal | 217 | 74 | 140 | 0 | 72 | 41 | 54 | 516 | 51 | 50 |
| Binary | 10001111 | 111100 | 1100000 | 0 | 111010 | 100001 | 101100 | 101001110 | 101001 | 101000 |
Color Harmonies of #8F3C60
Complementary color
Monochromatic Colors of #8F3C60
Black with #8F3C60
Text Example
Text Example
White with #8F3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C60; }
p { color: rgb(143,60,96); }
H1.HeaderClassName
{
color: #8F3C60;
}
.AnyTagClassName
{
color: #8F3C60;
}
</style>
background-color css
<style>
a { background-color: #8F3C60; }
a { background-color: rgb(143,60,96); }
div.DivClassName
{
background-color: #8F3C60;
}
.BgClassName
{
background-color: #8F3C60;
}
</style>
border-color css
<style>
span { border-color: #8F3C60; }
span { border-color: rgb(143,60,96); }
td.TdClassName
{
border-color: #8F3C60;
}
.TagClassName
{
border-color: #8F3C60;
}
</style>