#8E396B

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

Shades of Cadillac #8E396B

Tints of Cadillac #8E396B

Color information

#8E396B (or 0x8E396B) is unknown color: approx Cadillac. HEX triplet: 8E, 39 and 6B. RGB value is (142,57,107). Sum of RGB (Red+Green+Blue) = 142+57+107=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E396B is #71C694. Grayscale: #575757. Windows color (decimal): -7456405 or 7027086. OLE color: 7027086.

HSL color Cylindrical-coordinate representation of color #8E396B: hue angle of 324.71º 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 #8E396B is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14257107-
CMYK00.600.250.44
HSL324.71º42.71%39.02%-
HSV(B)324.71º59.86%55.69%-
XYZ15.279.7414.98-
YUV88.12138.66166.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.41%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=46.41%
G=18.63%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425710700.600.250.44324.7142.7139.02
Hex8E396B03C192C1452b27
Octal2167115307431545055347
Binary100011101110011101011011110011001101100101000101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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