#8E3B6E

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

Shades of Cadillac #8E3B6E

Tints of Cadillac #8E3B6E

Color information

#8E3B6E (or 0x8E3B6E) is unknown color: approx Cadillac. HEX triplet: 8E, 3B and 6E. RGB value is (142,59,110). Sum of RGB (Red+Green+Blue) = 142+59+110=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3B6E is #71C491. Grayscale: #595959. Windows color (decimal): -7455890 or 7224206. OLE color: 7224206.

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

Color convert

RGB14259110-
CMYK00.580.230.44
HSL323.13º41.29%39.41%-
HSV(B)323.13º58.45%55.69%-
XYZ15.531015.86-
YUV89.63139.5165.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=45.66%
G=18.97%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425911000.580.230.44323.1341.2939.41
Hex8E3B6E03A172C1432927
Octal2167315607227545035147
Binary100011101110111101110011101010111101100101000011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,110); }

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

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

 a { background-color: rgb(142,59,110); }

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

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

 span { border-color: rgb(142,59,110); }

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