#8E3F6F

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

Shades of Cadillac #8E3F6F

Tints of Cadillac #8E3F6F

Color information

#8E3F6F (or 0x8E3F6F) is unknown color: approx Cadillac. HEX triplet: 8E, 3F and 6F. RGB value is (142,63,111). Sum of RGB (Red+Green+Blue) = 142+63+111=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F6F is #71C090. Grayscale: #5B5B5B. Windows color (decimal): -7454865 or 7290766. OLE color: 7290766.

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

Color convert

RGB14263111-
CMYK00.560.220.44
HSL323.54º38.54%40.2%-
HSV(B)323.54º55.63%55.69%-
XYZ15.810.4516.22-
YUV92.09138.67163.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=44.94%
G=19.94%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426311100.560.220.44323.5438.5440.2
Hex8E3F6F038162C1442728
Octal2167715707026545044750
Binary100011101111111101111011100010110101100101000100100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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