Shades of Cadillac #8E3F66
Tints of Cadillac #8E3F66
RGB
CMYK
RGB Variations
Color information
#8E3F66 (or 0x8E3F66) is known color: Cadillac. HEX triplet: 8E, 3F and 66. RGB value is (142,63,102). Sum of RGB (Red+Green+Blue) = 142+63+102=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F66 is #71C099. Grayscale: #5A5A5A. Windows color (decimal): -7454874 or 6700942. OLE color: 6700942.
HSL color Cylindrical-coordinate representation of color #8E3F66: hue angle of 330.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E3F66 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 102 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.44 |
| HSL | 330.38º | 0.39% | 0.4% | - |
| HSV(B) | 330.38º | 0.56% | 0.56% | - |
| XYZ | 15.33 | 10.27 | 13.74 | - |
| YUV | 91.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 102 | 0 | 0.56 | 0.28 | 0.44 | 330.38 | 0.39 | 0.4 |
| Hex | 8E | 3F | 66 | 0 | 38 | 1C | 2C | 14A | 27 | 28 |
| Octal | 216 | 77 | 146 | 0 | 70 | 34 | 54 | 512 | 47 | 50 |
| Binary | 10001110 | 111111 | 1100110 | 0 | 111000 | 11100 | 101100 | 101001010 | 100111 | 101000 |
Color Harmonies of #8E3F66
Complementary color
Monochromatic Colors of #8E3F66
Black with #8E3F66
Text Example
Text Example
White with #8E3F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F66; }
p { color: rgb(142,63,102); }
H1.HeaderClassName
{
color: #8E3F66;
}
.AnyTagClassName
{
color: #8E3F66;
}
</style>
background-color css
<style>
a { background-color: #8E3F66; }
a { background-color: rgb(142,63,102); }
div.DivClassName
{
background-color: #8E3F66;
}
.BgClassName
{
background-color: #8E3F66;
}
</style>
border-color css
<style>
span { border-color: #8E3F66; }
span { border-color: rgb(142,63,102); }
td.TdClassName
{
border-color: #8E3F66;
}
.TagClassName
{
border-color: #8E3F66;
}
</style>