Shades of Cadillac #8E3A6C
Tints of Cadillac #8E3A6C
RGB
CMYK
RGB Variations
Color information
#8E3A6C (or 0x8E3A6C) is known color: Cadillac. HEX triplet: 8E, 3A and 6C. RGB value is (142,58,108). Sum of RGB (Red+Green+Blue) = 142+58+108=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A6C is #71C593. Grayscale: #585858. Windows color (decimal): -7456148 or 7092878. OLE color: 7092878.
HSL color Cylindrical-coordinate representation of color #8E3A6C: hue angle of 324.29º 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 #8E3A6C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 108 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.44 |
| HSL | 324.29º | 0.42% | 0.39% | - |
| HSV(B) | 324.29º | 0.59% | 0.56% | - |
| XYZ | 15.38 | 9.86 | 15.28 | - |
| YUV | 88.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 108 | 0 | 0.59 | 0.24 | 0.44 | 324.29 | 0.42 | 0.39 |
| Hex | 8E | 3A | 6C | 0 | 3B | 18 | 2C | 144 | 2A | 27 |
| Octal | 216 | 72 | 154 | 0 | 73 | 30 | 54 | 504 | 52 | 47 |
| Binary | 10001110 | 111010 | 1101100 | 0 | 111011 | 11000 | 101100 | 101000100 | 101010 | 100111 |
Color Harmonies of #8E3A6C
Complementary color
Monochromatic Colors of #8E3A6C
Black with #8E3A6C
Text Example
Text Example
White with #8E3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A6C; }
p { color: rgb(142,58,108); }
H1.HeaderClassName
{
color: #8E3A6C;
}
.AnyTagClassName
{
color: #8E3A6C;
}
</style>
background-color css
<style>
a { background-color: #8E3A6C; }
a { background-color: rgb(142,58,108); }
div.DivClassName
{
background-color: #8E3A6C;
}
.BgClassName
{
background-color: #8E3A6C;
}
</style>
border-color css
<style>
span { border-color: #8E3A6C; }
span { border-color: rgb(142,58,108); }
td.TdClassName
{
border-color: #8E3A6C;
}
.TagClassName
{
border-color: #8E3A6C;
}
</style>