#8E3F66

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

Shades of Cadillac #8E3F66

Tints of Cadillac #8E3F66

Color information

#8E3F66 (or 0x8E3F66) is unknown color: approx Cadillac. HEX triplet: 8E, 3F and 66. RGB value is (142,63,102). Sum of RGB (Red+Green+Blue) = 142+63+102=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F66 is #71C099. Grayscale: #5A5A5A. Windows color (decimal): -7454874 or 6700942. OLE color: 6700942.

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

Color convert

RGB14263102-
CMYK00.560.280.44
HSL330.38º38.54%40.2%-
HSV(B)330.38º55.63%55.69%-
XYZ15.3310.2713.74-
YUV91.07134.17164.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=46.25%
G=20.52%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426310200.560.280.44330.3838.5440.2
Hex8E3F660381C2C14a2728
Octal2167714607034545124750
Binary100011101111111100110011100011100101100101001010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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