Shades of Cadillac #8E3D69
Tints of Cadillac #8E3D69
RGB
CMYK
RGB Variations
Color information
#8E3D69 (or 0x8E3D69) is known color: Cadillac. HEX triplet: 8E, 3D and 69. RGB value is (142,61,105). Sum of RGB (Red+Green+Blue) = 142+61+105=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D69 is #71C296. Grayscale: #5A5A5A. Windows color (decimal): -7455383 or 6897038. OLE color: 6897038.
HSL color Cylindrical-coordinate representation of color #8E3D69: hue angle of 327.41º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D69 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 105 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.44 |
| HSL | 327.41º | 0.4% | 0.4% | - |
| HSV(B) | 327.41º | 0.57% | 0.56% | - |
| XYZ | 15.37 | 10.11 | 14.51 | - |
| YUV | 90.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 105 | 0 | 0.57 | 0.26 | 0.44 | 327.41 | 0.4 | 0.4 |
| Hex | 8E | 3D | 69 | 0 | 39 | 1A | 2C | 147 | 28 | 28 |
| Octal | 216 | 75 | 151 | 0 | 71 | 32 | 54 | 507 | 50 | 50 |
| Binary | 10001110 | 111101 | 1101001 | 0 | 111001 | 11010 | 101100 | 101000111 | 101000 | 101000 |
Color Harmonies of #8E3D69
Complementary color
Monochromatic Colors of #8E3D69
Black with #8E3D69
Text Example
Text Example
White with #8E3D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D69; }
p { color: rgb(142,61,105); }
H1.HeaderClassName
{
color: #8E3D69;
}
.AnyTagClassName
{
color: #8E3D69;
}
</style>
background-color css
<style>
a { background-color: #8E3D69; }
a { background-color: rgb(142,61,105); }
div.DivClassName
{
background-color: #8E3D69;
}
.BgClassName
{
background-color: #8E3D69;
}
</style>
border-color css
<style>
span { border-color: #8E3D69; }
span { border-color: rgb(142,61,105); }
td.TdClassName
{
border-color: #8E3D69;
}
.TagClassName
{
border-color: #8E3D69;
}
</style>