#8E3D6D

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

Shades of Cadillac #8E3D6D

Tints of Cadillac #8E3D6D

Color information

#8E3D6D (or 0x8E3D6D) is unknown color: approx Cadillac. HEX triplet: 8E, 3D and 6D. RGB value is (142,61,109). Sum of RGB (Red+Green+Blue) = 142+61+109=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D6D is #71C292. Grayscale: #5A5A5A. Windows color (decimal): -7455379 or 7159182. OLE color: 7159182.

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

Color convert

RGB14261109-
CMYK00.570.230.44
HSL324.44º39.9%39.8%-
HSV(B)324.44º57.04%55.69%-
XYZ15.5810.1915.61-
YUV90.69138.34164.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=45.51%
G=19.55%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426110900.570.230.44324.4439.939.8
Hex8E3D6D039172C1442828
Octal2167515507127545045050
Binary100011101111011101101011100110111101100101000100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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