#8E3A66

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

Shades of Cadillac #8E3A66

Tints of Cadillac #8E3A66

Color information

#8E3A66 (or 0x8E3A66) is unknown color: approx Cadillac. HEX triplet: 8E, 3A and 66. RGB value is (142,58,102). Sum of RGB (Red+Green+Blue) = 142+58+102=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3A66 is #71C599. Grayscale: #585858. Windows color (decimal): -7456154 or 6699662. OLE color: 6699662.

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

Color convert

RGB14258102-
CMYK00.590.280.44
HSL328.57º42%39.22%-
HSV(B)328.57º59.15%55.69%-
XYZ15.079.7413.66-
YUV88.13135.83166.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=47.02%
G=19.21%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425810200.590.280.44328.574239.22
Hex8E3A6603B1C2C1492a27
Octal2167214607334545115247
Binary100011101110101100110011101111100101100101001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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