Shades of Cadillac #8E3E5F
Tints of Cadillac #8E3E5F
RGB
CMYK
RGB Variations
Color information
#8E3E5F (or 0x8E3E5F) is known color: Cadillac. HEX triplet: 8E, 3E and 5F. RGB value is (142,62,95). Sum of RGB (Red+Green+Blue) = 142+62+95=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3E5F is #71C1A0. Grayscale: #595959. Windows color (decimal): -7455137 or 6241934. OLE color: 6241934.
HSL color Cylindrical-coordinate representation of color #8E3E5F: hue angle of 335.25º 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 #8E3E5F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 62 | 95 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.44 |
| HSL | 335.25º | 0.39% | 0.4% | - |
| HSV(B) | 335.25º | 0.56% | 0.56% | - |
| XYZ | 14.94 | 10.02 | 11.97 | - |
| YUV | 89.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 95 | 0 | 0.56 | 0.33 | 0.44 | 335.25 | 0.39 | 0.4 |
| Hex | 8E | 3E | 5F | 0 | 38 | 21 | 2C | 14F | 27 | 28 |
| Octal | 216 | 76 | 137 | 0 | 70 | 41 | 54 | 517 | 47 | 50 |
| Binary | 10001110 | 111110 | 1011111 | 0 | 111000 | 100001 | 101100 | 101001111 | 100111 | 101000 |
Color Harmonies of #8E3E5F
Complementary color
Monochromatic Colors of #8E3E5F
Black with #8E3E5F
Text Example
Text Example
White with #8E3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3E5F; }
p { color: rgb(142,62,95); }
H1.HeaderClassName
{
color: #8E3E5F;
}
.AnyTagClassName
{
color: #8E3E5F;
}
</style>
background-color css
<style>
a { background-color: #8E3E5F; }
a { background-color: rgb(142,62,95); }
div.DivClassName
{
background-color: #8E3E5F;
}
.BgClassName
{
background-color: #8E3E5F;
}
</style>
border-color css
<style>
span { border-color: #8E3E5F; }
span { border-color: rgb(142,62,95); }
td.TdClassName
{
border-color: #8E3E5F;
}
.TagClassName
{
border-color: #8E3E5F;
}
</style>