Shades of Cadillac #8E3C6C
Tints of Cadillac #8E3C6C
RGB
CMYK
RGB Variations
Color information
#8E3C6C (or 0x8E3C6C) is known color: Cadillac. HEX triplet: 8E, 3C and 6C. RGB value is (142,60,108). Sum of RGB (Red+Green+Blue) = 142+60+108=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C6C is #71C393. Grayscale: #595959. Windows color (decimal): -7455636 or 7093390. OLE color: 7093390.
HSL color Cylindrical-coordinate representation of color #8E3C6C: hue angle of 324.88º 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 #8E3C6C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 108 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.44 |
| HSL | 324.88º | 0.41% | 0.4% | - |
| HSV(B) | 324.88º | 0.58% | 0.56% | - |
| XYZ | 15.48 | 10.07 | 15.31 | - |
| YUV | 89.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 108 | 0 | 0.58 | 0.24 | 0.44 | 324.88 | 0.41 | 0.4 |
| Hex | 8E | 3C | 6C | 0 | 3A | 18 | 2C | 145 | 29 | 28 |
| Octal | 216 | 74 | 154 | 0 | 72 | 30 | 54 | 505 | 51 | 50 |
| Binary | 10001110 | 111100 | 1101100 | 0 | 111010 | 11000 | 101100 | 101000101 | 101001 | 101000 |
Color Harmonies of #8E3C6C
Complementary color
Monochromatic Colors of #8E3C6C
Black with #8E3C6C
Text Example
Text Example
White with #8E3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C6C; }
p { color: rgb(142,60,108); }
H1.HeaderClassName
{
color: #8E3C6C;
}
.AnyTagClassName
{
color: #8E3C6C;
}
</style>
background-color css
<style>
a { background-color: #8E3C6C; }
a { background-color: rgb(142,60,108); }
div.DivClassName
{
background-color: #8E3C6C;
}
.BgClassName
{
background-color: #8E3C6C;
}
</style>
border-color css
<style>
span { border-color: #8E3C6C; }
span { border-color: rgb(142,60,108); }
td.TdClassName
{
border-color: #8E3C6C;
}
.TagClassName
{
border-color: #8E3C6C;
}
</style>