#943E71

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

Shades of Cadillac #943E71

Tints of Cadillac #943E71

Color information

#943E71 (or 0x943E71) is unknown color: approx Cadillac. HEX triplet: 94, 3E and 71. RGB value is (148,62,113). Sum of RGB (Red+Green+Blue) = 148+62+113=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #943E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943E71 is #6BC18E. Grayscale: #5D5D5D. Windows color (decimal): -7061903 or 7421588. OLE color: 7421588.

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

Color convert

RGB14862113-
CMYK00.580.240.42
HSL324.42º40.95%41.18%-
HSV(B)324.42º58.11%58.04%-
XYZ16.9210.9316.84-
YUV93.53138.99166.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=45.82%
G=19.20%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486211300.580.240.42324.4240.9541.18
Hex943E7103A182A1442929
Octal2247616107230525045151
Binary100101001111101110001011101011000101010101000100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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