#8e3a68

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

Shades of Cadillac #8E3A68

Tints of Cadillac #8E3A68

Color information

#8E3A68 (or 0x8E3A68) is unknown color: approx Cadillac. HEX triplet: 8E, 3A and 68. RGB value is (142,58,104). Sum of RGB (Red+Green+Blue) = 142+58+104=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A68 is #71C597. Grayscale: #585858. Windows color (decimal): -7456152 or 6830734. OLE color: 6830734.

HSL color Cylindrical-coordinate representation of color #8E3A68: hue angle of 327.14º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A68 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14258104-
CMYK00.590.270.44
HSL327.14º42%39.22%-
HSV(B)327.14º59.15%55.69%-
XYZ15.179.7814.18-
YUV88.36136.83166.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.71%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=46.71%
G=19.08%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425810400.590.270.44327.144239.22
Hex8E3A6803B1B2C1472a27
Octal2167215007333545075247
Binary100011101110101101000011101111011101100101000111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e3a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,104); }

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

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

 a { background-color: rgb(142,58,104); }

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

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

 span { border-color: rgb(142,58,104); }

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