Shades of Cadillac #8E3F5E
Tints of Cadillac #8E3F5E
RGB
CMYK
RGB Variations
Color information
#8E3F5E (or 0x8E3F5E) is known color: Cadillac. HEX triplet: 8E, 3F and 5E. RGB value is (142,63,94). Sum of RGB (Red+Green+Blue) = 142+63+94=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F5E is #71C0A1. Grayscale: #5A5A5A. Windows color (decimal): -7454882 or 6176654. OLE color: 6176654.
HSL color Cylindrical-coordinate representation of color #8E3F5E: hue angle of 336.46º 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 #8E3F5E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 94 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.44 |
| HSL | 336.46º | 0.39% | 0.4% | - |
| HSV(B) | 336.46º | 0.56% | 0.56% | - |
| XYZ | 14.95 | 10.11 | 11.75 | - |
| YUV | 90.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 94 | 0 | 0.56 | 0.34 | 0.44 | 336.46 | 0.39 | 0.4 |
| Hex | 8E | 3F | 5E | 0 | 38 | 22 | 2C | 150 | 27 | 28 |
| Octal | 216 | 77 | 136 | 0 | 70 | 42 | 54 | 520 | 47 | 50 |
| Binary | 10001110 | 111111 | 1011110 | 0 | 111000 | 100010 | 101100 | 101010000 | 100111 | 101000 |
Color Harmonies of #8E3F5E
Complementary color
Monochromatic Colors of #8E3F5E
Black with #8E3F5E
Text Example
Text Example
White with #8E3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F5E; }
p { color: rgb(142,63,94); }
H1.HeaderClassName
{
color: #8E3F5E;
}
.AnyTagClassName
{
color: #8E3F5E;
}
</style>
background-color css
<style>
a { background-color: #8E3F5E; }
a { background-color: rgb(142,63,94); }
div.DivClassName
{
background-color: #8E3F5E;
}
.BgClassName
{
background-color: #8E3F5E;
}
</style>
border-color css
<style>
span { border-color: #8E3F5E; }
span { border-color: rgb(142,63,94); }
td.TdClassName
{
border-color: #8E3F5E;
}
.TagClassName
{
border-color: #8E3F5E;
}
</style>