#943D71

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

Shades of Cadillac #943D71

Tints of Cadillac #943D71

Color information

#943D71 (or 0x943D71) is unknown color: approx Cadillac. HEX triplet: 94, 3D and 71. RGB value is (148,61,113). Sum of RGB (Red+Green+Blue) = 148+61+113=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #943D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D71 is #6BC28E. Grayscale: #5C5C5C. Windows color (decimal): -7062159 or 7421332. OLE color: 7421332.

HSL color Cylindrical-coordinate representation of color #943D71: hue angle of 324.14º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D71 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14861113-
CMYK00.590.240.42
HSL324.14º41.63%40.98%-
HSV(B)324.14º58.78%58.04%-
XYZ16.8610.8316.82-
YUV92.94139.32167.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=45.96%
G=18.94%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486111300.590.240.42324.1441.6340.98
Hex943D7103B182A1442a29
Octal2247516107330525045251
Binary100101001111011110001011101111000101010101000100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943D71; }

 p { color: rgb(148,61,113); }

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

<style>
 a { background-color: #943D71; }

 a { background-color: rgb(148,61,113); }

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

<style>
 span { border-color: #943D71; }

 span { border-color: rgb(148,61,113); }

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