#8E396D

Color #8E396D Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #8E396D

Tints of Cadillac #8E396D

Color information

#8E396D (or 0x8E396D) is unknown color: approx Cadillac. HEX triplet: 8E, 39 and 6D. RGB value is (142,57,109). Sum of RGB (Red+Green+Blue) = 142+57+109=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E396D is #71C692. Grayscale: #585858. Windows color (decimal): -7456403 or 7158158. OLE color: 7158158.

HSL color Cylindrical-coordinate representation of color #8E396D: hue angle of 323.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E396D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14257109-
CMYK00.600.230.44
HSL323.29º42.71%39.02%-
HSV(B)323.29º59.86%55.69%-
XYZ15.389.7815.55-
YUV88.34139.66166.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=46.10%
G=18.51%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425710900.600.230.44323.2942.7139.02
Hex8E396D03C172C1432b27
Octal2167115507427545035347
Binary100011101110011101101011110010111101100101000011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E396D; }

 p { color: rgb(142,57,109); }

 H1.HeaderClassName
 {
   color: #8E396D;
 }
 .AnyTagClassName
 {
   color: #8E396D;
 }
</style>
background-color css

<style>
 a { background-color: #8E396D; }

 a { background-color: rgb(142,57,109); }

 div.DivClassName
 {
   background-color: #8E396D;
 }
 .BgClassName
 {
   background-color: #8E396D;
 }
</style>
border-color css

<style>
 span { border-color: #8E396D; }

 span { border-color: rgb(142,57,109); }

 td.TdClassName
 {
   border-color: #8E396D;
 }
 .TagClassName
 {
   border-color: #8E396D;
 }
</style>