#8E3F68

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

Shades of Cadillac #8E3F68

Tints of Cadillac #8E3F68

Color information

#8E3F68 (or 0x8E3F68) is unknown color: approx Cadillac. HEX triplet: 8E, 3F and 68. RGB value is (142,63,104). Sum of RGB (Red+Green+Blue) = 142+63+104=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F68 is #71C097. Grayscale: #5B5B5B. Windows color (decimal): -7454872 or 6832014. OLE color: 6832014.

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

Color convert

RGB14263104-
CMYK00.560.270.44
HSL328.86º38.54%40.2%-
HSV(B)328.86º55.63%55.69%-
XYZ15.4310.3114.27-
YUV91.29135.17164.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.95%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=45.95%
G=20.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426310400.560.270.44328.8638.5440.2
Hex8E3F680381B2C1492728
Octal2167715007033545114750
Binary100011101111111101000011100011011101100101001001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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